diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-11-06 12:04:25 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-11-06 12:04:25 -0800 |
commit | a5d22424f40cf386120008b5d44d810c62d0ffcb (patch) | |
tree | 5a6fdcd8bc7362d9990d21737fed1ac4f18117a4 /keyboards/dz60/keymaps/mechmerlin/config.h | |
parent | 29dd6645898d1647c5e4326c9851c2f1562bb6a0 (diff) |
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
Diffstat (limited to 'keyboards/dz60/keymaps/mechmerlin/config.h')
-rw-r--r-- | keyboards/dz60/keymaps/mechmerlin/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/dz60/keymaps/mechmerlin/config.h b/keyboards/dz60/keymaps/mechmerlin/config.h new file mode 100644 index 0000000000..92d4cfb50a --- /dev/null +++ b/keyboards/dz60/keymaps/mechmerlin/config.h @@ -0,0 +1,6 @@ +#pragma once + +// Turn off RGB when computer goes to sleep +#ifdef RGBLIGHT_ENABLE +#define RGBLIGHT_SLEEP +#endif // RGBLIGHT_ENABLE |