Commit my DZ60 keymap (#4375)
* default mechmerlin keymap initial commit * fix up the keymap * cleanup keymap * add rgb sleep functionality * add the beginning of a readme * fix that compile error * fixup formatting * spruce up that readme * add RGB lighting controls to _CL layer * update readme * set rgb underglow color * update readme * fix formatting
This commit is contained in:
committed by
Drashna Jaelre
parent
29dd664589
commit
a5d22424f4
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
// Turn off RGB when computer goes to sleep
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
#define RGBLIGHT_SLEEP
|
||||
#endif // RGBLIGHT_ENABLE
|
||||
Reference in New Issue
Block a user