diff options
| author | Joel Challis | 2024-04-12 14:44:06 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-12 14:44:06 +0200 |
| commit | 214e091ec2a7af0629ce36bce28793a3630090c3 (patch) | |
| tree | 85a78c0fab82b2a2cf1f3a6a64ff76bb9ef5f43d /keyboards/handwired/xealous | |
| parent | 244b7143b68bbb43cab15fe20b9e80fc485b74ff (diff) | |
Corrections to split keyboard migrations (#23462)
Diffstat (limited to 'keyboards/handwired/xealous')
| -rw-r--r-- | keyboards/handwired/xealous/info.json | 5 | ||||
| -rw-r--r-- | keyboards/handwired/xealous/rev1/keyboard.json | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/keyboards/handwired/xealous/info.json b/keyboards/handwired/xealous/info.json deleted file mode 100644 index 2b9790e84e..0000000000 --- a/keyboards/handwired/xealous/info.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "split": { - "enabled": true - } -} diff --git a/keyboards/handwired/xealous/rev1/keyboard.json b/keyboards/handwired/xealous/rev1/keyboard.json index b8b45e5ee1..001cd82074 100644 --- a/keyboards/handwired/xealous/rev1/keyboard.json +++ b/keyboards/handwired/xealous/rev1/keyboard.json @@ -17,6 +17,9 @@ "rows": ["B5", "B4", "E6", "D7", "D4"] }, "diode_direction": "COL2ROW", + "split": { + "enabled": true + }, "processor": "atmega32u4", "bootloader": "caterina", "layouts": { |