Move LED indicator config to data driven (#19800)
This commit is contained in:
@@ -38,11 +38,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
/* COL2ROW, ROW2COL */
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
// LEFT -> RIGHT
|
||||
// D5, D3, D2
|
||||
#define LED_NUM_LOCK_PIN D5
|
||||
#define LED_CAPS_LOCK_PIN D3
|
||||
#define LED_SCROLL_LOCK_PIN D2
|
||||
|
||||
#define ENCODERS_PAD_A { F5 }
|
||||
#define ENCODERS_PAD_B { F6 }
|
||||
|
@@ -8,6 +8,11 @@
|
||||
"pid": "0x58E4",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "D3",
|
||||
"num_lock": "D5",
|
||||
"scroll_lock": "D2"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
"layouts": {
|
||||
|
Reference in New Issue
Block a user