summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/acacia/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/acacia/info.json')
-rw-r--r--keyboards/handwired/acacia/info.json78
1 files changed, 78 insertions, 0 deletions
diff --git a/keyboards/handwired/acacia/info.json b/keyboards/handwired/acacia/info.json
new file mode 100644
index 0000000000..7d2771ff9f
--- /dev/null
+++ b/keyboards/handwired/acacia/info.json
@@ -0,0 +1,78 @@
+{
+ "keyboard_name": "Acacia",
+ "manufacturer": "jpsecher",
+ "maintainer": "jpsecher",
+ "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/handwired/acacia",
+ "processor": "atmega32u2",
+ "bootloader": "atmel-dfu",
+ "bootloader_instructions": "Enter the bootloader by using the small buttons on the PCB: press the RESET button while connected to QMK Toolbox.",
+ "diode_direction": "COL2ROW",
+ "debounce": 5,
+ "matrix_pins": {
+ "cols": ["B4", "B3", "B2", "B1", "B0", "D2", "B6", "B7", "C7", "C6"],
+ "rows": ["B5", "D3", "D4", "D5", "D6"]
+ },
+ "usb": {
+ "vid": "0x6A70",
+ "pid": "0x0001",
+ "device_version": "1.0.0",
+ "max_power": 20
+ },
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"label":"B", "x":0, "y":0.5},
+ {"label":"Q", "x":1, "y":0},
+ {"label":"W", "x":2, "y":0},
+ {"label":"E", "x":3, "y":0},
+ {"label":"R", "x":4, "y":0},
+ {"label":"T", "x":5, "y":0.5},
+
+ {"label":"H", "x":10.5, "y":0.5},
+ {"label":"U", "x":11.5, "y":0},
+ {"label":"I", "x":12.5, "y":0},
+ {"label":"O", "x":13.5, "y":0},
+ {"label":"P", "x":14.5, "y":0},
+ {"label":"Y", "x":15.5, "y":0.5},
+
+ {"label":"Tab", "x":0, "y":1.5},
+ {"label":"A", "x":1, "y":1},
+ {"label":"S", "x":2, "y":1},
+ {"label":"D", "x":3, "y":1},
+ {"label":"F", "x":4, "y":1},
+ {"label":"G", "x":5, "y":1.5},
+
+ {"label":"N", "x":10.5, "y":1.5},
+ {"label":"J", "x":11.5, "y":1},
+ {"label":"K", "x":12.5, "y":1},
+ {"label":"L", "x":13.5, "y":1},
+ {"label":":", "x":14.5, "y":1},
+ {"label":"Enter", "x":15.5, "y":1.5},
+
+ {"label":"Z", "x":1, "y":2},
+ {"label":"X", "x":2, "y":2},
+ {"label":"C", "x":3, "y":2},
+ {"label":"V", "x":4, "y":2},
+
+ {"label":"M", "x":11.5, "y":2},
+ {"label":"<", "x":12.5, "y":2},
+ {"label":">", "x":13.5, "y":2},
+ {"label":"'", "x":14.5, "y":2},
+
+ {"label":"Next", "x":2.25, "y":3},
+ {"label":"Alt", "x":3.5, "y":3},
+ {"label":"BS", "x":4.5, "y":3},
+ {"label":"Esc", "x":5.5, "y":3},
+ {"label":"Shift", "x":6.5, "y":3},
+
+ {"label":"RAlt", "x":9.25, "y":3},
+ {"label":"Space", "x":10.25, "y":3},
+ {"label":"Del", "x":11.25, "y":3},
+ {"label":"Alt", "x":12.25, "y":3},
+ {"label":"Play", "x":13.5, "y":3},
+
+ {"label":"Debug", "x":8, "y":1}
+ ]
+ }
+ }
+}