aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/dactylmacropad/keyboard.json
diff options
context:
space:
mode:
authorJoel Challis2024-03-30 12:31:50 +0100
committerGitHub2024-03-30 12:31:50 +0100
commit831deac212fa0342b9fad9d419b7f15890abfa02 (patch)
tree1fd89a68e5a8129ffe03c173840a42642bdd2ef1 /keyboards/handwired/dactylmacropad/keyboard.json
parent1c8e99ca451a9f0acac07b64da80cf11baedf6a6 (diff)
Migrate build target markers to keyboard.json (#23293)
Diffstat (limited to 'keyboards/handwired/dactylmacropad/keyboard.json')
-rw-r--r--keyboards/handwired/dactylmacropad/keyboard.json53
1 files changed, 53 insertions, 0 deletions
diff --git a/keyboards/handwired/dactylmacropad/keyboard.json b/keyboards/handwired/dactylmacropad/keyboard.json
new file mode 100644
index 0000000000..5d40a240a9
--- /dev/null
+++ b/keyboards/handwired/dactylmacropad/keyboard.json
@@ -0,0 +1,53 @@
+{
+ "manufacturer": "bwprobably",
+ "keyboard_name": "DactylMacropad",
+ "maintainer": "bwprobably",
+ "bootloader": "atmel-dfu",
+ "diode_direction": "COL2ROW",
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": true,
+ "encoder": true
+ },
+ "matrix_pins": {
+ "cols": ["F7", "B1", "B3", "B2", "B6"],
+ "rows": ["F6", "B4", "B5"]
+ },
+ "processor": "atmega32u4",
+ "usb": {
+ "device_version": "1.0.0",
+ "pid": "0x0000",
+ "vid": "0xFEED"
+ },
+ "encoder": {
+ "rotary": [
+ {"pin_a": "D1", "pin_b": "D0"}
+ ]
+ },
+ "qmk": {
+ "tap_keycode_delay": 100
+ },
+ "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": [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": [2, 4], "x": 4, "y": 2}
+ ]
+ }
+ }
+}