Ryan
|
74223c34a9
|
Remove legacy keycodes, part 6 (#18740)
* `KC_RSHIFT` -> `KC_RSFT`
* `KC_RCTRL` -> `KC_RCTL`
* `KC_LSHIFT` -> `KC_LSFT`
* `KC_LCTRL` -> `KC_LCTL`
|
2022-10-16 14:14:40 +01:00 |
|
Ryan
|
5629ba1807
|
Remove legacy keycodes, part 4 (#18683)
* `KC_PGDOWN` -> `KC_PGDN`
* `KC_PSCREEN` -> `KC_PSCR`
* `KC_SCOLON` -> `KC_SCLN`
* `KC_BSLASH` -> `KC_BSLS`
* `KC_BSPACE` -> `KC_BSPC`
|
2022-10-13 18:28:14 +01:00 |
|
Ryan
|
99b35940bc
|
Remove unnecessary backslash-escapes in default keymaps (#15472)
* Remove unnecessary backslash-escapes in default keymaps
* Remove unnecessary backslash-escapes in via keymaps
* Remove unnecessary backslash-escapes in default-ish keymaps
|
2021-12-14 12:41:16 +00:00 |
|
Liviturtle
|
dc4c80eef4
|
[Keyboard] add Labyrinth75 (#11135)
* added Labyrinth75
* changed to lowercase inline with the PR checklist
* added a correctly formatted image to readme.md
* fixed imgur link
* fixed info.json
* Update keyboards/labyrinth75/keymaps/default/keymap.c
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/labyrinth75/labyrinth75.h
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
* remove superfluous backslashes
* Update keyboards/labyrinth75/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
2020-12-16 22:45:21 -08:00 |
|