diff options
author | Joel Challis <git@zvecr.com> | 2024-01-04 06:00:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-04 06:00:47 +0000 |
commit | a5f1438f58d42a452aaeb2df4cc0b4e01b79608e (patch) | |
tree | 5b301b9d1c837ab0e852fcd6ec70c71bc1414f7c /keyboards/controllerworks/city42 | |
parent | c412b7fc423892e16280435387a645fc6e3b2c8a (diff) |
Migrate RGB Matrix config to info.json - C (#22807)
Diffstat (limited to 'keyboards/controllerworks/city42')
-rw-r--r-- | keyboards/controllerworks/city42/config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/controllerworks/city42/config.h b/keyboards/controllerworks/city42/config.h index 7633a27c40..6c42809eaf 100644 --- a/keyboards/controllerworks/city42/config.h +++ b/keyboards/controllerworks/city42/config.h @@ -17,8 +17,6 @@ #pragma once -#define RGB_MATRIX_LED_COUNT 42 - #define SPI_SCK_PIN GP18 #define SPI_MOSI_PIN GP19 #define SPI_MISO_PIN GP16 @@ -28,4 +26,4 @@ #define CIRQUE_PINNACLE_ATTENUATION EXTREG__TRACK_ADCCONFIG__ADC_ATTENUATE_1X #define CIRQUE_PINNACLE_POSITION_MODE CIRQUE_PINNACLE_RELATIVE_MODE #define CIRQUE_PINNACLE_TAP_ENABLE -#define CIRQUE_PINNACLE_SECONDARY_TAP_ENABLE
\ No newline at end of file +#define CIRQUE_PINNACLE_SECONDARY_TAP_ENABLE |