Basic matrix module for the hall effect keypad now working.
- Includes new "table pinning" setup (much easier to understand) - Matrix layouts will be split into their own dependent modules later - Changed the HID Raw view id (too many teensy devices on this computer...) - Moved the macro processing outside of the usb timer signal (this will be slower overall, but will result in more consistant behaviour)
This commit is contained in:
parent
46916defa5
commit
6557022f20
11 changed files with 259 additions and 139 deletions
|
@ -12,7 +12,7 @@
|
|||
#
|
||||
|
||||
set( SCAN_SRCS
|
||||
matrix.c
|
||||
matrix_scan.c
|
||||
scan_loop.c
|
||||
)
|
||||
|
||||
|
@ -22,3 +22,9 @@ set( SCAN_SRCS
|
|||
#
|
||||
add_definitions( -I${HEAD_DIR}/Keymap )
|
||||
|
||||
#| Keymap Settings
|
||||
add_definitions(
|
||||
-DMODIFIER_MASK=tandy1000_modifierMask
|
||||
-DKEYINDEX_MASK=tandy1000_colemak
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue