Initial UARTConnect scancode support
- Still some issues - Will require some changes to MatrixARM and PartialMap * Currently state information is passed around too frequently * Needs to be reduced to state changes only
This commit is contained in:
parent
1c0f94c4ea
commit
ecd9923926
5 changed files with 81 additions and 19 deletions
|
@ -36,7 +36,7 @@ ISSILedMask1 = "
|
|||
0xFF, 0x00, /* C2-1 -> C2-16 */
|
||||
0xFF, 0x00, /* C3-1 -> C3-16 */
|
||||
0xFF, 0x00, /* C4-1 -> C4-16 */
|
||||
0xFC, 0x00, /* C5-1 -> C5-16 */
|
||||
0x3F, 0x00, /* C5-1 -> C5-16 */
|
||||
0x00, 0x00, /* C6-1 -> C6-16 */
|
||||
0x00, 0x00, /* C7-1 -> C7-16 */
|
||||
0x00, 0x00, /* C8-1 -> C8-16 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue