summaryrefslogtreecommitdiffstats
path: root/keyboards/crkbd/r2g
Commit message (Collapse)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-232-15/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Simplfy RGB/LED matrix effect logic (#21703)Joel Challis2023-08-231-6/+6
|
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-182-4/+2
|
* Move `RGBLED_SPLIT` to data driven (#21113)Ryan2023-06-062-2/+3
| | | | Co-authored-by: Joel Challis <git@zvecr.com>
* [Keyboard] Fixup Crkbd default keymap (#20962)Drashna Jaelre2023-05-203-118/+63
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-3/+3
|
* Move split layouts to data driven (#20290)Ryan2023-04-013-61/+107
|
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-161-1/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move matrix config to info.json, part 6 (#20019)Ryan2023-03-111-2/+0
|
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-172-2/+3
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-3/+3
|
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-1/+1
|
* Remove legacy USE_SERIAL define (#18292)Dasky2022-09-061-1/+0
| | | | | * Remove legacy USE_SERIAL define * tidy up missed comments
* Add support for the crkbd r2g by mechboards (#15283)Elliot Powell2021-12-145-0/+415
* r2g folder groundwork * Default mb keymap featuring mb logos * Migrate Oled to keyboard folder * Move rules configs to support config better * update readmes * Liscnece update * Update config and fix issues caused by redef errs * funciton name adjusts, define specific rgb modes * move default oled font to postconfig * update oled in line with develop merge * fix return value * Add some default rgb matrix defines * del ugfx * remove #include <stdio.h>