diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-08-07 02:06:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 02:06:14 -0700 |
commit | 4e8af9d41bb5122a398bc8f768bc3931c8aaf9a4 (patch) | |
tree | 2b12452e684e1992f1680e15e3495ea26214323c /keyboards/dc01/numpad/rules.mk | |
parent | 871d35aa432f149b67d986b584bb31b80bd1573e (diff) |
Remove HD44780 References, Part 2 (#9918)
* remove HD44780_ENABLE rules: C-F
* remove HD44780_ENABLE config: C-F
Diffstat (limited to 'keyboards/dc01/numpad/rules.mk')
-rw-r--r-- | keyboards/dc01/numpad/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/dc01/numpad/rules.mk b/keyboards/dc01/numpad/rules.mk index 27d73e2618..1f6883a8b1 100644 --- a/keyboards/dc01/numpad/rules.mk +++ b/keyboards/dc01/numpad/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 NO_USB_STARTUP_CHECK = yes # Disable initialization only when usb is plugged in CUSTOM_MATRIX = yes # Use custom matrix SRC += matrix.c \ |