Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge upstream master to 2022 Q4 breaking change | lokher | 2022-12-07 | 1 | -81/+0 |
| | |||||
* | Remove legacy keycodes, part 5 (#18710) | Ryan | 2022-10-15 | 1 | -1/+1 |
| | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | ||||
* | Remove empty override functions (#14312) | Ryan | 2021-09-05 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | * Remove empty override functions, 0-9 * Remove empty override functions, A-D * Remove empty override functions, E-H * Remove empty override functions, handwired * Remove empty override functions, I-L * Remove empty override functions, M-P * Remove empty override functions, Q-T * Remove empty override functions, U-Z | ||||
* | Send string keycode tweaks (#7471) | fauxpark | 2019-11-25 | 1 | -1/+1 |
| | |||||
* | [Keyboard] Modernize KMAC (#6131) | Mathias Andersson | 2019-06-26 | 1 | -66/+60 |
| | | | | | | | | | | * [Keyboard] Modernize the KMAC implementation This brings the matrix implementation more in line with the current default matrix code. It also simplifies the implementation quite a bit. * [Keyboard] Add layout support to KMAC | ||||
* | Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152) | fauxpark | 2019-02-16 | 1 | -3/+0 |
| | |||||
* | Remove empty fn_actions[] | fauxpark | 2019-01-11 | 1 | -4/+0 |
| | |||||
* | QMK Configurator Support for KMAC (#2852) | Eric | 2018-04-30 | 1 | -49/+52 |
| | | | | | | * Added KMAC Config * Removed .vscode | ||||
* | Unify KMAC code indentation | Mathias Andersson | 2017-06-17 | 1 | -39/+39 |
| | | | | | | It's a little unclear what the style guidelines are for the QMK project. But I figured that I should at least keep the indentation consistent within the KMAC part. | ||||
* | Fix some KMAC code formating | Mathias Andersson | 2017-06-17 | 1 | -6/+6 |
| | |||||
* | Add support for KMAC | Mathias Andersson | 2017-06-08 | 1 | -0/+97 |