[Keymap] Fix Drashna Keymap issues missed before Develop merge (#14271)
This commit is contained in:
parent
c1e5c920a9
commit
37aef4ebe1
9 changed files with 132 additions and 114 deletions
|
@ -14,5 +14,10 @@ UNICODE_ENABLE = no # Unicode
|
|||
KEY_LOCK_ENABLE = no
|
||||
|
||||
|
||||
BOOTLOADER = atmel-dfu
|
||||
BOOTLOADER = hid
|
||||
BOOTLOADER_SIZE = 512
|
||||
PROGRAM_CMD = $(HID_BOOTLOADER_CLI) -mmcu=$(MCU) -w -v $(BUILD_DIR)/$(TARGET).hex
|
||||
# TAP_DANCE_ENABLE = yes
|
||||
|
||||
WPM_ENABLE = yes
|
||||
SWAP_HANDS_ENABLE = yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue