diff --git a/keyboards/qmk/keymaps/tg4x/config.h b/keyboards/qmk/keymaps/tg4x/config.h index f779a3b..f6abda1 100644 --- a/keyboards/qmk/keymaps/tg4x/config.h +++ b/keyboards/qmk/keymaps/tg4x/config.h @@ -1,5 +1,4 @@ #pragma once // Threshold for things considered a "tap" -#define TAPPING_TERM 300 - +#define TAPPING_TERM 300 \ No newline at end of file diff --git a/keyboards/qmk/keymaps/tg4x/rules.mk b/keyboards/qmk/keymaps/tg4x/rules.mk index 0b15970..f37bec0 100644 --- a/keyboards/qmk/keymaps/tg4x/rules.mk +++ b/keyboards/qmk/keymaps/tg4x/rules.mk @@ -3,6 +3,3 @@ BOOTLOADER = qmk-dfu # Enable bootloader keys BOOTMAGIC_ENABLE = yes - -# Enable Unicode -UNICODE_ENABLE = yes \ No newline at end of file