mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-13 23:14:09 +00:00
remove 4 leds since they are removed on production model
This commit is contained in:
parent
a224ffa097
commit
4a37e0ff81
@ -20,7 +20,7 @@
|
||||
//#define NO_ACTION_ONESHOT
|
||||
|
||||
|
||||
#define RGB_MATRIX_LED_COUNT 10
|
||||
#define RGB_MATRIX_LED_COUNT 6
|
||||
#define RGB_MATRIX_KEYPRESSES // reacts to keypresses
|
||||
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
||||
#define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended
|
||||
|
@ -50,11 +50,7 @@
|
||||
{ "flags": 4, "matrix": [1, 1], "x": 102, "y": 38 },
|
||||
{ "flags": 4, "matrix": [2, 1], "x": 102, "y": 51 },
|
||||
{ "flags": 4, "matrix": [2, 2], "x": 154, "y": 51 },
|
||||
{ "flags": 4, "matrix": [1, 2], "x": 154, "y": 38 },
|
||||
{ "flags": 2, "x": 77, "y": 12 },
|
||||
{ "flags": 2, "x": 128, "y": 26 },
|
||||
{ "flags": 2, "x": 77, "y": 26 },
|
||||
{ "flags": 2, "x": 128, "y": 12 }
|
||||
{ "flags": 4, "matrix": [1, 2], "x": 154, "y": 38 }
|
||||
]
|
||||
},
|
||||
"layouts": {
|
||||
|
Loading…
Reference in New Issue
Block a user