Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Normalise Dynamic Macro keycodes (#18939) | Ryan | 2022-11-03 | 1 | -8/+8 |
| | | | | | | | | | | | | | * `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 | ||||
* | Remove legacy sendstring keycodes (#18749) | Ryan | 2022-10-17 | 1 | -2/+2 |
| | |||||
* | Remove legacy keycodes, part 6 (#18740) | Ryan | 2022-10-16 | 1 | -2/+2 |
| | | | | | | | | | * `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 | 1 | -1/+1 |
| | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | ||||
* | Make default layer size 16-bit (#15286) | Drashna Jaelre | 2022-06-19 | 1 | -1/+1 |
| | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | ||||
* | [Bug] Develop - Change uint32_t to layer_state_t (#13596) | Xelus22 | 2021-07-19 | 1 | -1/+1 |
| | | | | | * fix sat75 * update uint32_t to layer_state | ||||
* | [Keymap] Update to qwerty_code_friendly (#7416) | Campbell Barton | 2019-11-19 | 2 | -44/+58 |
| | | | | | - Move space to thumb cluster. - Make L1 and L2 symmetrical. - Add App & Menu keys. | ||||
* | Remove KC_DELT alias in favor of KC_DEL (#6327) | Konstantin Đorđević | 2019-08-30 | 1 | -1/+1 |
| | | | | | | * Remove KC_DELT alias in favor of KC_DEL * Add changelog | ||||
* | Update readme.md (#5230) | Campbell Barton | 2019-02-23 | 1 | -2/+1 |
| | | | Correct comment. | ||||
* | Migrate ACTION_LAYER_TAP_TOGGLEs to TT() | fauxpark | 2019-02-18 | 1 | -9/+3 |
| | |||||
* | Keymap: qwerty_code_friendly: update readme, comments (#4178) | Campbell Barton | 2018-10-19 | 2 | -10/+10 |
| | |||||
* | Keymap: qwerty_code_friendly: use numpad layout for f-keys (#4170) | Campbell Barton | 2018-10-19 | 2 | -18/+21 |
| | |||||
* | qwerty_code_friendly: update for renamed macro (#3283) | Campbell Barton | 2018-07-01 | 1 | -3/+3 |
| | |||||
* | qwerty_code_friendly: add numbers keys (#3078) | Campbell Barton | 2018-05-29 | 2 | -8/+16 |
| | |||||
* | qwerty_code_friendly: fix 76 key config (#3057) | Campbell Barton | 2018-05-26 | 1 | -1/+1 |
| | |||||
* | qwerty_code_friendly: correct typos (#3002) | Campbell Barton | 2018-05-20 | 2 | -30/+34 |
| | | | | | | | | * qwerty_code_friendly: correct typos * qwerty_code_friendly: right thumb for media keys Allows for single handed media control. | ||||
* | qwerty_code_friendly: optional 80 key layout (#2745) | Campbell Barton | 2018-04-15 | 2 | -225/+326 |
| | |||||
* | qwerty_code_friendly: minor updates (#2494) | Campbell Barton | 2018-03-09 | 2 | -31/+102 |
| | | | | | | | | | | * qwerty_code_friendly: minor updates - Correct mistake in ascii keymap. - Make lower right key delete again, but make it configurable. - Make double shift for double quotes optional. * qwerty_code_friendly: shift users title-caps | ||||
* | qwerty_code_friendly: various updates | Campbell Barton | 2018-03-07 | 2 | -271/+422 |
| | | | | | | | - Remove action_get_macro in favor of process_record_user - Support user defined words on layer 3 (pass via flags) - Support backspace & del on left thumb cluster. (optionally override top right backspace). | ||||
* | qwerty_code_friendly: Expose caps-lock & fix typo | Campbell Barton | 2017-11-09 | 2 | -10/+18 |
| | |||||
* | qwerty_code_friendly: configurable left thumb | Campbell Barton | 2017-11-07 | 2 | -28/+64 |
| | | | | Also add mouse-wheel keys. | ||||
* | ergodox qwerty_code_friendly: add macro keys (#1918) | Campbell Barton | 2017-10-29 | 2 | -42/+77 |
| | | | Also add more configurable keys. | ||||
* | Qwerty Code Friendly: relocate insert key | Campbell Barton | 2017-10-10 | 2 | -16/+24 |
| | | | | | This was too easy to press by accident (next to Alt). Make this user configurable. | ||||
* | code_friendly_qwerty keymap | Campbell Barton | 2017-10-03 | 2 | -0/+486 |