Move LED indicator config to data driven (#19800)
This commit is contained in:
parent
d784f78bd0
commit
f4ba17c4a0
979 changed files with 1935 additions and 2171 deletions
|
@ -24,9 +24,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
/* COL2ROW, ROW2COL */
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
// TOP, MID, BOT
|
||||
// B4, D7, D6
|
||||
#define LED_NUM_LOCK_PIN B4
|
||||
#define LED_CAPS_LOCK_PIN D7
|
||||
#define LED_SCROLL_LOCK_PIN D6
|
||||
|
|
|
@ -7,6 +7,11 @@
|
|||
"vid": "0xB33F",
|
||||
"pid": "0x58E4"
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "D7",
|
||||
"num_lock": "B4",
|
||||
"scroll_lock": "D6"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue