diff options
| author | Ryan | 2023-02-17 06:40:49 +0100 |
|---|---|---|
| committer | GitHub | 2023-02-17 06:40:49 +0100 |
| commit | 8f6c228adbfec98828f0411f62bab07f96e5c020 (patch) | |
| tree | e3e7c485942dd7a089b34bfb17be8ef644829f12 /keyboards/draculad | |
| parent | 2da0827d4ffbcba161126d6001f370e97d0172a8 (diff) | |
Move `SOFT_SERIAL_PIN` to data driven (#19863)
Diffstat (limited to 'keyboards/draculad')
| -rw-r--r-- | keyboards/draculad/config.h | 2 | ||||
| -rw-r--r-- | keyboards/draculad/info.json | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/draculad/config.h b/keyboards/draculad/config.h index 049a4cb1e1..8ea9dd48d5 100644 --- a/keyboards/draculad/config.h +++ b/keyboards/draculad/config.h @@ -23,8 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DIODE_DIRECTION COL2ROW -#define SOFT_SERIAL_PIN D2 - #ifdef OLED_ENABLE #define OLED_DISPLAY_128X64 #define OLED_TIMEOUT 30000 diff --git a/keyboards/draculad/info.json b/keyboards/draculad/info.json index 5526563929..310fa97659 100644 --- a/keyboards/draculad/info.json +++ b/keyboards/draculad/info.json @@ -8,6 +8,9 @@ "pid": "0x1B1E", "device_version": "0.0.1" }, + "split": { + "soft_serial_pin": "D2" + }, "processor": "atmega32u4", "bootloader": "caterina", "layouts": { |