-
-
Notifications
You must be signed in to change notification settings - Fork 41k
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
Add Launch Pad by Ungodly Design #10952
Conversation
Replace gldcfont.c file with image byte arrays
Co-authored-by: Drashna Jaelre <drashna@live.com>
Travis complaining about firmware size but local build shows:
|
Yup, that's a known issue. Travis uses an older version of avr-gcc, and it compiles larger. If you're concerned, you can add the following to your rules.mk, and it may help: SPACE_CADET_ENABLE = no
MAGIC_ENABLE = no
GRAVE_ESC_ENABLE = no This may save you on a chunk of firmware space, as well. Also removing the locking key defines helps. |
Co-authored-by: Ryan <fauxpark@gmail.com>
Add instructions to reset bootloader
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Implement use of layer_state_set_user
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Description
Types of Changes
Issues Fixed or Closed by This PR
Checklist