Franklin updates (#44)

* Remove rowcol references.

Will re-implement row-col scanner after keymap improvements.

* Fix number row sizes in keycap spec
This commit is contained in:
dfnr2 2023-11-05 16:32:00 -06:00 committed by GitHub
parent ecae8510db
commit cfa8a7f4a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 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
)