[Keymap] Drashna keymap updates for 0.18.0 (#18184)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
d4a6ee1cad
commit
fa08cb2478
32 changed files with 720 additions and 301 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue