diff options
author | mpstewart <mpstewartpgh@gmail.com> | 2020-04-27 17:05:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 14:05:12 -0700 |
commit | dd60fcda2836a79428a5a1b11f2fcfb1b0ce80ea (patch) | |
tree | 408a488946a06ae9cab6caa94e70940c64db6961 /keyboards/dz60/keymaps/mpstewart/config.h | |
parent | fd6b674b4985881797f16dda0d9859caae0521ab (diff) |
[Keymap] Add personal layout: dz60:mpstewart (#8938)
* mpstewart dz60 layout
* Remove macro aliases from keymap
* Remove macro aliases from keymap
* Update keyboards/dz60/keymaps/mpstewart/keymap.c
* Remove macro aliases from keymap
* use AG_TOGG instead of AG_SWAP
Also some commentary changes, and a change to one of the layout graphics
Diffstat (limited to 'keyboards/dz60/keymaps/mpstewart/config.h')
-rw-r--r-- | keyboards/dz60/keymaps/mpstewart/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/dz60/keymaps/mpstewart/config.h b/keyboards/dz60/keymaps/mpstewart/config.h new file mode 100644 index 0000000000..92d4cfb50a --- /dev/null +++ b/keyboards/dz60/keymaps/mpstewart/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 |