summaryrefslogtreecommitdiffstats
path: root/layouts/community/ergodox/haegin/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-141-5/+5
|
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-271-2/+2
|
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-161-2/+2
| | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-1/+1
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Remove complex `fn_actions` macros (#14662)Ryan2021-11-011-1/+1
| | | | | * Remove complex `fn_actions` macros * Remove additional `KC_FN*` instances
* Remove unused `action_get_macro()` usages in user files (#11165)Ryan2021-01-111-20/+0
|
* Migrate ACTION_LAYER_TAP_TOGGLEs to TT()fauxpark2019-02-181-4/+0
|
* Remove redundant KC_TRNS and KC_NO fillers in layouts (#5142)fauxpark2019-02-161-2/+0
|
* Add magic backspace to my layout (#2758)Harry Mills2018-04-191-6/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Haegin's keymap * Potential improvements to the keyboard * Add haegin minidox layout * Add Haegin's keyboard to ergodox layouts * Update Haegin's minidox keymap * Add home, end, and page up and down * Magic Backspace Backspace still acts as control when you hold it down, but if you tap it twice and hold it's a held backspace. Tapping it more than twice it continues to act as backspace, but it deletes more characters with each tap with the quantity deleted based on the fibonacci sequence. * Switch to deleting words after 4 taps When hitting backspace, after 4 taps this switches to deleting by word because if you're hitting backspace that frantically you must need to delete a lot of stuff. Holding backspace after 4 taps will delete words in the same way that holding alt+backspace deletes words on a normal keyboard.
* Adding Haegin's keyboard layout for the ergodox and minidox (#2637)Harry Mills2018-03-281-0/+196
* Add Haegin's keymap * Potential improvements to the keyboard * Add haegin minidox layout * Add Haegin's keyboard to ergodox layouts * Update Haegin's minidox keymap