summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-01-10 23:00:48 +0000
committerQMK Bot <hello@qmk.fm>2021-01-10 23:00:48 +0000
commit36a70e117a20d12451cc56b07de8aad8da253cc0 (patch)
tree34c5c4bad4787c21c64c2d92883a3f0995981d92
parente00bb81c49c8f0d12c4e6f659584897034fe2978 (diff)
parent46b3245d6628a78eefab1b09209021d9b02bcdb9 (diff)
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--keyboards/handwired/freoduo/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/handwired/freoduo/config.h b/keyboards/handwired/freoduo/config.h
index c65da93aca..3af04f4ea7 100644
--- a/keyboards/handwired/freoduo/config.h
+++ b/keyboards/handwired/freoduo/config.h
@@ -45,6 +45,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* ws2812 RGB LED */
#define RGB_DI_PIN D4
+#if !defined(RGBLED_NUM)
+# define RGBLED_NUM 18
+# define RGBLIGHT_SPLIT
+# define RGBLED_SPLIT { 9, 9 }
+// Switch RGB sides with LED MAP.
+# define RGBLIGHT_LED_MAP { 8, 7, 6, 5, 4, 3, 2, 1, 0, 17, 16, 15, 14, 13, 12, 11, 10, 9}
+# define RGBLIGHT_LAYERS
+#endif
#define RGBLIGHT_ANIMATIONS
#define RGBLIGHT_SLEEP
#define RGBLIGHT_HUE_STEP 16