aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/annepro2/c18/keyboard.json
diff options
context:
space:
mode:
authorJoel Challis2024-04-13 00:34:44 +0200
committerGitHub2024-04-13 00:34:44 +0200
commit6b60089fc704e4fc6bb75686b725a19da6a92fa9 (patch)
tree891be4a9f3a1a1c9088a2f726a85b79485700fb2 /keyboards/annepro2/c18/keyboard.json
parent214e091ec2a7af0629ce36bce28793a3630090c3 (diff)
Migrate build target markers to keyboard.json - 0AB (#23488)
Diffstat (limited to 'keyboards/annepro2/c18/keyboard.json')
-rw-r--r--keyboards/annepro2/c18/keyboard.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/annepro2/c18/keyboard.json b/keyboards/annepro2/c18/keyboard.json
new file mode 100644
index 0000000000..b3f3d367fe
--- /dev/null
+++ b/keyboards/annepro2/c18/keyboard.json
@@ -0,0 +1,11 @@
+{
+ "keyboard_name": "Anne Pro 2 C18 (QMK)",
+ "usb": {
+ "pid": "0x8009"
+ },
+ "diode_direction": "COL2ROW",
+ "matrix_pins": {
+ "cols": ["C4", "C5", "D0", "B15", "C11", "A15", "C12", "C13", "A8", "A10", "A11", "A14", "D2", "D3"],
+ "rows": ["B5", "B4", "B3", "B2", "D1"]
+ }
+}