summaryrefslogtreecommitdiffstats
path: root/keyboards/meletrix
Commit message (Collapse)AuthorAgeFilesLines
* Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-162-2/+2
|
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-272-1/+3
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Tidy up encoder_map directions (#20847)Joel Challis2023-05-102-2/+2
|
* More `info.json` whitespace cleanups (#20665)Ryan2023-05-031-102/+86
|
* `info.json` whitespace cleanups (#20651)Ryan2023-05-021-3/+3
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-167-0/+268
|\
| * [Keyboard] Add zoom75 wired (#20396)spbgzh2023-04-157-0/+268
| |
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-1/+3
| |
* | Move 65% layouts to data driven (#20308)Ryan2023-04-046-1672/+1169
| |
* | Move TKL F13 and FRL layouts to data driven (#20310)Ryan2023-04-042-786/+622
| |
* | Add core/fallback encoder behaviour (#20320)jack2023-04-032-14/+0
| |
* | [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann2023-04-032-4/+12
| |
* | Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-231-3/+0
| |
* | Remove more empty headers (#20155)Ryan2023-03-171-17/+0
| |
* | Fix layout macro keys with no matrix position (#20033)Ryan2023-03-131-1/+1
| |
* | Move matrix config to info.json, part 7 (#20020)Ryan2023-03-116-18/+15
|/
* Move encoder config to data driven (#19923)Ryan2023-02-266-27/+19
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove matrix size defines (#19581)Ryan2023-02-173-12/+0
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-176-11/+12
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-086-18/+6
|
* Debounce defines cleanup (#19742)Ryan2023-02-033-9/+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 usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-313-3/+0
|
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-104-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-11-202-1/+3
|\
| * [Keyboard] change RGBLED_NUM to 20 for zoom87 (#18930)spbgzh2022-11-202-1/+3
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Remove legacy keycodes, part 5 (#18710)Ryan2022-10-157-7/+7
|/ | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* RESET -> QK_BOOT default keymaps (#17939)Joel Challis2022-08-0721-23/+23
|
* Move keyboard USB IDs and strings to data driven: M (#17859)Ryan2022-08-036-21/+18
|
* [Keyboard] add Zoom87 (#17831)GG2022-07-2921-0/+1226
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-154-4/+4
|
* [Keyboard] Fix encoder bug zoom65 and zoom65_litte (#15876)GG2022-01-142-0/+6
|
* [Keyboard] update new keyboard zoom65_lite (#15218)GG2021-12-1725-0/+1363
|
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-2/+1
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-2/+0
|
* Meletrix Zoom65 Refactor (#15222)James Young2021-11-1924-531/+813
|
* [Keyboard] Add zoom65 (#14926)GG2021-10-2621-0/+1082