Open
Conversation
Setup initial configuration for eyelash_corne board: - Added workflow configuration example for eyelash_corne. - Created the necessary config and keymap files. - Integrated custom key mappings, keeping non default keys unmapped.
228953a to
960135a
Compare
Comment on lines
+19
to
+31
| #define MIRYOKU_KLUDGE_TOPROWCOMBOS_LEFTPINKIE 2 3 | ||
| #define MIRYOKU_KLUDGE_TOPROWCOMBOS_LEFTINNERINDEX 3 4 | ||
| #define MIRYOKU_KLUDGE_TOPROWCOMBOS_RIGHTINNERINDEX 7 8 | ||
| #define MIRYOKU_KLUDGE_TOPROWCOMBOS_RIGHTPINKIE 8 9 | ||
|
|
||
| #define MIRYOKU_KLUDGE_BOTTOMROWCOMBOS_LEFTPINKIE 26 27 | ||
| #define MIRYOKU_KLUDGE_BOTTOMROWCOMBOS_LEFTINNERINDEX 27 28 | ||
| #define MIRYOKU_KLUDGE_BOTTOMROWCOMBOS_RIGHTINNERINDEX 31 32 | ||
| #define MIRYOKU_KLUDGE_BOTTOMROWCOMBOS_RIGHTPINKIE 32 33 | ||
|
|
||
| #define MIRYOKU_KLUDGE_THUMBCOMBOS_LEFT 37 38 | ||
| #define MIRYOKU_KLUDGE_THUMBCOMBOS_RIGHT 39 40 | ||
|
|
Owner
There was a problem hiding this comment.
The combo key positions need updating, but since they are optional they can all just be deleted.
| with: | ||
| board: '["eyelash_corne_left", "eyelash_corne_right"]' | ||
| shield: '["nice_view"]' | ||
| modules: '["a741725193/zmk-new_corne/main"]' |
Owner
There was a problem hiding this comment.
If this is always required it can go into the outboard instead.
Owner
|
I generally don't add build examples. You could add those workflows to your fork and share them in https://github.com/manna-harbour/miryoku/discussions/categories/show-and-tell. |
Comment on lines
+8
to
+12
| / { | ||
| chosen { | ||
| zmk,matrix_transform = &default_transform; | ||
| }; | ||
| }; No newline at end of file |
This file contains hidden or 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
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.
Setup eyelash_corne board, keymap and build examples.
board repo: https://github.com/a741725193/zmk-new_corne
It follows other keymaps configs by providing only the barebones settings for miryoku.