summaryrefslogtreecommitdiffstats
path: root/keyboards/mechlovin/infinity87/rgb_rev1
Commit message (Collapse)AuthorAgeFilesLines
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-231-1/+1
|
* Mechlovin.Studio Infinity87 RGB Rev1 Layout Additions (#20727)James Young2023-05-052-105/+1391
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * add LAYOUT_tkl_ansi_split_bs_rshift * add LAYOUT_tkl_iso_split_bs_rshift * add LAYOUT_tkl_ansi * add LAYOUT_tkl_iso * add LAYOUT_tkl_ansi_tsangan_split_bs_rshift * add LAYOUT_tkl_iso_tsangan_split_bs_rshift * add LAYOUT_tkl_ansi_tsangan * add LAYOUT_tkl_iso_tsangan * add LAYOUT_tkl_ansi_wkl_split_bs_rshift * add LAYOUT_tkl_iso_wkl_split_bs_rshift * add LAYOUT_tkl_ansi_wkl * add LAYOUT_tkl_iso_wkl * enable Community Layout support * info.json: remove extra line breaks
* More `info.json` whitespace cleanups (#20665)Ryan2023-05-031-91/+91
|
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-082-1/+3
|
* Remove more empty headers (#20155)Ryan2023-03-172-20/+1
|
* Move matrix config to info.json, part 7 (#20020)Ryan2023-03-112-6/+5
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-7/+3
|
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-271-3/+3
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-152-2/+2
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-055-0/+83
|\
| * Fixup builds for mechlovin/infinity87. (#18604)Nick Brassel2022-10-055-0/+83
| |
* | Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-041-22/+14
| | | | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan2022-09-261-1/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-251-91/+104
|\|
| * Untangle layouts for Dimple rev3 and Infinity87 (#18462)Ryan2022-09-251-91/+104
| |
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-232-2/+2
|/
* Move keyboard USB IDs and strings to data driven, pass 2: M-O (#18090)Ryan2022-08-202-5/+7
|
* Remove use of __flash due to LTO issues (#15268)Joel Challis2021-11-241-1/+1
|
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-151-3/+51
|
* Clean up LED/RGB Matrix driver config (#14760)Ryan2021-10-101-3/+1
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
|
* __flash? (#13799)Joel Challis2021-07-311-1/+1
|
* Fix RGB/LED Suspend defines (#13146)Drashna Jaelre2021-06-091-1/+1
|
* Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956)Ryan2021-06-081-0/+4
| | | | | | | | | | | | | | | | | * Set bootloader to stm32-dfu for STM32F303 * Set bootloader to stm32-dfu for STM32F0x2 * Set bootloader to stm32-dfu for STM32F4x1 * Set bootloader to stm32duino for sowbug * Delete redundant bootloader_defs headers * Add some missing MCU name comments * Move APM32 dfu-suffix overrides underneath bootloader * Remove redundant STM32_BOOTLOADER_ADDRESS defines/rules
* Add TH1800 PCB, Hex6C PCB, Rogue87 PCB, Rouge87 PCB, Infinity87 series (#11977)mechlovin2021-04-096-0/+360
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com> Co-authored-by: vuhopkep <boy9x0@gmail.com>