aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/hadron/ver2/keyboard.json
diff options
context:
space:
mode:
authorJames Young2024-04-15 20:19:08 +0200
committerGitHub2024-04-15 20:19:08 +0200
commit2e01b67ecc4e36668098cb1bc4a5b63976d4c94d (patch)
tree2ff0ba984be945b6c9145a1b3650a1a0802ca482 /keyboards/hadron/ver2/keyboard.json
parent130a2a31a66f17969102f95045fa2dcfac84e01d (diff)
Data-Driven Keyboard Conversions: H, Part 1 (#23524)
Diffstat (limited to 'keyboards/hadron/ver2/keyboard.json')
-rw-r--r--keyboards/hadron/ver2/keyboard.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/keyboards/hadron/ver2/keyboard.json b/keyboards/hadron/ver2/keyboard.json
new file mode 100644
index 0000000000..fbb97f1c18
--- /dev/null
+++ b/keyboards/hadron/ver2/keyboard.json
@@ -0,0 +1,39 @@
+{
+ "usb": {
+ "device_version": "0.0.2"
+ },
+ "matrix_pins": {
+ "cols": ["F6", "F7", "D6", "C7", "F5", "F4", "F1", "F0", "D2", "D3", "D5", "B3", "B2", "B1", "B0"],
+ "rows": ["D7", "E6", "B4", "B5", "B6"]
+ },
+ "diode_direction": "COL2ROW",
+ "rgblight": {
+ "hue_steps": 10,
+ "led_count": 14,
+ "animations": {
+ "breathing": true,
+ "rainbow_mood": true,
+ "rainbow_swirl": true,
+ "snake": true,
+ "knight": true,
+ "christmas": true,
+ "static_gradient": true,
+ "rgb_test": true,
+ "alternating": true,
+ "twinkle": true
+ }
+ },
+ "ws2812": {
+ "pin": "D4"
+ },
+ "processor": "atmega32u4",
+ "bootloader": "halfkay",
+ "features": {
+ "bootmagic": true,
+ "mousekey": true,
+ "extrakey": true,
+ "nkro": true,
+ "rgblight": true,
+ "oled": true
+ }
+}