summaryrefslogtreecommitdiff
path: root/keyboards/mechlovin
AgeCommit message (Collapse)Author
2022-12-12[Keyboard] Add Olly Orion to QMK (#19134)mechlovin
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-12-12[Keyboard] Add Zed65-monoLED and Zed65-Cor65 (#18872)mechlovin
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-12-09Refactor some led_set_kb instances (#19179)Joel Challis
* 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>
2022-12-04[Keyboard] Add Olly_Octagon PCB to QMK (#19128)mechlovin
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-12-04[Keyboard] Add ISO layout support for Zed60 PCB (#19204)mechlovin
* add iso layout * Update zed60.h
2022-12-03[Keyboard] Change indicator LED state on Kay60 (#19182)mechlovin
2022-11-27Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan
2022-11-21Remove .noci functionality (#19122)Joel Challis
2022-11-11Move EFL wear-leveling driver to be default for F1, F3, F4, L4, G4, WB32, ↵Nick Brassel
GD32V. (#19020)
2022-11-11LED config fixes (#18973)Ryan
2022-11-10VIA V3 - The Custom UI Update (#18222)Wilba
2022-11-08`mechlovin/adelais/standard_led/avr/rev1`: fix layout (#18997)Ryan
2022-11-03Remove more `UNUSED_PINS` defines (#18940)Ryan
2022-10-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-10-29[Keyboard] Update Kay65 LED state (#18895)mechlovin
2022-10-27Remove rgblight_list.h (#18878)Ryan
* 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
2022-10-27Remove `KC_DELT` (#18882)Ryan
2022-10-20Remove legacy EEPROM clear keycodes (#18782)Ryan
* `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
2022-10-15Remove legacy keycodes, part 5 (#18710)Ryan
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
2022-10-15Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)Drashna Jaelre
2022-10-13Remove legacy keycodes, part 4 (#18683)Ryan
* `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
2022-10-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-10-05Fixup builds for mechlovin/infinity87. (#18604)Nick Brassel
2022-10-04Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2022-09-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-28Mechlovin Zed65 Wearhaus66 Configurator Fixes (#18507)James Young
2022-09-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-27Mechlovin Foundation Configurator Cleanup (#18500)James Young
2022-09-26Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan
2022-09-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-25Untangle layouts for Dimple rev3 and Infinity87 (#18462)Ryan
2022-09-23Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan
2022-09-07[Keyboard] Wearhaus66 correct matrix (#18284)mechlovin
2022-09-03Remove more RESET keycode references (#18252)Joel Challis
2022-08-24Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-24Fix use of encoder map in mechlovin/zed65/retro66 (#18158)Joel Challis
2022-08-24Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-24Fix use of encoder map in mechlovin/foundation (#18157)Joel Challis
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis
2022-08-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-20[Keyboard] Add Zed65 (#17917)mechlovin
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-08-20Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2022-08-20RESET -> QK_BOOT keyboard readme (#18110)Joel Challis
2022-08-20Merge remote-tracking branch 'upstream/master' into developfauxpark
2022-08-20Move keyboard USB IDs and strings to data driven, pass 2: M-O (#18090)Ryan
2022-08-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-13[Keyboard] Add Foundation to QMK (#17573)mechlovin
* add mechlovin foundation keyboard Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-08-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-13[Keyboard] Fix compilation issues for Mechlovin Adelais (#18019)Drashna Jaelre
2022-08-09Merge remote-tracking branch 'origin/master' into developQMK Bot