summaryrefslogtreecommitdiffstats
path: root/keyboards/mechlovin
Commit message (Collapse)AuthorAgeFilesLines
* Move LED indicator config to data driven (#19800)Ryan2023-02-1764-134/+133
|
* Move Bootmagic config to data driven (#19860)Ryan2023-02-178-20/+9
|
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-1710-70/+0
|
* Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan2023-02-081-19/+0
| | | | | * Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0865-208/+85
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-082-1/+8
|\
| * [Keyboard] Fix the underglow RGB LED (#19622)mechlovin2023-02-072-1/+8
| | | | | | | | Co-authored-by: h40 <73354045+h40io@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Remove unused `SOFT_SERIAL_PIN` from config.h (#19768)Ryan2023-02-072-10/+0
| |
* | Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-077-30/+0
| |
* | Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-065-25/+0
| |
* | Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan2023-02-052-10/+0
| |
* | Debounce defines cleanup (#19742)Ryan2023-02-0312-36/+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-035-15/+0
| |
* | Clean up Force NKRO in config.h (#19718)Ryan2023-01-305-105/+0
| |
* | Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-3134-34/+0
| |
* | Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-286-18/+0
| |
* | Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-1017-16/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Remove useless line continuations (#19399)Ryan2022-12-301-54/+54
|/
* [Keyboard] Add Olly Orion to QMK (#19134)mechlovin2022-12-1210-0/+362
| | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Add Zed65-monoLED and Zed65-Cor65 (#18872)mechlovin2022-12-1254-12/+738
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Refactor some led_set_kb instances (#19179)Joel Challis2022-12-091-7/+7
| | | | | | | | | * Refactor some led_set_kb instances * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add Olly_Octagon PCB to QMK (#19128)mechlovin2022-12-0412-0/+448
| | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Add ISO layout support for Zed60 PCB (#19204)mechlovin2022-12-042-8/+79
| | | | | * add iso layout * Update zed60.h
* [Keyboard] Change indicator LED state on Kay60 (#19182)mechlovin2022-12-031-1/+0
|
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-277-9/+9
|
* Remove .noci functionality (#19122)Joel Challis2022-11-2113-0/+0
|
* Move EFL wear-leveling driver to be default for F1, F3, F4, L4, G4, WB32, ↵Nick Brassel2022-11-111-1/+3
| | | | GD32V. (#19020)
* LED config fixes (#18973)Ryan2022-11-111-32/+46
|
* VIA V3 - The Custom UI Update (#18222)Wilba2022-11-101-24/+0
|
* `mechlovin/adelais/standard_led/avr/rev1`: fix layout (#18997)Ryan2022-11-081-1/+1
|
* Remove more `UNUSED_PINS` defines (#18940)Ryan2022-11-031-1/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-293-4/+5
|\
| * [Keyboard] Update Kay65 LED state (#18895)mechlovin2022-10-293-4/+5
| |
* | Remove rgblight_list.h (#18878)Ryan2022-10-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | * Remove rgblight_list defines with no usage * Remove rgblight_setrgb_*[_at] defines * Remove rgblight_sethsv_* defines * Remove rgblight_sethsv_noeeprom_* defines * Delete rgblight_list.h and remove all references
* | Remove `KC_DELT` (#18882)Ryan2022-10-271-1/+1
| |
* | 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 5 (#18710)Ryan2022-10-1528-34/+34
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)Drashna Jaelre2022-10-1515-100/+124
| |
* | Remove legacy keycodes, part 4 (#18683)Ryan2022-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-0510-0/+83
|\|
| * Fixup builds for mechlovin/infinity87. (#18604)Nick Brassel2022-10-0510-0/+83
| |
* | Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-046-96/+109
| | | | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-292-75/+243
|\|
| * Mechlovin Zed65 Wearhaus66 Configurator Fixes (#18507)James Young2022-09-282-75/+243
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-275-12/+304
|\|
| * Mechlovin Foundation Configurator Cleanup (#18500)James Young2022-09-275-12/+304
| |
* | Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan2022-09-268-8/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-259-540/+512
|\|
| * Untangle layouts for Dimple rev3 and Infinity87 (#18462)Ryan2022-09-259-540/+512
| |
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-2315-67/+67
|/