summaryrefslogtreecommitdiffstats
path: root/keyboards/mt
Commit message (Collapse)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-2314-136/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-232-2/+2
|
* backlight: split AVR PWM and timer drivers (#21540)Ryan2023-07-211-0/+1
|
* Get rid of `USB_LED_NUM_LOCK` (#21424)Ryan2023-07-021-2/+2
|
* Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-248-12/+9
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-1814-7/+11
|
* Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-166-3/+9
|
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-274-2/+6
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* [Keyboard] Reduce compiled size for mt64rgb's via keymap (#20814)Drashna Jaelre2023-05-092-17/+5
|
* Even more `info.json` whitespace cleanups (#20703)Ryan2023-05-042-384/+384
|
* `info.json` whitespace cleanups (#20651)Ryan2023-05-024-12/+12
|
* Move 60% layouts to data driven (#20477)Ryan2023-04-273-35/+71
|
* Move remaining `LAYOUT`s to data driven (#20422)Ryan2023-04-153-53/+229
|
* Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)Ryan2023-04-141-1/+1
|
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-122-128/+119
|
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-084-2/+6
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-0611-7/+15
|
* Move 75% and 96% layouts to data driven (#20289)Ryan2023-04-053-37/+92
|
* Move 65% layouts to data driven (#20308)Ryan2023-04-042-19/+73
|
* Fix layouts containing keys with multiple matrix positions (#20191)Ryan2023-03-292-43/+55
|
* Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-264-2/+6
|
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-234-8/+0
|
* Remove more empty headers (#20155)Ryan2023-03-174-23/+0
|
* Move matrix config to info.json, part 7 (#20020)Ryan2023-03-1114-120/+35
|
* Remove `"w":1` and `"h":1` from info.json (#19961)Ryan2023-02-281-1/+1
|
* Move backlight config to data driven (#19910)Ryan2023-02-2610-13/+17
|
* Migrate some more layouts to data driven (#19889)Ryan2023-02-236-511/+399
|
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-222-5/+0
|
* Remove matrix size defines (#19581)Ryan2023-02-177-28/+0
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-178-18/+23
|
* Move Bootmagic config to data driven (#19860)Ryan2023-02-172-4/+3
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0816-48/+16
|
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-061-5/+0
|
* Debounce defines cleanup (#19742)Ryan2023-02-035-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-032-6/+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-317-7/+0
|
* Remove deprecated Quantum keycodes (#19712)Ryan2023-01-292-2/+2
|
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-283-3/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-161-1/+1
|\
| * Docs/space b cleanup (#19612)Tom Barnes2023-01-161-1/+1
| | | | | | | | | | * Clean up remaining mentions of the deprecated Space B reset method * cleanup auto_tag.yml that got sucked in
* | Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-108-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z
* | Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-141-7/+7
|/
* [Keyboard] Add NCR-80 (#19130)Jordan Duabe2022-12-0722-0/+1004
|
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-272-2/+2
|
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-063-5/+5
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Normalise Dynamic Macro keycodes (#18939)Ryan2022-11-031-2/+2
| | | | | | | | | | | | | * `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
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-271-1/+1
|
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-202-2/+2
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-154-7/+7
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`