1
0
Fork 0

[Keymap] Unicode and cursor sync - drashna keymap (#15328)

This commit is contained in:
Drashna Jael're 2021-11-28 23:41:59 -08:00 committed by GitHub
parent 4ee33f1ffd
commit 5b5b36421a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 459 additions and 98 deletions

View file

@ -23,7 +23,6 @@ ifeq ($(strip $(KEYBOARD)), crkbd/rev1)
OLED_ENABLE = yes
RGB_MATRIX_ENABLE = yes
HAPTIC_ENABLE = no
BOOTLOADER = qmk-dfu
endif
ifeq ($(strip $(CTPC)), yes)
@ -31,5 +30,8 @@ ifeq ($(strip $(CTPC)), yes)
WS2812_DRIVER = pwm # won't work without a patch to the ctpc mk file
SERIAL_DRIVER = usart
SWAP_HANDS_ENABLE = yes
WPM_ENABLE = yes
WPM_ENABLE = yes
else
BOOTLOADER = qmk-hid
BOOTLOADER_SIZE = 512
endif