Add support for Franklin ACE 1000.

This commit is contained in:
Christopher RYU 2023-03-17 10:30:31 +09:00
parent a49277206f
commit 6b14e3ef6d
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -74,6 +74,8 @@ list (APPEND SOURCES
Keymaps/asdf_keymap_apple2_caps.c
Keymaps/asdf_keymap_apple2_add_map.c
Keymaps/asdf_keymap_sol.c
Keymaps/asdf_keymap_ace1000.c
Keymaps/asdf_keymap_ace1000_add_map.c
main.c
)