-
-
Notifications
You must be signed in to change notification settings - Fork 40.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove HD44780 References, Part 1 #9052
Conversation
Thank you for your contribution! |
Can you resolve the conflict and put the pr into "normal" (or whatever it's called) mode? |
432533f
to
0b85e55
Compare
Anything in particular holding this up? |
I wasn't inclined to merge my own PR. This shouldn't be modifying anything that's actually being used. None of the keyboards being modified enable the HD44780 feature. |
* remove HD44780_ENABLE rules: 0-9, A-B * remove HD44780_ENABLE config: 0-9, A-B
Description
Removes references to the HD44780 LCD Display from
config.h
andrules.mk
files.There aren't any keyboards in the tree that use this feature, so its configuration and rules settings are basically bloat.
This doesn't remove the feature from QMK.
Part 1 of a series. Covers keyboards starting with 0-9 and A-B.
TODO
Types of Changes
Issues Fixed or Closed by This PR
Checklist