summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_ez/keymaps/skug/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-271-2/+2
|
* Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-1/+1
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* `keymap_extras`: Remove deprecated defines (#12949)Ryan2021-07-061-8/+5
|
* Remove unused `action_get_macro()` usages in user files (#11165)Ryan2021-01-111-18/+0
|
* [Keymap] Layout update for my ergodox (#7187)Christoffer Holmberg2019-10-281-6/+9
| | | | | | * Add KC_ESC to normal location and move SE_HALF to ARRW layer * Add `<` and `>` to SYMB layer as standalone keys
* Update swedish based keymaps with newer keycodesDrashna Jaelre2019-08-301-16/+16
|
* Migrate ACTION_LAYER_TAP_TOGGLEs to TT()fauxpark2019-02-181-4/+0
|
* Remove redundant, language-specific aliases for KC_ALGR (#4720)Konstantin Đorđević2019-01-031-1/+1
| | | | | | | | * Use standard KC_ALGR, remove language-specific redefinitions * Use ALGR instead of ALTGR in BÉPO and Canadian multilingual keymaps * Remove BE_LALT, BE_LGUI aliases
* Keymap: Update to ergodox layout (#4134)Christoffer Holmberg2018-10-151-16/+14
| | | | | | | | | | * Disable KB mouse & cleanup * fix ascii-layout * _______ is now defined by qmk and apparently has been for a year already ;)
* Keymap: Nordic layouts for ErgoDox, Planck (#3693)Christoffer Holmberg2018-08-211-0/+275
* first verion of skug * zudvp layer added and new thumb cluster * move del to arrw cluster and switch places of algr and no_circ * first verion of skug * zudvp layer added and new thumb cluster * move del to arrw cluster and switch places of algr and no_circ * rework layouts * Adds SYMB layer toggle to 'ä' Closes #2 Also moves ctrl away from '-' and 'z' to the outer bottom corners and removes redundant SYMB layer binds from there * Adds mouse movement to right hand on ARRW layer Closes #3 * Fix typoed keycodes * planck qwerty nordic * Update README.md * Update README.md * Implemented changes to planck layout requested by drashna * Implemented changes to ergodox layout requested by drashna NOTE: `version.h` is still required.