Skip to content

Commit

Permalink
[Keyboard] Fix Boop65 rgb compile issues (qmk#14444)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored Sep 15, 2021
1 parent a2d43ca commit 7e36a81
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions keyboards/kbdfans/boop65/rgb/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
#define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2

0 comments on commit 7e36a81

Please sign in to comment.