summaryrefslogtreecommitdiffstats
path: root/keyboards/mechkeys/mechmini/v1
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-162-19/+1
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move matrix config to info.json, part 7 (#20020)Ryan2023-03-112-5/+5
|
* Move backlight config to data driven (#19910)Ryan2023-02-262-2/+3
|
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-221-1/+0
|
* Remove matrix size defines (#19581)Ryan2023-02-171-3/+0
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+2
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Remove .noci functionality (#19122)Joel Challis2022-11-211-0/+0
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)Drashna Jaelre2022-10-151-1/+10
|
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
|
* Move keyboard USB IDs and strings to data driven: M (#17859)Ryan2022-08-032-7/+7
|
* move mechkeys keyboards into the mechkeys/ vendor folder (#15760)peepeetee2022-02-119-0/+352
* move mechkeys keyboards to mechkeys/ * fix compilation * fix default folder