mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 11:09:10 +00:00
add filess
This commit is contained in:
parent
d77e55d31e
commit
4c75285816
1 changed files with 23 additions and 0 deletions
23
keyboards/planck/keymaps/bbaserdem/rules.mk
Normal file
23
keyboards/planck/keymaps/bbaserdem/rules.mk
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Build options
|
||||
|
||||
# ENABLE
|
||||
TAP_DANCE_ENABLE = yes
|
||||
UNICODE_ENABLE = yes
|
||||
MOUSEKEY_ENABLE = yes
|
||||
EXTRAKEY_ENABLE = yes
|
||||
NKRO_ENABLE = yes
|
||||
BACKLIGHT_ENABLE = yes
|
||||
AUDIO_ENABLE = yes
|
||||
|
||||
# DISABLE
|
||||
BOOTMAGIC_ENABLE = no
|
||||
MIDI_ENABLE = no
|
||||
|
||||
# Not for planck
|
||||
RGBLIGHT_ENABLE = no #Clashes with audio
|
||||
BLUETOOTH_ENABLE = no #No bluetooth
|
||||
SLEEP_LED_ENABLE = no #Uses BACKLIGHT_ENABLE rimer
|
||||
|
||||
ifndef QUANTUM_DIR
|
||||
include ../../../../Makefile
|
||||
endif
|
Loading…
Reference in a new issue