summaryrefslogtreecommitdiffstats
path: root/keyboards/rmi_kb
Commit message (Collapse)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-2312-70/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* OLED: driver naming cleanups (#21710)Ryan2023-08-151-1/+0
|
* Fix layout offsets for a handful of boards (#21636)Ryan2023-07-311-108/+108
|
* Fix encoder map declarations (#21435)Joel Challis2023-07-034-4/+4
|
* Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-246-12/+6
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel2023-06-234-9/+0
| | | | | * Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default.
* Remove encoder in-matrix workaround code (#20389)jack2023-06-1912-247/+48
|
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-1812-6/+18
|
* Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-164-4/+0
|
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-274-4/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2023-04-2723-4003/+4293
|
* Fix up via keymap builds. (#20383)Nick Brassel2023-04-094-8/+8
| | | | | | | | | * Fix up via keymap builds. - Usages of old IS_PRESSED. * Fix up bad code. * Fix up bad code.
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-0612-8/+18
|
* Move Alice and Ergodox layouts to data driven (#20340)Ryan2023-04-052-217/+153
|
* Move TKL F13 and FRL layouts to data driven (#20310)Ryan2023-04-042-376/+310
|
* [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann2023-04-034-25/+33
|
* Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-036-6/+0
|
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-234-8/+0
|
* Remove more empty headers (#20155)Ryan2023-03-1714-239/+0
|
* Fix layout macro keys with no matrix position (#20033)Ryan2023-03-133-8/+8
|
* Move matrix config to info.json, part 3 (#19991)Ryan2023-03-1126-233/+65
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move encoder config to data driven (#19923)Ryan2023-02-268-22/+20
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move backlight config to data driven (#19910)Ryan2023-02-262-4/+5
|
* Add some missing `#pragma once`s (#19902)Ryan2023-02-212-0/+4
|
* Move backlight config to data driven, part 1 (#19887)Ryan2023-02-211-1/+0
|
* Remove matrix size defines (#19581)Ryan2023-02-1713-52/+0
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-178-30/+6
|
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-177-72/+1
|
* Rename ramonimbao folder to rmi_kb (#19699)Ramon Imbao2023-02-08162-0/+9516
Co-authored-by: Joel Challis <git@zvecr.com>