From dd60fcda2836a79428a5a1b11f2fcfb1b0ce80ea Mon Sep 17 00:00:00 2001 From: mpstewart Date: Mon, 27 Apr 2020 17:05:12 -0400 Subject: [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 --- keyboards/dz60/keymaps/mpstewart/config.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 keyboards/dz60/keymaps/mpstewart/config.h (limited to 'keyboards/dz60/keymaps/mpstewart/config.h') 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 -- cgit v1.2.3