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/chiron | |
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/chiron')
-rw-r--r-- | keyboards/handwired/chiron/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/handwired/chiron/rules.mk b/keyboards/handwired/chiron/rules.mk index 96f6422700..85aff72cb1 100644 --- a/keyboards/handwired/chiron/rules.mk +++ b/keyboards/handwired/chiron/rules.mk @@ -24,7 +24,6 @@ CONSOLE_ENABLE = no DEBUG_ENABLE = no EXTRAKEY_ENABLE = no FAUXCLICKY_ENABLE = no -HD44780_ENABLE = no LEADER_ENABLE = no MIDI_ENABLE = no MOUSEKEY_ENABLE = yes |