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/gon | |
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/gon')
-rw-r--r-- | keyboards/gon/nerd60/keymaps/mauin/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/gon/nerd60/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/gon/nerdtkl/keymaps/gam3cat/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/gon/nerdtkl/rules.mk | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/gon/nerd60/keymaps/mauin/rules.mk b/keyboards/gon/nerd60/keymaps/mauin/rules.mk index 625fc9c029..6094ff6603 100644 --- a/keyboards/gon/nerd60/keymaps/mauin/rules.mk +++ b/keyboards/gon/nerd60/keymaps/mauin/rules.mk @@ -17,4 +17,3 @@ 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 diff --git a/keyboards/gon/nerd60/rules.mk b/keyboards/gon/nerd60/rules.mk index 8446dd39ca..74fd4fcc32 100644 --- a/keyboards/gon/nerd60/rules.mk +++ b/keyboards/gon/nerd60/rules.mk @@ -33,4 +33,3 @@ 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 diff --git a/keyboards/gon/nerdtkl/keymaps/gam3cat/rules.mk b/keyboards/gon/nerdtkl/keymaps/gam3cat/rules.mk index 65c2a5d622..e827f50723 100644 --- a/keyboards/gon/nerdtkl/keymaps/gam3cat/rules.mk +++ b/keyboards/gon/nerdtkl/keymaps/gam3cat/rules.mk @@ -18,7 +18,6 @@ UNICODEMAP_ENABLE = no # Enable extended 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 #VARIABLE_TRACE = no # Use this to debug changes to variable values API_SYSEX_ENABLE = no # This enables using the Quantum SYSEX API to send strings KEY_LOCK_ENABLE = no # This enables key lock diff --git a/keyboards/gon/nerdtkl/rules.mk b/keyboards/gon/nerdtkl/rules.mk index 8446dd39ca..74fd4fcc32 100644 --- a/keyboards/gon/nerdtkl/rules.mk +++ b/keyboards/gon/nerdtkl/rules.mk @@ -33,4 +33,3 @@ 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 |