[Keymap] Drashna keymap updates for 0.18.0 (#18184)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
@@ -36,6 +36,10 @@ ifeq ($(strip $(PROTOCOL)), VUSB)
|
||||
NKRO_ENABLE := no
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(PER_KEY_TAPPING)), yes)
|
||||
OPT_DEFS += -DPER_KEY_TAPPING
|
||||
endif
|
||||
|
||||
CUSTOM_UNICODE_ENABLE ?= yes
|
||||
ifeq ($(strip $(CUSTOM_UNICODE_ENABLE)), yes)
|
||||
UNICODE_ENABLE := no
|
||||
@@ -83,6 +87,11 @@ ifdef CONSOLE_ENABLE
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(I2C_SCANNER_ENABLE)), yes)
|
||||
OPT_DEFS += -DI2C_SCANNER_ENABLE
|
||||
CONSOLE_ENABLE := yes
|
||||
endif
|
||||
|
||||
CUSTOM_OLED_DRIVER ?= yes
|
||||
ifeq ($(strip $(OLED_ENABLE)), yes)
|
||||
ifeq ($(strip $(OLED_DRIVER)), custom)
|
||||
|
||||
Reference in New Issue
Block a user