forked from mirrors/qmk_userspace
[Keymap] Drashna Mouse keys and oled updates (#16556)
This commit is contained in:
parent
d8971d707e
commit
ff6c70415c
37 changed files with 776 additions and 465 deletions
|
@ -1,7 +1,7 @@
|
|||
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
||||
MOUSEKEY_ENABLE = no # Mouse keys(+4700)
|
||||
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
|
||||
CONSOLE_ENABLE = no # Console for debug(+400)
|
||||
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
||||
MOUSEKEY_ENABLE = no # Mouse keys
|
||||
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||
CONSOLE_ENABLE = no # Console for debug
|
||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
TAP_DANCE_ENABLE = no
|
||||
NKRO_ENABLE = yes
|
||||
|
@ -12,7 +12,7 @@ ifeq ($(strip $(KEYBOARD)), fractal)
|
|||
AUDIO_SUPPORTED = yes
|
||||
RGBLIGHT_SUPPORTED = yes
|
||||
RGBLIGHT_ENABLE = yes
|
||||
RGBLIGHT_STARTUP_ANIMATION = yes
|
||||
RGBLIGHT_STARTUP_ANIMATION = no
|
||||
BOOTLOADER = qmk-dfu
|
||||
CUSTOM_UNICODE_ENABLE = no
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue