aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/hadron/ver2/info.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/info.json
parent130a2a31a66f17969102f95045fa2dcfac84e01d (diff)
Data-Driven Keyboard Conversions: H, Part 1 (#23524)
Diffstat (limited to 'keyboards/hadron/ver2/info.json')
-rw-r--r--keyboards/hadron/ver2/info.json31
1 files changed, 0 insertions, 31 deletions
diff --git a/keyboards/hadron/ver2/info.json b/keyboards/hadron/ver2/info.json
deleted file mode 100644
index fb1dc102b7..0000000000
--- a/keyboards/hadron/ver2/info.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "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"
-}