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": "0x8C9C",
"device_version": "0.0.2"
},
"rgb_matrix": {
"driver": "custom"
},
"layouts": {
"LAYOUT_all": {
"layout": [

View file

@ -1,5 +1,2 @@
# The default configuration is a atmega32a
DEFAULT_FOLDER = rgbkb/pan/rev1/32a
RGB_MATRIX_DRIVER = custom
WS2812_DRIVER_REQUIRED := yes

View file

@ -9,7 +9,6 @@ COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = no # Enable N-Key Rollover
AUDIO_ENABLE = no # Audio output
RGB_MATRIX_ENABLE = yes
RGB_MATRIX_DRIVER = WS2812
ENCODER_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
@ -20,3 +19,5 @@ STAGGERED_LAYOUT = no # If you soldered R1-A12 and R4-A12, enable this.
# Default to revision 1
DEFAULT_FOLDER = rgbkb/pan/rev1
WS2812_DRIVER_REQUIRED := yes