aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/command.c
diff options
context:
space:
mode:
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 82cd80609..0d6661d60 100644
--- a/tmk_core/common/command.c
+++ b/tmk_core/common/command.c
@@ -192,9 +192,6 @@ static void print_version(void) {
192#ifdef NKRO_ENABLE 192#ifdef NKRO_ENABLE
193 " NKRO" 193 " NKRO"
194#endif 194#endif
195#ifdef KEYMAP_SECTION_ENABLE
196 " KEYMAP_SECTION"
197#endif
198 195
199 " " STR(BOOTLOADER_SIZE) "\n"); 196 " " STR(BOOTLOADER_SIZE) "\n");
200 197