summaryrefslogtreecommitdiffstats
path: root/keyboards/mechkeys
Commit message (Expand)AuthorAgeFilesLines
* Move matrix config to info.json, part 7 (#20020)Ryan2023-03-1112-63/+30
* Move backlight config to data driven (#19910)Ryan2023-02-2612-17/+23
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-223-5/+0
* Remove matrix size defines (#19581)Ryan2023-02-176-25/+0
* Move LED indicator config to data driven (#19800)Ryan2023-02-176-11/+14
* Refactor Leader key feature (#19632)Ryan2023-02-131-19/+10
* Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan2023-02-081-5/+0
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0812-36/+12
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-071-4/+0
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-061-5/+0
* Debounce defines cleanup (#19742)Ryan2023-02-035-15/+0
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-031-3/+0
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-301-21/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-316-6/+0
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-284-5/+0
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-162-2/+2
|\
| * Docs/space b cleanup (#19612)Tom Barnes2023-01-162-2/+2
* | Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-102-2/+1
* | Remove useless line continuations (#19399)Ryan2022-12-302-32/+32
* | Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-142-2/+2
|/
* Remove .noci functionality (#19122)Joel Challis2022-11-211-0/+0
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-0615-15/+15
* Normalise Unicode keycodes (#18898)Ryan2022-10-311-2/+2
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-276-7/+7
* Deprecate `KC_LEAD` for `QK_LEAD` (#18792)Ryan2022-10-212-2/+2
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-205-5/+5
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-201-1/+1
* Remove legacy sendstring keycodes (#18749)Ryan2022-10-171-3/+3
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-162-4/+4
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-156-8/+8
* Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)Drashna Jaelre2022-10-156-17/+61
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-131-1/+1
* Remove keymaps that still reference legacy macros (#18693)Joel Challis2022-10-132-90/+0
* Remove legacy keycodes, part 3 (#18669)Ryan2022-10-112-2/+2
* Remove `UNICODE_KEY_OSX` and `UC_OSX` (#18290)Ryan2022-09-061-2/+2
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-2113-18/+18
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-065-5/+0
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-0312-43/+37
|\
| * Move keyboard USB IDs and strings to data driven: M (#17859)Ryan2022-08-0312-43/+37
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-2/+1
|/
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-157-9/+9
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-151-2/+0
* move mechkeys keyboards into the mechkeys/ vendor folder (#15760)peepeetee2022-02-1178-0/+4103
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-141-12/+12
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-2/+1
* Remove empty config.h from default-ish keymaps (#15429)Ryan2021-12-091-19/+0
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-2/+0
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-051-1/+1
* Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-301-1/+0
* Remove unused `IS_COMMAND()` instances and Magic Key definitions (#14610)James Young2021-09-261-53/+0