summaryrefslogtreecommitdiff
path: root/keyboards/lily58/keymaps/gaston/keymap.c
AgeCommit message (Collapse)Author
2024-02-15[Keymap Removal] keyboard with most keymaps (#23081)Joel Challis
* splitkb/kyria * lily58 * gmmk/pro/rev1/ansi * lets_split
2023-07-03[Keymap] Improve tap-hold configuration (#21383)Gastón Jorquera
2023-06-14[Keymap] Left Control is now ESC when tapped (#21241)Gastón Jorquera
2022-10-16Remove legacy keycodes, part 6 (#18740)Ryan
* `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
2021-11-28Add TRNS to LOWER layer (#15288)Gastón Jorquera
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-09-08[Keymap] Add Gaston's Lily58 custom keymap (#14334)Gastón Jorquera
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Gaston Jorquera <gjorquera@gmail.com>