Add rowcol to keymap list and cmakefile

This commit is contained in:
Dave 2023-04-21 17:00:44 -05:00
parent da0e89ed5e
commit e505693c38
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ list(APPEND keymap_list
"<apple2_caps:3>"
"<sol:4>"
"<ace1000:5>"
"<rowcol:7>"
)

View File

@ -73,6 +73,7 @@ list (APPEND SOURCES
Keymaps/asdf_keymap_sol.c
Keymaps/asdf_keymap_ace1000.c
Keymaps/asdf_keymap_ace1000_add_map.c
Keymaps/asdf_keymap_rowcol.c
main.c
)