1

Clean out unicode support (for now)

This commit is contained in:
Evan Pratten 2023-11-09 12:45:44 -05:00
parent f91a1b6c05
commit 0b68ee795a
2 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,4 @@
#pragma once
// Threshold for things considered a "tap"
#define TAPPING_TERM 300
#define TAPPING_TERM 300

View File

@ -3,6 +3,3 @@ BOOTLOADER = qmk-dfu
# Enable bootloader keys
BOOTMAGIC_ENABLE = yes
# Enable Unicode
UNICODE_ENABLE = yes