[Keymap] Drashna keymap updates for 0.18.0 (#18184)

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
Drashna Jaelre 2022-08-28 12:55:19 -07:00 committed by GitHub
parent d4a6ee1cad
commit fa08cb2478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 720 additions and 301 deletions

View file

@ -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)