summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-09-15 01:31:25 -0700
committerGitHub <noreply@github.com>2021-09-15 01:31:25 -0700
commit7e36a8138379cab2d27a9db407850b67e46e0d0b (patch)
treea7e1667436ed656ccc5949c69e13fdb421b20602
parenta2d43ca024d8e840c882cc72e80e9eb6b70384f1 (diff)
[Keyboard] Fix Boop65 rgb compile issues (#14444)
-rw-r--r--keyboards/kbdfans/boop65/rgb/config.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/keyboards/kbdfans/boop65/rgb/config.h b/keyboards/kbdfans/boop65/rgb/config.h
index 71db0f8b57..1236b6bfbe 100644
--- a/keyboards/kbdfans/boop65/rgb/config.h
+++ b/keyboards/kbdfans/boop65/rgb/config.h
@@ -52,11 +52,12 @@
# define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200 // limits maximum brightness of LEDs to 200 out of 255. If not defined maximum brightness is set to 255
# define RGB_MATRIX_STARTUP_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS // Sets the default brightness value, if none has been set
# define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_CYCLE_ALL
-# define DRIVER_ADDR_1 0b0110000
-# define DRIVER_COUNT 1
-# define DRIVER_1_LED_TOTAL 83
-# define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL
-# define DRIVER_INDICATOR_LED_TOTAL 0
+# define DRIVER_ADDR_1 0b0110000
+# define DRIVER_ADDR_2 0b0110000
+# define DRIVER_COUNT 1
+# define DRIVER_1_LED_TOTAL 83
+# define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL
+# define DRIVER_INDICATOR_LED_TOTAL 0
#endif
-#define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2 \ No newline at end of file
+#define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2