How do I hit Gui+Shift+S? #98
-
Stupid question, I'm new. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 20 replies
-
First, on the opposite hand from the s, press both the home row index finger (shift) and the home row pinky finger (gui) then press |
Beta Was this translation helpful? Give feedback.
-
As @dcolestock already mentioned, use the opposite hand for the mods. A User Guide will be added, but at the moment the only documentation is the Reference Manual, which takes some interpretation. The basic idea for mods and / or layers is to hold mods on fingers and layer change on thumb simultaneously with one hand, and use the other to reach for the key on the layer and / or to be combined with the mods. That way, the hand that is holding doesn't move from home, and the hand moving doesn't hold. So both hands can be relaxed, overall movement is minimised, hand contortions are eliminated, and any combination of mods can be used with any key. |
Beta Was this translation helpful? Give feedback.
-
Thanks! I have most of it now. New to QMK and home row mods.
Now just have to fork it and build a custom layout for unused keyson the
iris6.
A but unclear on:
- Auto Shift for numbers and symbols.
- Secondary left-hand layer has shifted symbols in the same locations to
reduce chording when using *mods with shifted symbols. *
- The additional feature layer. Don't understand the use cases. Qwerty
would be helpful if someone has to use the keyboard, and would ideally use
the default base layer for the keyboard with some way back?
Thanks for all your work on this! The thumb backspace is amazing for
someone learning colemak. Now I just have to figure out what I want all the
extra keys to do.
(Ps, iris needed the console disabled for filesize reasons, and the dev
fork would segfault on compile. I don't figure configurator can handle
this? Via is not supported due to layer count?)
…On Sun., Jun. 26, 2022, 05:37 Manna Harbour, ***@***.***> wrote:
As @dcolestock <https://github.com/dcolestock> already mentioned, use the
opposite hand for the mods.
A User Guide will be added, but at the moment the only documentation is
the Reference Manual
<https://github.com/manna-harbour/miryoku/tree/master/docs/reference>,
which takes some interpretation.
The basic idea for mods and / or layers is to hold mods on fingers and
layer change on thumb simultaneously with one hand, and use the other to
reach for the key on the layer and / or to be combined with the mods. That
way, the hand that is holding doesn't move from home, and the hand moving
doesn't hold. So both hands can be relaxed, overall movement is minimised,
hand contortions are eliminated, and any combination of mods can be used
with any key.
—
Reply to this email directly, view it on GitHub
<#98 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADIQS6AJBHBJ43NICEJXVZDVRBFITANCNFSM5Z2WCN5A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I'm definitely doing something wrong with custom config. Got Via working by manually setting VIA_ENABLE=yes. Down to 644 bytes free! I now have a JSON of Miryoku for Iris6a, only took me 5 hours to get here ;) Any interest in a community resource of keymaps? Seems it would help people to try Miryoku if they haven't built QMK extensively. |
Beta Was this translation helpful? Give feedback.
-
These are defined already by Iris:
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = yes # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
I tried the following:
#define LAYER_STATE_8BIT
#define NO_ACTION_ONESHOT
#undef LOCKING_SUPPORT_ENABLE
#undef LOCKING_RESYNC_ENABLE
CONSOLE_ENABLE = no
SPACE_CADET_ENABLE = no
GRAVE_ESC_ENABLE = no
MAGIC_ENABLE = no
AVR_USE_MINIMAL_PRINTF = yes
As well as disabling all the RGB anims. Haven't tried disabling the entire
subsystem.
If DYNAMIC_KEYMAP_LAYER_COUNT exceeds *7, *I get :"Dynamic keymaps are
configured to use more EEPROM than is available." Controller only has 1kb.
Otherwise at 7 firmware size is fine - * The firmware size is fine -
21732/28672 (75%, 6940 bytes free)
Guess I could sacrifice the button layer. Maybe another time. I'm not sure
what'll happen to EEPROM when I start enabling features I actually want in
VIA/Vial, like encoder control.
…On Thu, Jun 30, 2022 at 4:36 PM Manna Harbour ***@***.***> wrote:
In general see https://docs.qmk.fm/#/squeezing_avr and also check what
else is enabled by default at the keyboard level for that keyboard. For
Miryoku specifically, candidates for removal, depending on your needs, are
the Extra, Tap, Button, Mouse, Fun, and Sym layers, and the AUTO_SHIFT,
MOUSEKEY, and EXTRAKEY features.
—
Reply to this email directly, view it on GitHub
<#98 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADIQS6D3RFBIT74XNOXBSALVRYVQRANCNFSM5Z2WCN5A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
First, on the opposite hand from the s, press both the home row index finger (shift) and the home row pinky finger (gui) then press
s
with the other hand and then release them.