From 16c91e0cf2f01cc28b32c22d108e806538f7dba7 Mon Sep 17 00:00:00 2001 From: Sam <47176495+ItsFiremanSam@users.noreply.github.com> Date: Fri, 15 Jul 2022 04:52:39 +0200 Subject: [Keyboard] Added TutelPad keyboard (#16975) * TutelPad firmware v1.0 * Added VIA compatibility * Update keyboards/0xcb/tutelpad/config.h * Update keyboards/0xcb/tutelpad/keymaps/via/keymap.c * Update keyboards/0xcb/tutelpad/keymaps/via/keymap.c * Update keyboards/0xcb/tutelpad/keymaps/via/keymap.c * Add new OLED image, implement suggested fixes * Update keyboards/0xcb/tutelpad/rules.mk * Update keyboards/0xcb/tutelpad/rules.mk --- keyboards/0xcb/tutelpad/info.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 keyboards/0xcb/tutelpad/info.json (limited to 'keyboards/0xcb/tutelpad/info.json') diff --git a/keyboards/0xcb/tutelpad/info.json b/keyboards/0xcb/tutelpad/info.json new file mode 100644 index 0000000000..8a757a8e28 --- /dev/null +++ b/keyboards/0xcb/tutelpad/info.json @@ -0,0 +1,20 @@ +{ + "keyboard_name": "TutelPad", + "url": "", + "maintainer": "ItsFiremanSam", + "layouts": { + "LAYOUT": { + "layout": [ + {"label": "k03", "x": 0, "y": 0}, + {"label": "k02", "x": 1, "y": 0}, + {"label": "k01", "x": 2, "y": 0}, + {"label": "k00", "x": 3, "y": 0}, + + {"label": "k13", "x": 0, "y": 1}, + {"label": "k12", "x": 1, "y": 1}, + {"label": "k11", "x": 2, "y": 1}, + {"label": "k10", "x": 3, "y": 1} + ] + } + } +} -- cgit v1.2.3