-
-
Notifications
You must be signed in to change notification settings - Fork 588
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
Custom Combos #11
Open
xervon
wants to merge
40
commits into
manna-harbour:miryoku
Choose a base branch
from
xervon:custom_combos
base: miryoku
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Custom Combos #11
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…8755)" This reverts commit 89dbc18.
Individual commits can be found at https://github.com/manna-harbour/miryoku_qmk/commits/miryoku-20220227 - Add FUNDING.yml - Update root readme - Remove files from .github - Add workflows - Add custom_config.h and custom_rules.mk to workflows - Override local custom_rules.mk and custom_config.h in workflows - Add merge field to workflows
- Update BT keycodes on Media inner index: - Move OUT_AUTO to bottom row - Move RGB_TOG in vi to pinkie column to match other TOG keycodes, and rotate row
- Supports adding and removing layers from custom_config.h - Add "U_" prefix to layer names - Add layer name strings - Populate keymaps array from X macro - Populate layers enum from X macro - Move layers enum to manna-harbour_miryoku.h - Rename miryoku_alternatives.h to miryoku_layer_alternatives.h - Rename miryoku_layer.h to miryoku_layer_selection.h - Remove miryoku_layer_names.h - Add miryoku_layer_list.h
Add support for uf2 firmware
Combine with Shift for Caps Lock
Remove ferris, covered community layout
…layout options Add Test Inputs workflow with all text fields for matrix builds
…options Add Test Inputs workflow with all text fields for matrix builds
manna-harbour
force-pushed
the
miryoku
branch
from
November 29, 2022 02:53
5ca8c1c
to
d92f5d1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This change allows the user to create custom combos.
To facilitate this, I
MIRYOKU_CUSTOM_COMBO_COUNT
andcustom_keymap.c
from manna-harbour_miryoku.hcustom_keymap.c
based oncustom_config.h
To define custom combos, set
MIRYOKU_CUSTOM_COMBO_COUNT
to the amount of combos that are defined and define combos incustom_keymap.c
Example
custom_keymap.c
:custom_rules.mk
: