diff options
author | David Wen Riccardi-Zhu <dwrz@dwrz.net> | 2018-04-26 14:51:58 +0000 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-04-26 07:51:58 -0700 |
commit | 644efe48bf893a61597114d6d1953a2905c4e6a4 (patch) | |
tree | d41dd40b8bbd897efcbcf97db14d91140082d6bc /keyboards/lets_split/keymaps/piemod/config.h | |
parent | 10d287d1aa0340db369bc676d78eaa948e5dd650 (diff) |
Update piemod keymap (#2786)
Add RGB control, fix keymap to work with latest QMK.
Squashed commit of the following:
commit 3c5d95e4809d446fe5304aab9274d527182835e6
Author: dwrz <dwrz@dwrz.net>
Date: Sat Apr 21 18:26:58 2018 +0000
Make rules.mk for Let's Split piemod
commit 0cc5fc135220f0eb48509d2b027e4cad033d74a5
Author: dwrz <dwrz@dwrz.net>
Date: Sat Apr 21 18:26:25 2018 +0000
Add RGB control keys to function layer
commit d1b6bfa5f34123658534f99c97471b779b971ffb
Author: dwrz <dwrz@dwrz.net>
Date: Sat Apr 21 18:26:03 2018 +0000
Refactor MACROS to COMBOS
MACROS was conflicting with existing code.
commit ce2f47b13fb3bfab9d63292ddba466879d300051
Author: dwrz <dwrz@dwrz.net>
Date: Sat Apr 21 18:25:26 2018 +0000
Add typing options to config.h
commit cb0aa62b81a17aaaee1f9843138495b9ca14b6d4
Author: dwrz <dwrz@dwrz.net>
Date: Sat Apr 21 18:25:10 2018 +0000
Add RGB options to config.h
Diffstat (limited to 'keyboards/lets_split/keymaps/piemod/config.h')
-rw-r--r-- | keyboards/lets_split/keymaps/piemod/config.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/lets_split/keymaps/piemod/config.h b/keyboards/lets_split/keymaps/piemod/config.h index 5a6261c4f7..001b62e41b 100644 --- a/keyboards/lets_split/keymaps/piemod/config.h +++ b/keyboards/lets_split/keymaps/piemod/config.h @@ -34,4 +34,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // #define MASTER_RIGHT // #define EE_HANDS +// RGB Options +#undef RGBLED_NUM +#define RGBLED_NUM 10 +#define RGBLIGHT_SLEEP +#define RGBLIGHT_ANIMATIONS +#define RGBLIGHT_EFFECT_SNAKE_LENGTH 1 +#define RGBLIGHT_EFFECT_KNIGHT_LENGTH 1 + +// Typing Options +#define PREVENT_STUCK_MODIFIERS +#define QMK_KEYS_PER_SCAN 4 + #endif |