Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
parent
71c22a12db
commit
47966dc2a6
2600 changed files with 4027 additions and 1909 deletions
|
@ -21,7 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
#define RGB_DI_PIN E6
|
||||
#define RGBLED_NUM 10
|
||||
#define RGBLIGHT_SLEEP
|
||||
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
"pid": "0x1306",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "E6"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F7", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4", "D5", "D2", "F1", "F0"],
|
||||
"rows": ["D3", "B7", "B3", "B2", "B1", "B0"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue