diff options
author | zvecr <git@zvecr.com> | 2019-03-11 23:52:04 +0000 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-03-11 16:52:04 -0700 |
commit | 99654c6e4f81d65a6ca3da592eb38ca710123b40 (patch) | |
tree | 1170bed3e2b77ce8848d39c18ec1ad9980ffebb1 /keyboards/40percentclub/half_n_half/rules.mk | |
parent | 8ff4b4dba4026daa15dda1e275c2edf65ba4a3ef (diff) |
[Keyboard] Fix diode and split keyboard configuration for 40percentclub/half_n_half (#5371)
Diffstat (limited to 'keyboards/40percentclub/half_n_half/rules.mk')
-rw-r--r-- | keyboards/40percentclub/half_n_half/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/40percentclub/half_n_half/rules.mk b/keyboards/40percentclub/half_n_half/rules.mk index bd0d8f808c..cc5fccee98 100644 --- a/keyboards/40percentclub/half_n_half/rules.mk +++ b/keyboards/40percentclub/half_n_half/rules.mk @@ -79,3 +79,6 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID AUDIO_ENABLE = no # Audio output on port C6 FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) + +# Enable generic behavior for split boards +SPLIT_KEYBOARD = yes |