aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/oddball/v1/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/oddball/v1/keyboard.json
parent1c8e99ca451a9f0acac07b64da80cf11baedf6a6 (diff)
Migrate build target markers to keyboard.json (#23293)
Diffstat (limited to 'keyboards/oddball/v1/keyboard.json')
-rw-r--r--keyboards/oddball/v1/keyboard.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/oddball/v1/keyboard.json b/keyboards/oddball/v1/keyboard.json
new file mode 100644
index 0000000000..f2bc9062ed
--- /dev/null
+++ b/keyboards/oddball/v1/keyboard.json
@@ -0,0 +1,8 @@
+{
+ "matrix_pins": {
+ "cols": ["D6", "D7", "B4", "D3", "C6", "C7"],
+ "rows": ["F6", "B5", "B6", "F7"]
+ },
+ "diode_direction": "COL2ROW",
+ "bootloader": "halfkay"
+}