summaryrefslogtreecommitdiff
path: root/keyboards/orbekk_dactyl/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/orbekk_dactyl/info.json')
-rw-r--r--keyboards/orbekk_dactyl/info.json50
1 files changed, 50 insertions, 0 deletions
diff --git a/keyboards/orbekk_dactyl/info.json b/keyboards/orbekk_dactyl/info.json
new file mode 100644
index 0000000000..4102984aaf
--- /dev/null
+++ b/keyboards/orbekk_dactyl/info.json
@@ -0,0 +1,50 @@
+{
+ "manufacturer": "KJ Orbekk",
+ "keyboard_name": "orbekk_dactyl",
+ "maintainer": "orbekk",
+ "bootloader": "rp2040",
+ "diode_direction": "COL2ROW",
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": true
+ },
+ "matrix_pins": {
+ "cols": ["GP5" "GP6" "GP7" "GP8" "GP9"],
+ "rows": ["GP21" "GP23" "GP20" "GP22"]
+ },
+ "processor": "RP2040",
+ "url": "",
+ "usb": {
+ "device_version": "1.0.0",
+ "pid": "0x0000",
+ "vid": "0xFEED"
+ },
+ "layouts": {
+ "LAYOUT": {
+ "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": [0, 4], "x": 4, "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": [1, 4], "x": 4, "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": [2, 4], "x": 4, "y": 2},
+ {"matrix": [3, 1], "x": 0, "y": 3},
+ {"matrix": [3, 3], "x": 1, "y": 3},
+ {"matrix": [3, 4], "x": 2, "y": 3}
+ ]
+ }
+ }
+}