From e505693c388790825522c4c9c221493afeef886e Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 21 Apr 2023 17:00:44 -0500 Subject: [PATCH] Add rowcol to keymap list and cmakefile --- firmware/asdf/keymap_list.cmake | 1 + firmware/asdf/src/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) 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 )