b29b482741
This commit makes the mode keys transparent in the LOWER layer instead of disabled. Before this commit, the following sequence of key presses `LGUI+LOWER+l` would translate into `Cmd+right` in macOS and, therefore, move the cursor to the end of line. But, pressing `LOWER+LGUI+l` would completely ignore the `LGUI` and, therefore, move the cursor one letter to the right. With this change, pressing `LOWER+LGUI+l` produces the same result as `LGUI+LOWER+l`. This is also true for multiple other combinations, like `RALT+SHIFT+LOWER+l`, `LOWER+RALT+SHIFT+l`, `SHIFT+LOWER+RALT+l`, etc. Co-authored-by: Gaston Jorquera <gjorquera@gmail.com> |
||
---|---|---|
.. | ||
keymaps | ||
lib | ||
light | ||
rev1 | ||
.noci | ||
config.h | ||
lily58.c | ||
lily58.h | ||
readme.md | ||
rules.mk |
Lily58
Lily58 is 6×4+5keys column-staggered split keyboard.
Keyboard Maintainer: Naoki Katahira Twitter:@F_YUUCHI
Hardware Supported: Lily58 PCB, ProMicro
Hardware Availability: PCB & Case Data
Make example for this keyboard (after setting up your build environment):
make lily58:default
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.