From 0b68ee795a2ee4976795b3b8f11811ea684bf6a7 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 9 Nov 2023 12:45:44 -0500 Subject: [PATCH] Clean out unicode support (for now) --- keyboards/qmk/keymaps/tg4x/config.h | 3 +-- keyboards/qmk/keymaps/tg4x/rules.mk | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) 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