diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-09-07 22:28:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-07 22:28:18 -0700 |
commit | 78d5224a1d89f97c519fd6410216d6cc408f931f (patch) | |
tree | 83d2386beb952cb71b9df276236e14f607177264 /keyboards/handwired/colorlice/rules.mk | |
parent | 088888937a805c29304753a1f211845744d249e8 (diff) |
Remove HD44780 References, Part 3 (#10238)
* remove HD44780_ENABLE rules: G-H
* remove HD44780_ENABLE config: G-H
Diffstat (limited to 'keyboards/handwired/colorlice/rules.mk')
-rw-r--r-- | keyboards/handwired/colorlice/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/handwired/colorlice/rules.mk b/keyboards/handwired/colorlice/rules.mk index 02da465d3e..f41304b2aa 100644 --- a/keyboards/handwired/colorlice/rules.mk +++ b/keyboards/handwired/colorlice/rules.mk @@ -29,7 +29,6 @@ UNICODE_ENABLE = no # Unicode 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 LTO_ENABLE = no # Use link time optimization RGB_MATRIX_ENABLE = WS2812 # Enable keyboard RGB backlight functionality with ws2812 driver RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |