summaryrefslogtreecommitdiffstats
path: root/keyboards/mechkeys/mechmini
Commit message (Collapse)AuthorAgeFilesLines
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-271-1/+1
|
* Deprecate `KC_LEAD` for `QK_LEAD` (#18792)Ryan2022-10-212-2/+2
|
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-203-3/+3
|
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-201-1/+1
| | | | | | | | | | | * `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 keycodes, part 6 (#18740)Ryan2022-10-162-4/+4
| | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-152-2/+2
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)Drashna Jaelre2022-10-152-2/+20
|
* Remove keymaps that still reference legacy macros (#18693)Joel Challis2022-10-132-90/+0
|
* Remove `UNICODE_KEY_OSX` and `UC_OSX` (#18290)Ryan2022-09-061-2/+2
|
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-219-11/+11
|
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-034-15/+13
|\
| * Move keyboard USB IDs and strings to data driven: M (#17859)Ryan2022-08-034-15/+13
| |
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-2/+1
|/ | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-2/+2
|
* move mechkeys keyboards into the mechkeys/ vendor folder (#15760)peepeetee2022-02-1146-0/+1368
* move mechkeys keyboards to mechkeys/ * fix compilation * fix default folder