mirror of
https://github.com/osiweb/unified_retro_keyboard.git
synced 2024-11-21 13:31:36 +00:00
removed extraneous function and source file61C0C5F1
This commit is contained in:
parent
f4ace5a9cb
commit
f156ad9d80
@ -74,7 +74,6 @@ list (APPEND SOURCES
|
||||
Keymaps/asdf_keymap_apple2_caps.c
|
||||
Keymaps/asdf_keymap_apple2_add_map.c
|
||||
Keymaps/asdf_keymap_sol.c
|
||||
Keymaps/asdf_keymap_utils.c
|
||||
main.c
|
||||
)
|
||||
|
||||
|
@ -70,7 +70,6 @@ void setup_apple2_keymap(void)
|
||||
|
||||
asdf_hook_assign(APPLESOFT_KEYBOARD_TEST, applesoft_keyboard_test);
|
||||
asdf_hook_assign(APPLE2_ID_MESSAGE, apple2_id_message);
|
||||
asdf_hook_assign(APPLE2_ASCII_TEST, apple2_print_characters);
|
||||
|
||||
// Attach the physical POWER LED as the CAPS LED. Assign no triggered
|
||||
// function, and initialize to initial state of the CAPS logic. The CAPS LED
|
||||
|
Loading…
Reference in New Issue
Block a user