summaryrefslogtreecommitdiffstats
path: root/keyboards/mechlovin/adelais/rgb_led
Commit message (Collapse)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-234-25/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-233-3/+3
|
* Move `TAP_CODE_DELAY` to data driven (#21363)Ryan2023-06-254-4/+6
|
* Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-244-6/+4
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel2023-06-231-3/+0
| | | | | * Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default.
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-184-2/+6
|
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-086-3/+9
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-066-3/+7
|
* Move Alice and Ergodox layouts to data driven (#20340)Ryan2023-04-059-235/+962
|
* Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-262-1/+3
|
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-162-2/+2
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move matrix config to info.json, part 7 (#20020)Ryan2023-03-117-30/+15
|
* Move encoder config to data driven (#19923)Ryan2023-02-264-9/+10
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Clean up remaining rules.mk `MCU`/`BOOTLOADER`s (#19778)Ryan2023-02-174-6/+8
| | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move LED indicator config to data driven (#19800)Ryan2023-02-176-13/+15
|
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-273-3/+3
|
* Remove .noci functionality (#19122)Joel Challis2022-11-212-0/+0
|
* Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)Drashna Jaelre2022-10-151-2/+11
|
* Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-042-25/+33
| | | | 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-263-3/+0
|
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-235-5/+5
|
* Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-206-9/+18
|\
| * Move keyboard USB IDs and strings to data driven, pass 2: M-O (#18090)Ryan2022-08-206-9/+18
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-095-65/+32
|\|
| * change Adelais En Ciel rev. 3 from STM32F303 to APM32F103 MCU (#16964)mechlovin2022-08-095-65/+32
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|/
* Correct matrix effect name (#15816)Albert Y2022-01-111-1/+1
|
* Remove use of __flash due to LTO issues (#15268)Joel Challis2021-11-242-2/+2
|
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-153-2/+143
|
* Clean up LED/RGB Matrix driver config (#14760)Ryan2021-10-101-3/+1
|
* Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-283-2/+84
|\
* | [Keyboard] Add Adelais PCB. Adelais RGB rev.3, Adelais rev. 4 APM32F103, ↵mechlovin2021-09-2412-18/+454
|/ | | | | | Adelais AVR rev. 1 (#14252) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* __flash? (#13799)Joel Challis2021-07-311-1/+1
|
* Fix RGB/LED Suspend defines (#13146)Drashna Jaelre2021-06-092-5/+5
|
* [Keyboard] add adelais rev4 (#12443)mechlovin2021-04-201-0/+16
|
* Initial list of keyboards to exclude from CI (#11213)Zach White2020-12-212-0/+0
|
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-282-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Branch point for 2020 November 28 Breaking Change * Remove matrix_col_t to allow MATRIX_ROWS > 32 (#10183) * Add support for soft serial to ATmega32U2 (#10204) * Change MIDI velocity implementation to allow direct control of velocity value (#9940) * Add ability to build a subset of all keyboards based on platform. * Actually use eeprom_driver_init(). * Make bootloader_jump weak for ChibiOS. (#10417) * Joystick 16-bit support (#10439) * Per-encoder resolutions (#10259) * Share button state from mousekey to pointing_device (#10179) * Add hotfix for chibios keyboards not wake (#10088) * Add advanced/efficient RGB Matrix Indicators (#8564) * Naming change. * Support for STM32 GPIOF,G,H,I,J,K (#10206) * Add milc as a dependency and remove the installed milc (#10563) * ChibiOS upgrade: early init conversions (#10214) * ChibiOS upgrade: configuration file migrator (#9952) * Haptic and solenoid cleanup (#9700) * XD75 cleanup (#10524) * OLED display update interval support (#10388) * Add definition based on currently-selected serial driver. (#10716) * New feature: Retro Tapping per key (#10622) * Allow for modification of output RGB values when using rgblight/rgb_matrix. (#10638) * Add housekeeping task callbacks so that keyboards/keymaps are capable of executing code for each main loop iteration. (#10530) * Rescale both ChibiOS and AVR backlighting. * Reduce Helix keyboard build variation (#8669) * Minor change to behavior allowing display updates to continue between task ticks (#10750) * Some GPIO manipulations in matrix.c change to atomic. (#10491) * qmk cformat (#10767) * [Keyboard] Update the Speedo firmware for v3.0 (#10657) * Maartenwut/Maarten namechange to evyd13/Evy (#10274) * [quantum] combine repeated lines of code (#10837) * Add step sequencer feature (#9703) * aeboards/ext65 refactor (#10820) * Refactor xelus/dawn60 for Rev2 later (#10584) * add DEBUG_MATRIX_SCAN_RATE_ENABLE to common_features.mk (#10824) * [Core] Added `add_oneshot_mods` & `del_oneshot_mods` (#10549) * update chibios os usb for the otg driver (#8893) * Remove HD44780 References, Part 4 (#10735) * [Keyboard] Add Valor FRL TKL (+refactor) (#10512) * Fix cursor position bug in oled_write_raw functions (#10800) * Fixup version.h writing when using SKIP_VERSION=yes (#10972) * Allow for certain code in the codebase assuming length of string. (#10974) * Add AT90USB support for serial.c (#10706) * Auto shift: support repeats and early registration (#9826) * Rename ledmatrix.h to match .c file (#7949) * Split RGB_MATRIX_ENABLE into _ENABLE and _DRIVER (#10231) * Split LED_MATRIX_ENABLE into _ENABLE and _DRIVER (#10840) * Merge point for 2020 Nov 28 Breaking Change
* refactor adelais en ciel rev.2, mechlovin9 (#10930)mechlovin2020-11-235-8/+21
| | | Co-authored-by: vuhopkep <boy9x0@gmail.com>
* [Keyboard] Adelais En Ciel rev2 (#9834)mechlovin2020-08-0710-15/+307
| | | | | | | | | | | | | * add * update * update * update * Update config.h * delete description config.h & change default folder
* [Keyboard] add adelais PCB (#8945)mechlovin2020-05-092-0/+17
* add adelais PCB * clean up * merger * update * Update readme.md * Update config.h * update * update * move keymap folder * Update info.json * Update info.json * Update info.json Co-authored-by: vuhopkep <boy9x0@gmail.com>