mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 21:22:05 +00:00
info.json: modernize
This commit is contained in:
parent
ce04b920fd
commit
a376645f0c
@ -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
|
||||
|
@ -24,10 +24,6 @@
|
||||
"oled": true,
|
||||
"rgb_matrix": true
|
||||
},
|
||||
"matrix_size": {
|
||||
"cols": 10,
|
||||
"rows": 14
|
||||
},
|
||||
"processor": "RP2040",
|
||||
"rgb_matrix": {
|
||||
"driver": "ws2812"
|
||||
|
Loading…
Reference in New Issue
Block a user