summaryrefslogtreecommitdiff
path: root/keyboards/mechlovin
Commit message (Collapse)AuthorAge
* [Keyboard] Fix the underglow RGB LED (#19622)mechlovin2023-02-07
| | | | Co-authored-by: h40 <73354045+h40io@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Add Olly Orion to QMK (#19134)mechlovin2022-12-12
| | | | 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-12
| | | | 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-09
| | | | | | | | | * 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-04
| | | | 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-04
| | | | | * add iso layout * Update zed60.h
* [Keyboard] Change indicator LED state on Kay60 (#19182)mechlovin2022-12-03
|
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-27
|
* Remove .noci functionality (#19122)Joel Challis2022-11-21
|
* Move EFL wear-leveling driver to be default for F1, F3, F4, L4, G4, WB32, ↵Nick Brassel2022-11-11
| | | | GD32V. (#19020)
* LED config fixes (#18973)Ryan2022-11-11
|
* VIA V3 - The Custom UI Update (#18222)Wilba2022-11-10
|
* `mechlovin/adelais/standard_led/avr/rev1`: fix layout (#18997)Ryan2022-11-08
|
* Remove more `UNUSED_PINS` defines (#18940)Ryan2022-11-03
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-29
|\
| * [Keyboard] Update Kay65 LED state (#18895)mechlovin2022-10-29
| |
* | Remove rgblight_list.h (#18878)Ryan2022-10-27
| | | | | | | | | | | | | | | | | | | | | | * 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-27
| |
* | Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-20
| | | | | | | | | | | | | | | | | | | | | | * `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-15
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)Drashna Jaelre2022-10-15
| |
* | Remove legacy keycodes, part 4 (#18683)Ryan2022-10-13
| | | | | | | | | | | | | | | | | | | | | | * `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-05
|\|
| * Fixup builds for mechlovin/infinity87. (#18604)Nick Brassel2022-10-05
| |
* | Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-04
| | | | | | | | 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-29
|\|
| * Mechlovin Zed65 Wearhaus66 Configurator Fixes (#18507)James Young2022-09-28
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-27
|\|
| * Mechlovin Foundation Configurator Cleanup (#18500)James Young2022-09-27
| |
* | Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan2022-09-26
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-25
|\|
| * Untangle layouts for Dimple rev3 and Infinity87 (#18462)Ryan2022-09-25
| |
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-23
|/
* [Keyboard] Wearhaus66 correct matrix (#18284)mechlovin2022-09-07
|
* Remove more RESET keycode references (#18252)Joel Challis2022-09-03
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-24
|\
| * Fix use of encoder map in mechlovin/zed65/retro66 (#18158)Joel Challis2022-08-24
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-24
|\|
| * Fix use of encoder map in mechlovin/foundation (#18157)Joel Challis2022-08-24
| |
* | RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-21
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-20
|\|
| * [Keyboard] Add Zed65 (#17917)mechlovin2022-08-20
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-20
|\|
| * RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-20
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-20
|\|
| * Move keyboard USB IDs and strings to data driven, pass 2: M-O (#18090)Ryan2022-08-20
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-13
|\|
| * [Keyboard] Add Foundation to QMK (#17573)mechlovin2022-08-13
| | | | | | | | | | * add mechlovin foundation keyboard Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-13
|\|
| * [Keyboard] Fix compilation issues for Mechlovin Adelais (#18019)Drashna Jaelre2022-08-13
| |