summaryrefslogtreecommitdiff
path: root/keyboards/ms_sculpt/info.json
diff options
context:
space:
mode:
authorJean Bernard <105235786+jn-bernard@users.noreply.github.com>2022-07-02 14:16:38 +0200
committerGitHub <noreply@github.com>2022-07-02 22:16:38 +1000
commitef633cf46139282daaca77939937f7ba2519f56b (patch)
tree65db8b7f9cd31f5a92a6567d54d77259086ac6c6 /keyboards/ms_sculpt/info.json
parent9c2505676caa22a17c25ac29230d4faed948b71e (diff)
Added MS Sculpt ISO-layout conversion with STM32F401 (#17049)
Diffstat (limited to 'keyboards/ms_sculpt/info.json')
-rw-r--r--keyboards/ms_sculpt/info.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/keyboards/ms_sculpt/info.json b/keyboards/ms_sculpt/info.json
new file mode 100644
index 0000000000..9736300631
--- /dev/null
+++ b/keyboards/ms_sculpt/info.json
@@ -0,0 +1,32 @@
+{
+ "manufacturer": "Jean Bernard",
+ "keyboard_name": "ms_sculpt",
+ "maintainer": "jn-bernard",
+ "bootloader": "stm32-dfu",
+ "diode_direction": "COL2ROW",
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": false,
+ "mousekey": false,
+ "nkro": false
+ },
+ "matrix_pins": {
+ "rows": ["B10", "B1", "B0", "A7", "A6", "A5", "A4", "A3"],
+ "cols": ["A2","B8","A0","C15","C14","A14","A13","B7","B6","B5","B4","B3","A15","A10","A8","B15","B14","B12"],
+ "unused": ["B13", "A1", "B9"]
+ "ghost": true,
+ "io_delay": 5
+ },
+ "processor": "STM32F401",
+ "url": "",
+ "usb": {
+ "polling_interval": 1,
+ "device_version": "1.0.0",
+ "pid": "0x0000",
+ "vid": "0xFEED"
+ },
+ "layouts": {
+ }
+}