diff options
author | Joel Challis <git@zvecr.com> | 2024-01-10 09:55:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-10 09:55:09 +0000 |
commit | 41948350e866b8881a82a384342686942fc92865 (patch) | |
tree | ed7377a2b269ec6c846a01249601e43ce679533c /keyboards/quokka | |
parent | 833abef115c8715a2bb56a871a557cc6e80ff48c (diff) |
Migrate RGB Matrix config to info.json - NOPQ (#22866)
Diffstat (limited to 'keyboards/quokka')
-rw-r--r-- | keyboards/quokka/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/quokka/config.h b/keyboards/quokka/config.h index 6cacf0d545..ae94f33a6f 100644 --- a/keyboards/quokka/config.h +++ b/keyboards/quokka/config.h @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 150U #define WS2812_PIO_USE_PIO1 -#define RGB_MATRIX_LED_COUNT 36 #define I2C_DRIVER I2CD1 #define I2C1_SDA_PIN GP2 |