Move backlight config to data driven (#19910)
This commit is contained in:
@@ -30,7 +30,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define ENCODERS_PAD_A_RIGHT { D6 }
|
||||
#define ENCODERS_PAD_B_RIGHT { D4 }
|
||||
|
||||
#define BACKLIGHT_PIN B5
|
||||
#define CAPS_LOCK_LED_PIN B6
|
||||
|
||||
/* ws2812 RGB LED */
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0x3357",
|
||||
"device_version": "3.1.0"
|
||||
},
|
||||
"backlight": {
|
||||
"pin": "B5"
|
||||
},
|
||||
"split": {
|
||||
"soft_serial_pin": "D0"
|
||||
},
|
||||
|
Reference in New Issue
Block a user