Compare commits

...

4 Commits

Author SHA1 Message Date
Dave 5dcf744da5 More key fixes 2023-11-05 16:35:53 -06:00
Dave f0236a5281 Merge branch 'franklin-temp' of github.com:osiweb/unified_retro_keyboard into franklin-temp 2023-11-05 16:34:52 -06:00
dfnr2 cfa8a7f4a5
Franklin updates (#44)
* Remove rowcol references.

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

* Fix number row sizes in keycap spec
2023-11-05 16:32:00 -06:00
Dave 2383e32da8 Moved some keys to better position 2023-08-04 08:15:54 -05:00
5 changed files with 788 additions and 735 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
)