mirror of
https://github.com/osiweb/unified_retro_keyboard.git
synced 2024-12-20 23:31:03 +00:00
Merge branch 'asdf-build-test'
This commit is contained in:
commit
ae4c228fff
@ -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
|
||||
)
|
||||
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "asdf_modifiers.h"
|
||||
#include "asdf_keymap_apple2_add_map.h"
|
||||
#include "asdf_keymap_apple2.h"
|
||||
#include "asdf_keymap_utils.h"
|
||||
|
||||
// PROCEDURE:
|
||||
// INPUTS:
|
||||
@ -70,7 +69,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