diff options
| author | Joel Challis | 2024-01-08 03:15:50 +0100 |
|---|---|---|
| committer | GitHub | 2024-01-08 03:15:50 +0100 |
| commit | a45107e1525cb73e489bcc1ff85722adb12d36f9 (patch) | |
| tree | 8684b402fd61f81306b63379ab41f0fa0ce6da9d /keyboards/handwired/orbweaver/config.h | |
| parent | c7b59a96dfc9b3ae694d0bd47172ac6d52b441ee (diff) | |
Migrate RGB Matrix config to info.json - H (#22861)
Diffstat (limited to 'keyboards/handwired/orbweaver/config.h')
| -rw-r--r-- | keyboards/handwired/orbweaver/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/handwired/orbweaver/config.h b/keyboards/handwired/orbweaver/config.h index 6a6670a6f6..95a46677c9 100644 --- a/keyboards/handwired/orbweaver/config.h +++ b/keyboards/handwired/orbweaver/config.h @@ -18,6 +18,4 @@ #pragma once #define IS31FL3731_I2C_ADDRESS_1 IS31FL3731_I2C_ADDRESS_GND -#define RGB_MATRIX_LED_COUNT 20 #define I2C1_CLOCK_SPEED 100000 -#define RGB_MATRIX_CENTER { 40, 30 } |