summaryrefslogtreecommitdiff
path: root/keyboards/ning/tiny_board/tb16_rgb/info.json
diff options
context:
space:
mode:
authorNing <vipning@qq.com>2023-03-22 02:20:25 +0800
committerGitHub <noreply@github.com>2023-03-21 11:20:25 -0700
commitac7524213236dd09a99da2d97004dec1c288596c (patch)
treeb02c9e209df74377b969bde88919b78d274c4527 /keyboards/ning/tiny_board/tb16_rgb/info.json
parent650a0b8ad4425510fc76dc787e63f399d35036c2 (diff)
[Keyboard] Add tiny board 16 rgb keyboard (#20158)
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/ning/tiny_board/tb16_rgb/info.json')
-rw-r--r--keyboards/ning/tiny_board/tb16_rgb/info.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/keyboards/ning/tiny_board/tb16_rgb/info.json b/keyboards/ning/tiny_board/tb16_rgb/info.json
new file mode 100644
index 0000000000..5c19f2fe6b
--- /dev/null
+++ b/keyboards/ning/tiny_board/tb16_rgb/info.json
@@ -0,0 +1,48 @@
+{
+ "manufacturer": "Ning",
+ "keyboard_name": "TB16 RGB",
+ "maintainer": "ningjx",
+ "diode_direction": "COL2ROW",
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": true,
+ "rgb_matrix": true
+ },
+ "matrix_pins": {
+ "cols": ["B6", "B1", "B3", "B2"],
+ "rows": ["F7", "F6", "F5", "F4"]
+ },
+ "development_board": "promicro",
+ "url": "",
+ "usb": {
+ "device_version": "1.0.0",
+ "pid": "0x0000",
+ "vid": "0xFEED"
+ },
+ "layouts": {
+ "LAYOUT_ortho_4x4": {
+ "layout": [
+ { "matrix": [0, 0], "x": 0, "y": 0 },
+ { "matrix": [0, 1], "x": 1, "y": 0 },
+ { "matrix": [0, 2], "x": 2, "y": 0 },
+ { "matrix": [0, 3], "x": 3, "y": 0 },
+ { "matrix": [1, 0], "x": 0, "y": 1 },
+ { "matrix": [1, 1], "x": 1, "y": 1 },
+ { "matrix": [1, 2], "x": 2, "y": 1 },
+ { "matrix": [1, 3], "x": 3, "y": 1 },
+ { "matrix": [2, 0], "x": 0, "y": 2 },
+ { "matrix": [2, 1], "x": 1, "y": 2 },
+ { "matrix": [2, 2], "x": 2, "y": 2 },
+ { "matrix": [2, 3], "x": 3, "y": 2 },
+ { "matrix": [3, 0], "x": 0, "y": 3 },
+ { "matrix": [3, 1], "x": 1, "y": 3 },
+ { "matrix": [3, 2], "x": 2, "y": 3 },
+ { "matrix": [3, 3], "x": 3, "y": 3 }
+ ]
+ }
+ }
+}