Added TheProfosist's layout, and split up the current layouts

- Layouts should be changed as per defines in the Scan modules
- Which are then mapped using the macro module (if possible)
This commit is contained in:
Jacob Alexander 2011-10-16 01:18:08 -07:00
parent 0516e82a71
commit ab9382acf3
5 changed files with 540 additions and 414 deletions

View file

@ -24,7 +24,8 @@ add_definitions( -I${HEAD_DIR}/Keymap )
#| Keymap Settings
add_definitions(
-DMODIFIER_MASK=tandy1000_modifierMask
-DKEYINDEX_MASK=tandy1000_colemak
-DMODIFIER_MASK=budkeypad_ModifierMask
#-DKEYINDEX_MASK=budkeypad_TheProfosistMap
-DKEYINDEX_MASK=budkeypad_DefaultMap
)