From 36e834bed8975a895fb665dda23b0f901015357e Mon Sep 17 00:00:00 2001 From: jackytrabbit Date: Sat, 26 Sep 2020 20:00:50 +0800 Subject: [PATCH] Create the30.json --- src/lazydesigners/the30.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/lazydesigners/the30.json diff --git a/src/lazydesigners/the30.json b/src/lazydesigners/the30.json new file mode 100644 index 0000000000..dd2c2c3667 --- /dev/null +++ b/src/lazydesigners/the30.json @@ -0,0 +1,14 @@ +{ + "name": "THE30", + "vendorId": "0x4C44", + "productId": "0x0030", + "lighting": "qmk_backlight_rgblight", + "matrix": {"rows": 3, "cols": 10}, +"layouts": { +"keymap": [ + ["0,0","0,1","0,2","0,3","0,4","0,5","0,6","0,7","0,8","0,9"], + ["1,0","1,1","1,2","1,3","1,4","1,5","1,6","1,7","1,8","1,9"], + ["2,0","2,1","2,2","2,3","2,4","2,5","2,6","2,7","2,8","2,9"] +] +} +} \ No newline at end of file