Adding alternate Enter key to the layout
- Removed another key from the latch list to use as a normal key
This commit is contained in:
parent
f674db7de3
commit
105d49a65b
2 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ static uint8_t facom6684_DefaultMap[] = {
|
|||
KEY_BACKSPACE, // 0x08
|
||||
KEY_ENTER, // 0x09
|
||||
0, // 0x0A
|
||||
0, // 0x0B
|
||||
KEY_ENTER, // 0x0B
|
||||
KEYPAD_0, // 0x0C
|
||||
KEYPAD_00, // 0x0D
|
||||
KEYPAD_000, // 0x0E
|
||||
|
@ -171,7 +171,7 @@ static uint8_t facom6684_ColemakMap[] = {
|
|||
KEY_BACKSPACE, // 0x08
|
||||
KEY_ENTER, // 0x09
|
||||
0, // 0x0A
|
||||
0, // 0x0B
|
||||
KEY_ENTER, // 0x0B
|
||||
KEYPAD_0, // 0x0C
|
||||
KEYPAD_00, // 0x0D
|
||||
KEYPAD_000, // 0x0E
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue