From 6d1164836db02bf7e7ccd4246fa622ca8e93657c Mon Sep 17 00:00:00 2001 From: noahbei <123449614+noahbei@users.noreply.github.com> Date: Sun, 22 Oct 2023 00:37:20 -0700 Subject: [PATCH] add VIA support for printedpad (#2045) --- v3/printedpad/printedpad.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 v3/printedpad/printedpad.json diff --git a/v3/printedpad/printedpad.json b/v3/printedpad/printedpad.json new file mode 100644 index 0000000000..a7c5e1ff58 --- /dev/null +++ b/v3/printedpad/printedpad.json @@ -0,0 +1,16 @@ +{ + "name": "printedpad", + "vendorId": "0x5064", + "productId": "0x0001", + "matrix": { + "rows": 4, + "cols": 3 + }, + "layouts": { + "keymap": [ + ["1,0","1,1","1,2"], + ["2,0","2,1","2,2"], + ["3,0","3,1","3,2"] + ] + } +} \ No newline at end of file