From fc06c143b1cd937a97e3f7a4e71d655907eb6bb3 Mon Sep 17 00:00:00 2001 From: 18438880 <77926265+18438880@users.noreply.github.com> Date: Thu, 24 Jun 2021 10:46:03 +0800 Subject: 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 * Update keyboards/latin6rgb/rules.mk Co-authored-by: Drashna Jaelre * Update keymap.c * Update keymap.c * Update config.h * Update config.h Co-authored-by: Drashna Jaelre --- keyboards/latin6rgb/info.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 keyboards/latin6rgb/info.json (limited to 'keyboards/latin6rgb/info.json') 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} + ] + } + } +} -- cgit v1.2.3