summaryrefslogtreecommitdiff
path: root/keyboards/latin6rgb/info.json
diff options
context:
space:
mode:
author18438880 <77926265+18438880@users.noreply.github.com>2021-06-24 10:46:03 +0800
committerGitHub <noreply@github.com>2021-06-24 12:46:03 +1000
commitfc06c143b1cd937a97e3f7a4e71d655907eb6bb3 (patch)
tree5c2fa2fea6489cd482f14cf7a2b1baaf40defabc /keyboards/latin6rgb/info.json
parent344b1b439576ef1648f9ef4c8728409d902c4fb6 (diff)
Latin6rgb use IS31FL3731 IC (#11819)
* Create config.h * Add files via upload * Create keymap.c * Create keymap.c * Create rules.mk * Update readme.md * Update keyboards/latin6rgb/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/latin6rgb/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keymap.c * Update keymap.c * Update config.h * Update config.h Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/latin6rgb/info.json')
-rw-r--r--keyboards/latin6rgb/info.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/latin6rgb/info.json b/keyboards/latin6rgb/info.json
new file mode 100644
index 0000000000..f22149215c
--- /dev/null
+++ b/keyboards/latin6rgb/info.json
@@ -0,0 +1,19 @@
+{
+ "keyboard_name": "latin6rgb",
+ "url": "",
+ "maintainer": "18438880",
+ "width": 2,
+ "height": 3,
+ "layouts": {
+ "LAYOUT_numpad_2x3": {
+ "layout": [
+ {"x":0, "y":0},
+ {"x":1, "y":0},
+ {"x":2, "y":0},
+ {"x":0, "y":1},
+ {"x":1, "y":1},
+ {"x":2, "y":1}
+ ]
+ }
+ }
+}