diff options
| author | Shandon Anderson | 2024-05-18 22:15:59 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-18 22:15:59 +0200 |
| commit | e9e26c2b52fbc82138435346597521ded6f78605 (patch) | |
| tree | 2ffbd8380eb98cb0d41f0f8b6cfc4968b3221dda | |
| parent | 8fac6224d5320543064ad8a36b38e803259130c0 (diff) | |
Add media key support to Riot Pad (#23719)
| -rw-r--r-- | keyboards/shandoncodes/riot_pad/keyboard.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/shandoncodes/riot_pad/keyboard.json b/keyboards/shandoncodes/riot_pad/keyboard.json index ab732ef0b0..7ecb52d8e0 100644 --- a/keyboards/shandoncodes/riot_pad/keyboard.json +++ b/keyboards/shandoncodes/riot_pad/keyboard.json @@ -9,7 +9,8 @@ "command": false, "console": false, "nkro": true, - "rgblight": true + "rgblight": true, + "extrakey": true }, "matrix_pins": { "cols": ["B14", "A8", "A9"], |