31e78d22b4
* Adding keymap * Adding keymap * Compiles now, but doesn't flash * Fixes issues with compilation * Trying to fix issues with tap-dance layer * Trying to fix issues with tap-dance layer * Trying to fix issues with tap-dance layer * Fixed bbaserdem layout * Added keyboard layout image * Edited README.md * Changed layout and removed image from README.md * Changed tapping terms * Changed layout a bit
24 lines
426 B
Makefile
24 lines
426 B
Makefile
# 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
|