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

Split keymap.c into keymap.c and keymap_all.h #78

Merged
merged 3 commits into from
Oct 25, 2024

Conversation

captdeaf
Copy link

For easier development purposes:

Keybard now has a working keymap_all.h download, at https://captdeaf.github.io/keybard

This PR separates the actual keymap from keymap.c, placing it into keymap_all.h.

For easier development: Download your keymap_all.h from Keybard, plop down as a replacement to keyboards/svalboard/keymaps/vial/keymap_all.h, and any builds will have your keymap. Just be sure not to git add or git commit your keymap_all.h (unless you mean to!).

Note: Builds will not have macros, combos, etc. Just the keymap. Which for rapid development works just fine for me.

keymap_all.h download from keybard is just the straight-up qmk integers. Instead of KC_A, it's 4, etc. (Fastest way to get it working.

Copy link
Collaborator

@ilc ilc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change vial to *.

@ilc
Copy link
Collaborator

ilc commented Oct 25, 2024

LGTM.

@ilc ilc merged commit f57347a into svalboard:vial Oct 25, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants