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