Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Keymap] user dvorak_42_key ergodox_ez and crkbd keymaps (#19154) | Luc | 2022-12-11 | 1 | -507/+95 |
| | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: luc wastiaux <luc.wastiaux@airpost.net> Co-authored-by: Luc W <lucw@airpost.net> | ||||
* | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2022-11-12 | 2 | -171/+2 |
|\ | |||||
| * | Eric Gebhart user space and keymaps (#17487) | Eric Gebhart | 2022-11-11 | 2 | -171/+2 |
| | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | | Normalise Dynamic Macro keycodes (#18939) | Ryan | 2022-11-03 | 3 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * `DYN_REC_START1` -> `QK_DYNAMIC_MACRO_RECORD_START_1` * `DYN_REC_START2` -> `QK_DYNAMIC_MACRO_RECORD_START_2` * `DYN_MACRO_PLAY1` -> `QK_DYNAMIC_MACRO_PLAY_1` * `DYN_MACRO_PLAY2` -> `QK_DYNAMIC_MACRO_PLAY_2` * `DYN_REC_STOP` -> `QK_DYNAMIC_MACRO_RECORD_STOP` * Update docs | ||||
* | | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2022-10-29 | 1 | -98/+0 |
|\| | |||||
| * | [Keymap] toshi0383 keymaps update (#18760) | Toshihiro Suzuki | 2022-10-28 | 1 | -98/+0 |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | Remove rgblight_list.h (#18878) | Ryan | 2022-10-27 | 3 | -21/+21 |
| | | | | | | | | | | | | | | | | | | | | | | * Remove rgblight_list defines with no usage * Remove rgblight_setrgb_*[_at] defines * Remove rgblight_sethsv_* defines * Remove rgblight_sethsv_noeeprom_* defines * Delete rgblight_list.h and remove all references | ||||
* | | Remove `KC_DELT` (#18882) | Ryan | 2022-10-27 | 1 | -1/+1 |
| | | |||||
* | | Normalise Space Cadet keycodes (#18864) | Ryan | 2022-10-27 | 4 | -8/+8 |
| | | |||||
* | | Deprecate `KC_LOCK` for `QK_LOCK` (#18796) | Ryan | 2022-10-21 | 2 | -2/+2 |
| | | |||||
* | | Deprecate `KC_LEAD` for `QK_LEAD` (#18792) | Ryan | 2022-10-21 | 3 | -4/+4 |
| | | |||||
* | | Remove legacy EEPROM clear keycodes (#18782) | Ryan | 2022-10-20 | 4 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core | ||||
* | | Remove legacy sendstring keycodes (#18749) | Ryan | 2022-10-17 | 2 | -5/+5 |
| | | |||||
* | | Remove legacy keycodes, part 6 (#18740) | Ryan | 2022-10-16 | 14 | -158/+158 |
| | | | | | | | | | | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL` | ||||
* | | Remove legacy keycodes, part 5 (#18710) | Ryan | 2022-10-15 | 6 | -11/+11 |
| | | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | ||||
* | | Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725) | Drashna Jaelre | 2022-10-15 | 2 | -2/+20 |
| | | |||||
* | | Remove legacy keycodes, part 4 (#18683) | Ryan | 2022-10-13 | 13 | -98/+98 |
| | | | | | | | | | | | | | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC` | ||||
* | | Remove keymaps that still reference legacy macros (#18693) | Joel Challis | 2022-10-13 | 5 | -919/+0 |
| | | |||||
* | | Remove legacy keycodes, part 2 (#18660) | Ryan | 2022-10-10 | 13 | -34/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `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` | ||||
* | | Remove legacy international keycodes (#18588) | Ryan | 2022-10-09 | 1 | -1/+1 |
| | | |||||
* | | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | 2022-09-23 | 2 | -2/+2 |
|/ | |||||
* | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-21 | 10 | -10/+108 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-08-17 | 1 | -98/+0 |
|\ | |||||
| * | [Keymap] toshi0383 keymaps update (#18073) | Toshihiro Suzuki | 2022-08-16 | 1 | -98/+0 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2022-08-15 | 9 | -60/+25 |
|\| | |||||
| * | Move keyboard USB IDs and strings to data driven, pass 2: D-E (#17956) | Ryan | 2022-08-15 | 9 | -60/+25 |
| | | |||||
* | | [Core] Process all changed keys in one scan loop, deprecate ↵ | Stefan Kerkmann | 2022-08-06 | 4 | -9/+1 |
| | | | | | | | | `QMK_KEYS_PER_SCAN` (#15292) | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-07-02 | 4 | -122/+77 |
|\| | |||||
| * | My ErgoDox Keymap (finally perfected, I think) (#17208) | IFo Hancroft | 2022-07-03 | 4 | -122/+77 |
| | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | | Make default layer size 16-bit (#15286) | Drashna Jaelre | 2022-06-19 | 22 | -94/+73 |
| | | | | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | ||||
* | | tap-dance: Restructure code and document in more detail (#16394) | Jouke Witteveen | 2022-06-13 | 2 | -10/+29 |
|/ | |||||
* | Rename keymap_extras headers for consistency (#16939) | Ryan | 2022-05-15 | 1 | -3/+3 |
| | |||||
* | [Keyboard] Ported ErgoDox to VIA (#16804) | IFo Hancroft | 2022-04-13 | 2 | -0/+91 |
| | |||||
* | [Keymap] personal keymap, ergodox_ez and atreus / dvorak_42_key (#16695) | Luc | 2022-03-22 | 1 | -19/+58 |
| | |||||
* | Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵ | Ryan | 2022-03-15 | 1 | -2/+1 |
| | | | | (#16655) | ||||
* | Remove parent-relative paths from keyboards. (#16282) | Nick Brassel | 2022-02-10 | 1 | -1/+1 |
| | | | | | | | | | * Remove parent-relative paths from keyboards. * Update keyboards/capsunlocked/cu75/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | [Keymap] Further improvements to ifohancroft ErgoDox keymap (#15672) | IFo Hancroft | 2022-01-28 | 4 | -42/+82 |
| | |||||
* | [Keymap] ericgebhart keymap and userspace updates (#15727) | Eric Gebhart | 2022-01-13 | 2 | -357/+160 |
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Drashna Jael're <drashna@live.com> | ||||
* | [Keyboard] Fix suspend issues on ergodox_ez. (#15300) | Mewp | 2022-01-10 | 1 | -1/+1 |
| | | | Co-authored-by: Mewp <git@mewp.pl> | ||||
* | [Keymap] dvorak 42 key layouts (Ergodox EZ / Atreus) updates (#15656) | LucW | 2022-01-10 | 1 | -7/+14 |
| | | | Co-authored-by: luc wastiaux <luc.wastiaux@airpost.net> | ||||
* | [Keyboard] Update to ZSA Keyboards (#15644) | Drashna Jaelre | 2021-12-29 | 4 | -11/+88 |
| | |||||
* | Fix up build options comments (#15463) | Ryan | 2021-12-12 | 1 | -1/+1 |
| | |||||
* | Tidy up NKRO_ENABLE rules (#15382) | Ryan | 2021-12-09 | 1 | -1/+1 |
| | |||||
* | Tidy up `SLEEP_LED_ENABLE` rules (#15362) | Ryan | 2021-12-01 | 1 | -1/+0 |
| | |||||
* | Remove use of __flash due to LTO issues (#15268) | Joel Challis | 2021-11-24 | 1 | -1/+1 |
| | |||||
* | Require explicit enabling of RGB Matrix modes (#15018) | Drashna Jaelre | 2021-11-15 | 1 | -0/+48 |
| | |||||
* | Cleanup issues identified by lgtm (#14459) | Zach White | 2021-09-27 | 2 | -6/+0 |
| | | | | | * cleanup issues identified by lgtm * fix the git_status check | ||||
* | [Keymap] A slight improvement to my own ErgoDox keymap (#14425) | IFo Hancroft | 2021-09-15 | 2 | -5/+5 |
| | |||||
* | Remove width, height and key_count from info.json (#14274) | Ryan | 2021-09-12 | 1 | -3/+0 |
| | |||||
* | [Keymap] Adding IFo Hancroft's ErgoDox EZ Keymap (#14342) | IFo Hancroft | 2021-09-07 | 4 | -0/+203 |
| |