1
0
Fork 0

Move RGB_MATRIX_DRIVER to data driven (#20350)

This commit is contained in:
Ryan 2023-04-08 18:08:08 +10:00 committed by GitHub
parent 10fc6c4cd6
commit 522048725f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
833 changed files with 1250 additions and 437 deletions

View file

@ -8,6 +8,9 @@
"pid": "0xBEA2",
"device_version": "0.0.1"
},
"rgb_matrix": {
"driver": "IS31FL3731"
},
"matrix_pins": {
"cols": ["E6", "E3", "E4", "D3", "D4", "D5", "C0", "A7", "A6", "E1", "E0", "D7"],
"rows": ["B0", "E7", "F0", "F1"]

View file

@ -12,6 +12,5 @@ MIDI_ENABLE = yes # MIDI support
AUDIO_ENABLE = yes # Audio output
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
RGB_MATRIX_ENABLE = yes
RGB_MATRIX_DRIVER = IS31FL3731
LAYOUTS_HAS_RGB = no