mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-28 14:10:13 +00:00
Added max_brightness to rgb_matrix
bumped version
This commit is contained in:
parent
7cb58756ce
commit
3736ac34d5
@ -6,7 +6,7 @@
|
||||
"usb": {
|
||||
"vid": "0x4413",
|
||||
"pid": "0x4A13",
|
||||
"device_version": "1.0.0"
|
||||
"device_version": "3.5.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "GP0",
|
||||
@ -14,6 +14,7 @@
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ws2812",
|
||||
"max_brightness": 128,
|
||||
"split_count": [29, 29],
|
||||
"layout": [
|
||||
{ "flags": 4, "matrix": [0, 5], "x": 95, "y": 7 },
|
||||
|
@ -2,11 +2,11 @@
|
||||
|
||||
![sofle_pico](https://i.imgur.com/WzZaIgQh.jpg)
|
||||
|
||||
sofle_pico is a 60% Raspberry Pi Pico powered split keyboard boasting a 4x6 layout with an aggressive columnar stagger. It has 5 "thumb" keys on either side, support for 2-4 rotary encoders, and per-key RGB lighting.
|
||||
Sofle Pico is a 60% Raspberry Pi Pico powered split keyboard boasting a 4x6 layout with an aggressive columnar stagger. It has 5 "thumb" keys on either side, support for 2-4 rotary encoders, and per-key RGB lighting.
|
||||
|
||||
- Keyboard Maintainer: [Dane Skalski](https://github.com/Daneski13)
|
||||
- Keyboard Maintainer: [Ryan Neff](https://github.com/JellyTitan)
|
||||
- Hardware Supported: sofle_pico PCB, Raspberry Pi Pico
|
||||
- Hardware Availability: [PCB, Case, Parts List](https://github.com/Daneski13/sofle_pico)
|
||||
- Hardware Availability: [PCB, Case, Parts List](https://github.com/JellyTitan/sofle_pico)
|
||||
|
||||
Remember you have to flash both halves of the keyboard for it to work!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user