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:
Jacob Alexander 2013-01-21 11:53:26 -05:00
parent f674db7de3
commit 105d49a65b
2 changed files with 3 additions and 3 deletions

View file

@ -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