forked from forks/qmk_firmware
e5540dd055
* Fix Unicode sample * Add irony mark * Remove unpretty keymaps * Add QMK DFU and Conditional Music Mode * Unicode fixes * Unicode fixes * Make layer indication more modular * Finish removing Faux Click * Cleanup of UserSpace and addition of 'update_tri_layer_state' function * Add modifier status indicators to Orthodox * Remove tri layer function * Minor tweaks * Remove the Orthodox's Indicator's reliance on layer_state_set * Add custom EEPROM settings * Make EEPROM config more efficient * Viterbi Config * Add Iris Keyboard layout and Userspace cleanup * Iris keyboard tweaks * Use Grave Escape on Iris * Update Readmes
12 lines
320 B
Makefile
12 lines
320 B
Makefile
TAP_DANCE_ENABLE = yes
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
ifeq ($(strip $(KEYBOARD)), ergodox_ez)
|
|
RGBLIGHT_ENABLE = yes
|
|
endif
|
|
CONSOLE_ENABLE = no
|
|
BOOTMAGIC_ENABLE = yes
|
|
|
|
UNICODE_ENABLE = no
|
|
UNICDOEMAP_ENABLE = yes
|