info.json: modernize

This commit is contained in:
Zach DeCook 2024-06-18 17:57:34 -04:00
parent ce04b920fd
commit a376645f0c
4 changed files with 2 additions and 4 deletions

View File

@ -3,6 +3,8 @@
#pragma once
#define RP2040_FLASH_GENERIC_03H
#define MATRIX_ROWS 14
#define MATRIX_COLS 10
// WS2812_BYTE_ORDER defined by revision
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150

View File

@ -24,10 +24,6 @@
"oled": true,
"rgb_matrix": true
},
"matrix_size": {
"cols": 10,
"rows": 14
},
"processor": "RP2040",
"rgb_matrix": {
"driver": "ws2812"