From f156ad9d809708b6185909c0bd3b085338e169c3 Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 2 Jan 2023 04:05:28 -0600 Subject: [PATCH] removed extraneous function and source file61C0C5F1 --- firmware/asdf/src/CMakeLists.txt | 1 - firmware/asdf/src/Keymaps/asdf_keymap_apple2.c | 1 - 2 files changed, 2 deletions(-) diff --git a/firmware/asdf/src/CMakeLists.txt b/firmware/asdf/src/CMakeLists.txt index f2a9e59..fc96365 100644 --- a/firmware/asdf/src/CMakeLists.txt +++ b/firmware/asdf/src/CMakeLists.txt @@ -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 ) diff --git a/firmware/asdf/src/Keymaps/asdf_keymap_apple2.c b/firmware/asdf/src/Keymaps/asdf_keymap_apple2.c index 4769f2b..4a38dea 100644 --- a/firmware/asdf/src/Keymaps/asdf_keymap_apple2.c +++ b/firmware/asdf/src/Keymaps/asdf_keymap_apple2.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