summaryrefslogtreecommitdiffstats
path: root/keyboards/romac/keymaps/stanrc85/config.h
diff options
context:
space:
mode:
authorstanrc85 <47038504+stanrc85@users.noreply.github.com>2019-05-21 13:59:08 -0400
committerDrashna Jaelre <drashna@live.com>2019-05-21 10:59:07 -0700
commita0d5f0722f8d045903670babbdc76ad1c5842b7c (patch)
tree38be6bcf6e835e14f00962907570ac5b779a1b90 /keyboards/romac/keymaps/stanrc85/config.h
parent68501261c3a8dbf04a2f1de7ad23640e8074ab87 (diff)
[Keymap] Romac added and tweaks to existing keymaps (#5941)
* Initial keymap for Romac * Formatting changes * keymap tweaks * Add new cycle layer key * add cycle layer code * initial upload * keymap updates * keymap updates * keymap updates for new layer names * new enum layers * case added for 4th layer * removed extra space for formatting
Diffstat (limited to 'keyboards/romac/keymaps/stanrc85/config.h')
-rw-r--r--keyboards/romac/keymaps/stanrc85/config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/romac/keymaps/stanrc85/config.h b/keyboards/romac/keymaps/stanrc85/config.h
new file mode 100644
index 0000000000..722fd7e9e9
--- /dev/null
+++ b/keyboards/romac/keymaps/stanrc85/config.h
@@ -0,0 +1,11 @@
+#undef RGBLED_NUM
+#define RGBLED_NUM 16
+
+#define RGB_DI_PIN F4
+#ifdef RGB_DI_PIN
+ #define RGBLIGHT_HUE_STEP 8
+ #define RGBLIGHT_SAT_STEP 8
+ #define RGBLIGHT_VAL_STEP 8
+ #define RGBLIGHT_ANIMATIONS
+#endif
+