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/novem | |
parent | 088888937a805c29304753a1f211845744d249e8 (diff) | |
download | qmk_firmware-78d5224a1d89f97c519fd6410216d6cc408f931f.tar.gz qmk_firmware-78d5224a1d89f97c519fd6410216d6cc408f931f.zip |
Remove HD44780 References, Part 3 (#10238)
* remove HD44780_ENABLE rules: G-H
* remove HD44780_ENABLE config: G-H
Diffstat (limited to 'keyboards/handwired/novem')
-rw-r--r-- | keyboards/handwired/novem/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/handwired/novem/rules.mk b/keyboards/handwired/novem/rules.mk index 3891651f3b..e7acaabf8e 100644 --- a/keyboards/handwired/novem/rules.mk +++ b/keyboards/handwired/novem/rules.mk @@ -29,4 +29,3 @@ MIDI_ENABLE = no # MIDI support 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 |