summaryrefslogtreecommitdiff
path: root/keyboards/1upkeyboards/pi60_rgb/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/1upkeyboards/pi60_rgb/config.h')
-rw-r--r--keyboards/1upkeyboards/pi60_rgb/config.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/keyboards/1upkeyboards/pi60_rgb/config.h b/keyboards/1upkeyboards/pi60_rgb/config.h
index 19eb8d71a7..4d2b9dcd22 100644
--- a/keyboards/1upkeyboards/pi60_rgb/config.h
+++ b/keyboards/1upkeyboards/pi60_rgb/config.h
@@ -6,11 +6,9 @@
#include "config_common.h"
#define RGB_DI_PIN GP19
-#define DRIVER_LED_TOTAL 61
-#define RGBLED_NUM 61
+#define RGB_MATRIX_LED_COUNT 61
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#define RGB_MATRIX_KEYPRESSES // reacts to keypresses
-#define RGBLIGHT_LIMIT_VAL 125
#define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 125
// RGB Matrix Animation modes. Explicitly enabled
@@ -67,7 +65,3 @@
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
-
-/* Bootmagic Lite key configuration */
-#define BOOTMAGIC_LITE_ROW 0
-#define BOOTMAGIC_LITE_COLUMN 0 \ No newline at end of file