diff options
| author | Duncan Sutherland | 2024-04-12 05:22:15 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-12 05:22:15 +0200 |
| commit | 8caa8674d225c1c26403f8c311be6ffbdd9081e1 (patch) | |
| tree | c111562d260d379791122573d8be04d8b51b1ca4 /keyboards/pteron36 | |
| parent | cb81913d18fd567cb2dbadcd9a5c5c767f75ba60 (diff) | |
Move `SPLIT_KEYBOARD` to data driven (#21410)
Diffstat (limited to 'keyboards/pteron36')
| -rw-r--r-- | keyboards/pteron36/info.json | 1 | ||||
| -rw-r--r-- | keyboards/pteron36/rules.mk | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/pteron36/info.json b/keyboards/pteron36/info.json index 76b6e59647..2adb97ec51 100644 --- a/keyboards/pteron36/info.json +++ b/keyboards/pteron36/info.json @@ -22,6 +22,7 @@ ] }, "split": { + "enabled": true, "soft_serial_pin": "D3", "encoder": { "right": { diff --git a/keyboards/pteron36/rules.mk b/keyboards/pteron36/rules.mk index d07878747e..182bad228c 100644 --- a/keyboards/pteron36/rules.mk +++ b/keyboards/pteron36/rules.mk @@ -12,4 +12,3 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output OLED_ENABLE = yes # OLED display ENCODER_ENABLE = yes # Encoder support -SPLIT_KEYBOARD = yes # Split enable |