summaryrefslogtreecommitdiff
path: root/keyboards/handwired/10k/info.json
diff options
context:
space:
mode:
authorNabos <9805355+nab-os@users.noreply.github.com>2022-04-13 08:03:49 +0200
committerGitHub <noreply@github.com>2022-04-12 23:03:49 -0700
commit3f66e25b41cdb9192f1a9efb2771fed36559afb0 (patch)
tree2355d52c6980b10b408b96639a42452ff2146d58 /keyboards/handwired/10k/info.json
parente1c777a1c993efa6c739fde71f995ee386456237 (diff)
[Keyboard] add 10k (#16531)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nicolas Ballet <balletn@igbmc.fr>
Diffstat (limited to 'keyboards/handwired/10k/info.json')
-rw-r--r--keyboards/handwired/10k/info.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/keyboards/handwired/10k/info.json b/keyboards/handwired/10k/info.json
new file mode 100644
index 0000000000..7601788ddc
--- /dev/null
+++ b/keyboards/handwired/10k/info.json
@@ -0,0 +1,46 @@
+{
+ "keyboard_name": "10k",
+ "maintainer": "Nabos",
+ "manufacturer": "Nabos",
+ "debounce": 5,
+ "diode_direction": "COL2ROW",
+ "matrix_pins": {
+ "cols": ["C6", "D7", "E6", "B4", "B5"],
+ "rows": ["B6"]
+ },
+ "features": {
+ "audio": false,
+ "backlight": false,
+ "bootmagic": false,
+ "command": false,
+ "console": false,
+ "extrakey": false,
+ "mousekey": false,
+ "nkro": false,
+ "rgblight": false
+ },
+ "usb": {
+ "vid": "0x6869",
+ "pid": "0x0001",
+ "device_version": "0.0.1"
+ },
+ "layout_aliases": {
+ "LAYOUT": "LAYOUT_split_1x5"
+ },
+ "layouts": {
+ "LAYOUT_split_1x5": {
+ "layout": [
+ {"label": "L00", "matrix": [0, 0], "x":0.4295, "y":1.011},
+ {"label": "L01", "matrix": [0, 1], "x":1.445, "y":0.819},
+ {"label": "L02", "matrix": [0, 2], "x":2.5385, "y":0.7555},
+ {"label": "L03", "matrix": [0, 3], "x":3.568, "y":1.3745},
+ {"label": "L04", "matrix": [0, 4], "x":4.2, "y":3.987},
+ {"label": "R00", "matrix": [1, 0], "x":5.2, "y":3.987},
+ {"label": "R01", "matrix": [1, 1], "x":5.832, "y":1.3745},
+ {"label": "R02", "matrix": [1, 2], "x":6.8615, "y":0.7555},
+ {"label": "R03", "matrix": [1, 3], "x":7.955, "y":0.819},
+ {"label": "R04", "matrix": [1, 4], "x":8.9705, "y":1.011}
+ ]
+ }
+ }
+}