diff options
author | Ryan <fauxpark@gmail.com> | 2021-05-10 02:53:21 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 02:53:21 +1000 |
commit | 62c3e3d11f6956b34966a320cb6897195a2428be (patch) | |
tree | ee1ea47162c6e89476cdd154cb41e6fc2f64609c /keyboards/ckeys | |
parent | 12292ba2642038b38ffef12b5e702c4403808c83 (diff) |
Remove pointless SERIAL_LINK_ENABLE rules (#12846)
Diffstat (limited to 'keyboards/ckeys')
-rwxr-xr-x | keyboards/ckeys/thedora/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/ckeys/thedora/rules.mk b/keyboards/ckeys/thedora/rules.mk index 508af7d394..e364db1c1b 100755 --- a/keyboards/ckeys/thedora/rules.mk +++ b/keyboards/ckeys/thedora/rules.mk @@ -17,4 +17,3 @@ AUDIO_ENABLE = yes MIDI_ENABLE = yes # MIDI controls RGBLIGHT_ENABLE = no ENCODER_ENABLE = yes -# SERIAL_LINK_ENABLE = yes |