From 22f89690b52b5cc77cbc5b084023e1eecaf28414 Mon Sep 17 00:00:00 2001 From: ShandonCodes Date: Thu, 21 Sep 2023 01:19:14 +0000 Subject: [PATCH 1/2] Add riot pad --- v3/shandoncodes/riot_pad/riot_pad.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 v3/shandoncodes/riot_pad/riot_pad.json diff --git a/v3/shandoncodes/riot_pad/riot_pad.json b/v3/shandoncodes/riot_pad/riot_pad.json new file mode 100644 index 0000000000..b668f139fe --- /dev/null +++ b/v3/shandoncodes/riot_pad/riot_pad.json @@ -0,0 +1,25 @@ +{ + "name": "Riotpad", + "vendorId": "0x7877", + "productId": "0x1000", + "keycodes": ["qmk_lighting"], + "menus": ["qmk_rgblight"], + "matrix": { + "rows": 2, + "cols": 3 + }, + "layouts": { + "keymap": [ + [ + "0,0", + "0,1", + "0,2" + ], + [ + "1,0", + "1,1", + "1,2" + ] + ] + } +} \ No newline at end of file From 9b2839a77ac93a876942041e7d249df313378ac3 Mon Sep 17 00:00:00 2001 From: ShandonCodes Date: Sat, 23 Sep 2023 12:42:55 +0000 Subject: [PATCH 2/2] Moved riot_pad location --- v3/{shandoncodes => }/riot_pad/riot_pad.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename v3/{shandoncodes => }/riot_pad/riot_pad.json (100%) diff --git a/v3/shandoncodes/riot_pad/riot_pad.json b/v3/riot_pad/riot_pad.json similarity index 100% rename from v3/shandoncodes/riot_pad/riot_pad.json rename to v3/riot_pad/riot_pad.json