Making sub-modules of matrix for HeathZenith and BudKeypad
- Parent module no longer allows for a stand-alone compile - Added HeathZenith matrix (pinout still needs to be done) - Updated the HeathZenith keymaps - Changed the original example matrix.h to matrix_template.h
This commit is contained in:
parent
aa77d5d8a4
commit
e3042a3526
8 changed files with 238 additions and 10 deletions
|
|
@ -6,6 +6,13 @@
|
|||
#
|
||||
###
|
||||
|
||||
###
|
||||
# Warning, that this module is not meant to be built stand-alone
|
||||
#
|
||||
message( FATAL_ERROR
|
||||
"The 'matrix' module is not a stand-alone module, and requires further setup.
|
||||
See BudKeypad module for as an example module."
|
||||
)
|
||||
|
||||
###
|
||||
# Module C files
|
||||
|
|
@ -22,10 +29,8 @@ set( SCAN_SRCS
|
|||
#
|
||||
add_definitions( -I${HEAD_DIR}/Keymap )
|
||||
|
||||
#| Keymap Settings
|
||||
add_definitions(
|
||||
-DMODIFIER_MASK=budkeypad_ModifierMask
|
||||
#-DKEYINDEX_MASK=budkeypad_TheProfosistMap
|
||||
-DKEYINDEX_MASK=budkeypad_DefaultMap
|
||||
#-DMODIFIER_MASK=
|
||||
#-DKEYINDEX_MASK=
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue