summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/rs60/keymaps/default/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy Debug keycode (#18769)Ryan2022-10-191-1/+1
| | | | | | | | | | | * `DEBUG` -> `DB_TOGG`, default-ish keymaps * `DEBUG` -> `DB_TOGG`, user keymaps * `DEBUG` -> `DB_TOGG`, community layouts * `DEBUG` -> `DB_TOGG`, userspace * `DEBUG` -> `DB_TOGG`, docs & core
* Removes terminal from QMK. (#17258)Nick Brassel2022-05-301-1/+1
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-151-1/+1
|
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-141-36/+36
| | | | | | | * Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps
* handwired/rs60: use LAYOUT_ortho_5x12 directly (#12397)James Young2021-03-271-6/+6
| | | This commit renames the macro LAYOUT to LAYOUT_ortho_5x12, and removes the alias.
* rs: code friendly keymap for preonic, iris and my preonic clone (#4303)Olivier Poitrey2019-01-251-0/+207
I worked on those keymap to simplify the use of 60% keyboards for coders. Instead of trying to mimic planck, this keymap remove raise/lower layer complexity and keep some important sign keys for coder in the upper right side pretty much the same way as they are on a full keyboard. A karabiner configuration is also provided to mimic most of the keymap features on the macbook internal keyboard for when you are forced to use it.