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, C7 }
|
||||
#define ENCODERS_PAD_B_RIGHT { D4, C6 }
|
||||
|
||||
#define BACKLIGHT_PIN B5
|
||||
#define CAPS_LOCK_LED_PIN B6
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0x126A",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"backlight": {
|
||||
"pin": "B5"
|
||||
},
|
||||
"split": {
|
||||
"soft_serial_pin": "D0"
|
||||
},
|
||||
|
Reference in New Issue
Block a user