Skip to content
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

Merged
merged 11 commits into from
Nov 19, 2020
Merged

Add Launch Pad by Ungodly Design #10952

merged 11 commits into from
Nov 19, 2020

Conversation

luis-godinez
Copy link
Contributor

Description

  • Macropad with oled, midi slider and rotary encoder support.

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout/userspace (addition or update)
  • Documentation

Issues Fixed or Closed by This PR

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

Replace gldcfont.c file with image byte arrays
@luis-godinez luis-godinez changed the title Add keyboard and keymapping for launch pad. Add Launch Pad by Ungodly Design Nov 15, 2020
@drashna drashna requested a review from a team November 17, 2020 03:58
luis-godinez and others added 2 commits November 16, 2020 20:24
Co-authored-by: Drashna Jaelre <drashna@live.com>
@luis-godinez luis-godinez requested review from drashna and removed request for a team November 17, 2020 04:35
@luis-godinez
Copy link
Contributor Author

luis-godinez commented Nov 17, 2020

Travis complaining about firmware size but local build shows:

The firmware size is approaching the maximum - 28238/28672 (98%, 434 bytes free)

@drashna
Copy link
Member

drashna commented Nov 17, 2020

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>
luis-godinez and others added 3 commits November 18, 2020 13:00
Add instructions to reset bootloader
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Implement use of layer_state_set_user
@luis-godinez luis-godinez requested a review from Erovia November 19, 2020 00:22
@Erovia Erovia merged commit 386cff8 into qmk:master Nov 19, 2020
xgnxs pushed a commit to xgnxs/qmk_firmware that referenced this pull request Jan 9, 2021
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants