diff options
| author | Duncan Sutherland <dunk2k_2000@hotmail.com> | 2024-04-12 04:22:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-11 20:22:15 -0700 |
| commit | 8caa8674d225c1c26403f8c311be6ffbdd9081e1 (patch) | |
| tree | c111562d260d379791122573d8be04d8b51b1ca4 /keyboards/nacly | |
| parent | cb81913d18fd567cb2dbadcd9a5c5c767f75ba60 (diff) | |
Move `SPLIT_KEYBOARD` to data driven (#21410)
Diffstat (limited to 'keyboards/nacly')
| -rw-r--r-- | keyboards/nacly/sodium42/info.json | 1 | ||||
| -rw-r--r-- | keyboards/nacly/sodium42/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/nacly/sodium50/info.json | 1 | ||||
| -rw-r--r-- | keyboards/nacly/sodium50/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/nacly/sodium62/info.json | 1 | ||||
| -rw-r--r-- | keyboards/nacly/sodium62/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/nacly/splitreus62/info.json | 1 | ||||
| -rw-r--r-- | keyboards/nacly/splitreus62/rules.mk | 2 |
8 files changed, 4 insertions, 7 deletions
diff --git a/keyboards/nacly/sodium42/info.json b/keyboards/nacly/sodium42/info.json index 0c92f469ae..e87c76e21a 100644 --- a/keyboards/nacly/sodium42/info.json +++ b/keyboards/nacly/sodium42/info.json | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | }, | 14 | }, |
| 15 | "diode_direction": "COL2ROW", | 15 | "diode_direction": "COL2ROW", |
| 16 | "split": { | 16 | "split": { |
| 17 | "enabled": true, | ||
| 17 | "soft_serial_pin": "D3" | 18 | "soft_serial_pin": "D3" |
| 18 | }, | 19 | }, |
| 19 | "processor": "atmega32u4", | 20 | "processor": "atmega32u4", |
diff --git a/keyboards/nacly/sodium42/rules.mk b/keyboards/nacly/sodium42/rules.mk index f30bd81997..7c9f712027 100644 --- a/keyboards/nacly/sodium42/rules.mk +++ b/keyboards/nacly/sodium42/rules.mk | |||
| @@ -10,5 +10,3 @@ NKRO_ENABLE = yes # Enable N-Key Rollover | |||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
| 12 | AUDIO_ENABLE = no # Audio output | 12 | AUDIO_ENABLE = no # Audio output |
| 13 | |||
| 14 | SPLIT_KEYBOARD = yes \ No newline at end of file | ||
diff --git a/keyboards/nacly/sodium50/info.json b/keyboards/nacly/sodium50/info.json index aa60255b0d..e82dc8c1b5 100644 --- a/keyboards/nacly/sodium50/info.json +++ b/keyboards/nacly/sodium50/info.json | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | }, | 14 | }, |
| 15 | "diode_direction": "COL2ROW", | 15 | "diode_direction": "COL2ROW", |
| 16 | "split": { | 16 | "split": { |
| 17 | "enabled": true, | ||
| 17 | "soft_serial_pin": "D3" | 18 | "soft_serial_pin": "D3" |
| 18 | }, | 19 | }, |
| 19 | "processor": "atmega32u4", | 20 | "processor": "atmega32u4", |
diff --git a/keyboards/nacly/sodium50/rules.mk b/keyboards/nacly/sodium50/rules.mk index f30bd81997..7c9f712027 100644 --- a/keyboards/nacly/sodium50/rules.mk +++ b/keyboards/nacly/sodium50/rules.mk | |||
| @@ -10,5 +10,3 @@ NKRO_ENABLE = yes # Enable N-Key Rollover | |||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
| 12 | AUDIO_ENABLE = no # Audio output | 12 | AUDIO_ENABLE = no # Audio output |
| 13 | |||
| 14 | SPLIT_KEYBOARD = yes \ No newline at end of file | ||
diff --git a/keyboards/nacly/sodium62/info.json b/keyboards/nacly/sodium62/info.json index de4f22d607..45f5c488b8 100644 --- a/keyboards/nacly/sodium62/info.json +++ b/keyboards/nacly/sodium62/info.json | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | }, | 14 | }, |
| 15 | "diode_direction": "COL2ROW", | 15 | "diode_direction": "COL2ROW", |
| 16 | "split": { | 16 | "split": { |
| 17 | "enabled": true, | ||
| 17 | "soft_serial_pin": "D3" | 18 | "soft_serial_pin": "D3" |
| 18 | }, | 19 | }, |
| 19 | "processor": "atmega32u4", | 20 | "processor": "atmega32u4", |
diff --git a/keyboards/nacly/sodium62/rules.mk b/keyboards/nacly/sodium62/rules.mk index c62dc408b5..020e702921 100644 --- a/keyboards/nacly/sodium62/rules.mk +++ b/keyboards/nacly/sodium62/rules.mk | |||
| @@ -11,5 +11,4 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | |||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
| 12 | AUDIO_ENABLE = no # Audio output | 12 | AUDIO_ENABLE = no # Audio output |
| 13 | 13 | ||
| 14 | SPLIT_KEYBOARD = yes | ||
| 15 | OLED_ENABLE = yes | 14 | OLED_ENABLE = yes |
diff --git a/keyboards/nacly/splitreus62/info.json b/keyboards/nacly/splitreus62/info.json index c499277889..85038a903b 100644 --- a/keyboards/nacly/splitreus62/info.json +++ b/keyboards/nacly/splitreus62/info.json | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | }, | 14 | }, |
| 15 | "diode_direction": "ROW2COL", | 15 | "diode_direction": "ROW2COL", |
| 16 | "split": { | 16 | "split": { |
| 17 | "enabled": true, | ||
| 17 | "soft_serial_pin": "D0" | 18 | "soft_serial_pin": "D0" |
| 18 | }, | 19 | }, |
| 19 | "rgblight": { | 20 | "rgblight": { |
diff --git a/keyboards/nacly/splitreus62/rules.mk b/keyboards/nacly/splitreus62/rules.mk index 81ed47f82d..28c29a3b4d 100644 --- a/keyboards/nacly/splitreus62/rules.mk +++ b/keyboards/nacly/splitreus62/rules.mk | |||
| @@ -10,5 +10,3 @@ NKRO_ENABLE = yes # Enable N-Key Rollover | |||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 11 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | 11 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |
| 12 | AUDIO_ENABLE = no # Audio output | 12 | AUDIO_ENABLE = no # Audio output |
| 13 | |||
| 14 | SPLIT_KEYBOARD = yes | ||
