Add media key support to Riot Pad (#23719)
This commit is contained in:
parent
8fac6224d5
commit
e9e26c2b52
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@
|
||||||
"command": false,
|
"command": false,
|
||||||
"console": false,
|
"console": false,
|
||||||
"nkro": true,
|
"nkro": true,
|
||||||
"rgblight": true
|
"rgblight": true,
|
||||||
|
"extrakey": true
|
||||||
},
|
},
|
||||||
"matrix_pins": {
|
"matrix_pins": {
|
||||||
"cols": ["B14", "A8", "A9"],
|
"cols": ["B14", "A8", "A9"],
|
||||||
|
|
Loading…
Reference in a new issue