summaryrefslogtreecommitdiffstats
path: root/users/edvorakjp
Commit message (Collapse)AuthorAgeFilesLines
* Fix functions with empty params (#19647)Ryan2023-01-201-1/+1
| | | | | * Fix functions with empty params * Found a bunch more
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-141-6/+6
|
* Remove legacy sendstring keycodes (#18749)Ryan2022-10-171-2/+2
|
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-131-3/+3
| | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-101-2/+2
| | | | | | | | | | | | | | | | | | | * `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS`
* Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-192-2/+2
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* tap-dance: Restructure code and document in more detail (#16394)Jouke Witteveen2022-06-131-2/+11
|
* [Bug] Develop - Change uint32_t to layer_state_t (#13596)Xelus222021-07-192-2/+2
| | | | | * fix sat75 * update uint32_t to layer_state
* [Keymap] Remove LAYOUT_kc macros from edvorakjp keymaps (#12217)Ryo Maeda2021-04-095-193/+191
|
* Update edvorak keymap simplify (#5350)epaew2019-03-096-226/+38
| | | | | | | | * Update edvorakjp layouts * swap master hand * update tapping_term
* Add edvorakjp kepmap for crkbd (#4537)epaew2018-12-031-5/+13
| | | | | | | | * edvorakjp layout for crkbd * bugfix of edvorakjp QMK cannot send keycode that doesn't exists on new layer.
* Keymap: Refactor edvorakjp user library (#4480)epaew2018-11-267-237/+394
| | | | | | | | | | | | * Refactor edvorakjp user library * add tap dance support * update keymaps * edvorakjp: add SWAP_SCLN option * fix behavior of SWAP_SCLN
* Add edvorakjp keymap for the Helix (rev2) keyboard (#3340)epaew2018-07-081-0/+1
| | | | | | | | | | | | | | | | * add readme.md * add extern declaration of edvorakjp_config to edvorakjp.h * add oled.c * add layout definitions * add keymap.c * add rules.mk * fix rgblight issue: rgblight_setrgb() ignore RGBLIGHT_LIMIT_VAL
* Add edvorakjp layout for the Iris keyboard (#3020)epaew2018-05-224-0/+424
* add edvorakjp libraries * add edvorakjp iris keymap * change the custom eeconfig's address to prevent future address conflicts * deleted the verbose line of rule.mk