qmk-dactyl-manuform-a/keyboards/lily58
Gastón Jorquera b29b482741
Add TRNS to LOWER layer (#15288)
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>
2021-11-28 20:28:15 +00:00
..
keymaps Add TRNS to LOWER layer (#15288) 2021-11-28 20:28:15 +00:00
lib 2020 May 30 Breaking Changes Update (#9215) 2020-05-30 13:14:59 -07:00
light Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
rev1 Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
.noci Initial list of keyboards to exclude from CI (#11213) 2020-12-21 15:38:39 +01:00
config.h 2020 May 30 Breaking Changes Update (#9215) 2020-05-30 13:14:59 -07:00
lily58.c Remove empty override functions (#14312) 2021-09-05 21:36:31 +01:00
lily58.h [Keyboard] add Lily58L keymap (#9870) 2020-12-21 15:34:40 +01:00
readme.md Remove use of sudo in lily58 make docs (#10301) 2020-09-12 20:40:31 +01:00
rules.mk Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633) 2021-09-30 08:14:21 +10:00

readme.md

Lily58

Lily58 is 6×4+5keys column-staggered split keyboard.

Lily58_01 2018-12-24 17 39 58 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.