diff --git a/firmware/asdf/keymap_list.cmake b/firmware/asdf/keymap_list.cmake index 737014e..d33b4af 100644 --- a/firmware/asdf/keymap_list.cmake +++ b/firmware/asdf/keymap_list.cmake @@ -5,6 +5,7 @@ list(APPEND keymap_list "" "" "" + "" ) diff --git a/firmware/asdf/src/CMakeLists.txt b/firmware/asdf/src/CMakeLists.txt index 0a52e65..7456730 100644 --- a/firmware/asdf/src/CMakeLists.txt +++ b/firmware/asdf/src/CMakeLists.txt @@ -73,6 +73,7 @@ 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 )