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/lime | |
parent | cb81913d18fd567cb2dbadcd9a5c5c767f75ba60 (diff) |
Move `SPLIT_KEYBOARD` to data driven (#21410)
Diffstat (limited to 'keyboards/lime')
-rw-r--r-- | keyboards/lime/info.json | 5 | ||||
-rw-r--r-- | keyboards/lime/rules.mk | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/keyboards/lime/info.json b/keyboards/lime/info.json new file mode 100644 index 0000000000..2b9790e84e --- /dev/null +++ b/keyboards/lime/info.json @@ -0,0 +1,5 @@ +{ + "split": { + "enabled": true + } +} diff --git a/keyboards/lime/rules.mk b/keyboards/lime/rules.mk index 1d1f049a53..cd2da2eedf 100644 --- a/keyboards/lime/rules.mk +++ b/keyboards/lime/rules.mk @@ -10,6 +10,5 @@ NKRO_ENABLE = no # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output -SPLIT_KEYBOARD = yes SWAP_HANDS_ENABLE = yes DEFAULT_FOLDER = lime/rev1 |