Remove rowcol references.

Will re-implement row-col scanner after keymap improvements.
This commit is contained in:
Dave 2023-05-12 22:42:31 -05:00
parent b4c59c9a79
commit 812f49ab20
2 changed files with 0 additions and 4 deletions

View File

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

View File

@ -73,7 +73,6 @@ 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
)