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

@ -254,7 +254,7 @@ void scan_finishedWithBuffer( uint8_t sentKeys )
case 0x00:
case 0x01:
case 0x03:
case 0x0B:
//case 0x0B: // XXX Being used as an alternate Enter, since it is labelled as such
case 0x22:
case 0x10:
case 0x11: