forked from forks/qmk_firmware
94efa18c28
* Update Layer functions to use layer_state_t in ZSA Boards * Update Music Mask for ZSA boards Fixes an issue with the board getting stuck on Adjust layer when activating music mode * Add Support for SMART LED Toggle to Planck EZ * Add support for SMART LED toggle in Ergodox EZ * Ifdef swiss cheeze for Oryx Configurator * Documentation and updates * Add Oryx Keymap * Add option to configure the layers for the Layer Indicator * Update keymap with better examples * Make sure eeprom is initialized before reading from it * Force flush of LED matrix when suspending board This fixes an issue where the LEDs don't fully clear sometimes when the host system goes to sleep * Enable RGB Sleeping by default * Add clarification about planck ez led layer config
7 lines
223 B
Makefile
7 lines
223 B
Makefile
SRC += muse.c
|
|
# Set any rules.mk overrides for your specific keymap here.
|
|
# See rules at https://docs.qmk.fm/#/config_options?id=the-rulesmk-file
|
|
LINK_TIME_OPTIMIZATION_ENABLE = yes
|
|
COMMAND_ENABLE = no
|
|
MOUSEKEY_ENABLE = no
|