diff options
author | Florian Didron <florian@111studio.jp> | 2019-08-15 15:53:40 +0900 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2019-08-15 23:41:32 +0000 |
commit | 96a09786d895da9d82048d962c7136ce90be6ce0 (patch) | |
tree | d100c030f61d01df590d45baf9e5f264c0c2fd04 /keyboards/ergodox_ez | |
parent | 5f2b255bb162271e5b6a4b597b60edfcc02dc96f (diff) |
chore: set rgb sleep by default for the Shine
Diffstat (limited to 'keyboards/ergodox_ez')
-rw-r--r-- | keyboards/ergodox_ez/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/config.h b/keyboards/ergodox_ez/config.h index a4c6685028..7e70a93a12 100644 --- a/keyboards/ergodox_ez/config.h +++ b/keyboards/ergodox_ez/config.h @@ -85,6 +85,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBW 1 +#define RGBLIGHT_SLEEP + /* * The debounce filtering reports a key/switch change directly, * without any extra delay. After that the debounce logic will filter |