mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-19 14:12:01 +00:00
Reformatted files
This commit is contained in:
parent
b8b050140d
commit
a8026cc32a
@ -16,11 +16,11 @@
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
"console": false,
|
||||
"encoder": true,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": true,
|
||||
"oled": true,
|
||||
"encoder": true,
|
||||
"rgblight": true,
|
||||
"split": true,
|
||||
"tri_layer": true
|
||||
@ -33,13 +33,10 @@
|
||||
"processor": "atmega32u4",
|
||||
"rgblight": {
|
||||
"led_count": 70,
|
||||
"split": true,
|
||||
"split_count": [35, 35],
|
||||
"max_brightness": 175,
|
||||
"sleep": true,
|
||||
"max_brightness": 175
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D3"
|
||||
"split": true,
|
||||
"split_count": [35, 35]
|
||||
},
|
||||
"split": {
|
||||
"bootmagic": {
|
||||
@ -65,10 +62,13 @@
|
||||
},
|
||||
"url": "https://lectronz.com/stores/tweetys-wild-thinking",
|
||||
"usb": {
|
||||
"vid": "0xFEED",
|
||||
"pid": "0x23B0",
|
||||
"device_version": "1.2.3",
|
||||
"force_nkro": true
|
||||
"force_nkro": true,
|
||||
"pid": "0x23B0",
|
||||
"vid": "0xFEED"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D3"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
|
Loading…
Reference in New Issue
Block a user