Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move RGB_MATRIX_DRIVER to data driven #20350

Merged
merged 10 commits into from
Apr 8, 2023
Prev Previous commit
Next Next commit
Move RGB_MATRIX_DRIVER = IS31FL3737 to data driven
  • Loading branch information
fauxpark committed Apr 6, 2023
commit 63102423e886db7b718a2f13d3a7aa204600fc46
3 changes: 3 additions & 0 deletions keyboards/frooastboard/walnut/info.json
Original file line number Diff line number Diff line change
@@ -14,6 +14,9 @@
"mousekey": false,
"nkro": true
},
"rgb_matrix": {
"driver": "IS31FL3737"
},
"build": {
"lto": true
},
1 change: 0 additions & 1 deletion keyboards/frooastboard/walnut/rules.mk
Original file line number Diff line number Diff line change
@@ -2,4 +2,3 @@
# change yes to no to disable
#
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix
RGB_MATRIX_DRIVER = IS31FL3737 # Select RGB matrix driver
3 changes: 3 additions & 0 deletions keyboards/mt/mt84/info.json
Original file line number Diff line number Diff line change
@@ -11,6 +11,9 @@
"ws2812": {
"pin": "B0"
},
"rgb_matrix": {
"driver": "IS31FL3737"
},
"matrix_pins": {
"cols": ["B5", "B6", "C6", "C7", "F7", "F6", "F5", "F4", "F1", "F0", "B1", "B2", "B3", "B7", "E6"],
"rows": ["D7", "D6", "D5", "D3", "D2", "D4"]
1 change: 0 additions & 1 deletion keyboards/mt/mt84/rules.mk
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@ COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGB_MATRIX_ENABLE = yes # Use RGB Matrix
RGB_MATRIX_DRIVER = IS31FL3737
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
LTO_ENABLE = yes
3 changes: 3 additions & 0 deletions keyboards/planck/ez/info.json
Original file line number Diff line number Diff line change
@@ -6,6 +6,9 @@
"vid": "0x3297",
"device_version": "0.0.1"
},
"rgb_matrix": {
"driver": "IS31FL3737"
},
"matrix_pins": {
"cols": ["B11", "B10", "B2", "B1", "A7", "B0"],
"rows": ["A10", "A9", "A8", "B15", "C13", "C14", "C15", "A2"]
1 change: 0 additions & 1 deletion keyboards/planck/ez/rules.mk
Original file line number Diff line number Diff line change
@@ -13,7 +13,6 @@ AUDIO_DRIVER = dac_additive
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.

ENCODER_ENABLE = yes
RGB_MATRIX_DRIVER = IS31FL3737

LAYOUTS_HAS_RGB = no