summaryrefslogtreecommitdiff
path: root/keyboards/handwired/battleship_gamepad/keyboard.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/battleship_gamepad/keyboard.json')
-rw-r--r--keyboards/handwired/battleship_gamepad/keyboard.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/handwired/battleship_gamepad/keyboard.json b/keyboards/handwired/battleship_gamepad/keyboard.json
index 2832741875..8350f31fdd 100644
--- a/keyboards/handwired/battleship_gamepad/keyboard.json
+++ b/keyboards/handwired/battleship_gamepad/keyboard.json
@@ -13,6 +13,14 @@
"rows": ["B6", "B2", "B3", "B1", "F7"]
},
"diode_direction": "COL2ROW",
+ "joystick": {
+ "button_count": 25,
+ "axis_resolution": 10,
+ "axes": {
+ "x": {"input_pin": "F5", "low": 1023, "rest": 512, "high": 0},
+ "y": {"input_pin": "F4", "low": 0, "rest": 512, "high": 1023}
+ }
+ },
"processor": "atmega32u4",
"bootloader": "caterina",
"features": {