Move LED indicator config to data driven (#19800)
This commit is contained in:
@@ -35,9 +35,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define MATRIX_ROW_PINS { B4, A7, A5, A6, C3 }
|
||||
#define MATRIX_COL_PINS { B0, A1, B1, A2, B2, A3, B3, A4, C7, C6, D0, C5, D1, C4 }
|
||||
|
||||
#define LED_CAPS_LOCK_PIN A0
|
||||
#define LED_PIN_ON_STATE 0
|
||||
|
||||
#define ENCODERS_PAD_B { D5 }
|
||||
#define ENCODERS_PAD_A { C2 }
|
||||
#define ENCODER_RESOLUTION 2 //default/suggested
|
||||
|
@@ -8,6 +8,10 @@
|
||||
"pid": "0x6065",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "A0",
|
||||
"on_state": 0
|
||||
},
|
||||
"processor": "atmega32a",
|
||||
"bootloader": "usbasploader",
|
||||
"community_layouts": ["65_ansi", "65_iso"],
|
||||
|
Reference in New Issue
Block a user