Split keymap.c into keymap.c and keymap_all.h #78
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For easier development purposes:
Keybard now has a working
keymap_all.h
download, at https://captdeaf.github.io/keybardThis PR separates the actual keymap from
keymap.c
, placing it intokeymap_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 yourkeymap_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.