-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Lotus #686
Lotus #686
Conversation
Replacing key-codes to match latest QMK iteration, some options are moved to .JSON
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Simplified OLED, cleaned up keymap
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
… Lotus # Conflicts: # keyboards/tweetydabird/lotus58/info.json # keyboards/tweetydabird/lotus58/keymaps/vial/rules.mk
… Lotus # Conflicts: # keyboards/tweetydabird/lotus58/info.json # keyboards/tweetydabird/lotus58/keymaps/vial/rules.mk
@@ -7,15 +7,15 @@ VIAL_ENABLE = yes | |||
ENCODER_MAP_ENABLE = yes | |||
|
|||
# Reduce size on atmega32u4 | |||
ifeq ($(strip $(CONVERT_TO)), ) | |||
ifeq ($(strip $(MCU)), atmega32u4) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why this change is being reverted. It will result in these features being disabled (and LTO turned on) by default on all Vial builds (see #684).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly because I had a disagreement with the Git client. We are working it out.
Closing as no updates over a month |
Added rp2040_ce and minor updates