summaryrefslogtreecommitdiff
path: root/tmk_core/common/command.c
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2020-01-17 00:32:09 +1100
committerFlorian Didron <fdidron@users.noreply.github.com>2020-02-26 10:15:12 +0900
commit5ad2d4f57d040d160d298bfd24270d892310736a (patch)
tree20f9fe910fa247f9d8c740d48f682f9059260a7a /tmk_core/common/command.c
parent8d5c1033b34a4a75e0bce7886847bd73b5141160 (diff)
Remove `KEYMAP_SECTION_ENABLE` (#7882)
Diffstat (limited to 'tmk_core/common/command.c')
-rw-r--r--tmk_core/common/command.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tmk_core/common/command.c b/tmk_core/common/command.c
index 82cd806091..0d6661d603 100644
--- a/tmk_core/common/command.c
+++ b/tmk_core/common/command.c
@@ -192,9 +192,6 @@ static void print_version(void) {
#ifdef NKRO_ENABLE
" NKRO"
#endif
-#ifdef KEYMAP_SECTION_ENABLE
- " KEYMAP_SECTION"
-#endif
" " STR(BOOTLOADER_SIZE) "\n");