mirror of
https://github.com/osiweb/unified_retro_keyboard.git
synced 2024-11-26 17:49:16 +00:00
8310259cc7
- keymap files (c,h) are in src/Keymaps - keymap files are added to the keymap library in src/Keymaps/CMakeLists.txt - keymaps for the build are listed, along with positions, in /keymap_lists.cmake - cmake generates a keymap jump table from the keymap lib and list - tests mostly passing. Keymap structure for testing will be used as the model for the app keymaps.
10 lines
114 B
CMake
10 lines
114 B
CMake
list(APPEND keymap_list
|
|
"<classic:0>"
|
|
"<classic_caps:1>"
|
|
"<apple2:2>"
|
|
"<apple2_caps:3>"
|
|
"<sol:4>"
|
|
)
|
|
|
|
|