diff options
author | fauxpark <fauxpark@gmail.com> | 2020-01-17 00:32:09 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-17 00:32:09 +1100 |
commit | 1e670f5e679f691c5cade1f9b43d743a1f8e26dc (patch) | |
tree | 56eb39f119ec33a05a3ba360bf6a971c5ad11338 /tmk_core/common | |
parent | bf397fdd9fe5adfea67cc7650c5eba53086f8a63 (diff) |
Remove `KEYMAP_SECTION_ENABLE` (#7882)
Diffstat (limited to 'tmk_core/common')
-rw-r--r-- | tmk_core/common/command.c | 3 |
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"); |