summaryrefslogtreecommitdiffstats
path: root/keyboards/xelus/pachi/rgb/rev2
Commit message (Collapse)AuthorAgeFilesLines
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-231-6/+6
|
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-082-1/+3
|
* Move TKL layouts to data driven (#20337)Ryan2023-04-052-110/+94
|
* Move matrix config to info.json, part 2 (#19987)Ryan2023-03-102-7/+5
|
* Remove matrix size defines (#19581)Ryan2023-02-171-4/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-103-6/+370
|\
| * [Keyboard] Update Pachi RGB Rev2 VIA custom indicators (#19788)Xelus222023-02-103-6/+370
| |
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+2
| |
* | Debounce defines cleanup (#19742)Ryan2023-02-031-3/+0
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-271-2/+2
|
* LED config fixes (#18973)Ryan2022-11-111-12/+12
|
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-232-3/+3
|
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|
* Move keyboard USB IDs and strings to data driven: X (#17925)Ryan2022-08-062-8/+7
|
* fix non-working builds (#17123)Xelus222022-05-171-2/+2
|
* [Bug] fix Pachi RGB Rev2 RGB positioning (#16182)Xelus222022-02-042-3/+3
|
* Xelus Pachi: add info.json files; rename layout macros (#16123)James Young2022-01-292-1/+106
| | | | | | | | | | | | | * xelus/pachi/mini_32u4: add info.json * xelus/pachi/rev1: add info.json * xelus/pachi/rgb/rev1: add info.json * xelus/pachi/rgb/rev2: add info.json * rename LAYOUT_ansi_tsangan to LAYOUT_tkl_ansi_tsangan Rename `LAYOUT_ansi_tsangan` to `LAYOUT_tkl_ansi_tsangan` for the Pachi RGB revisions.
* Correct matrix effect name (#15816)Albert Y2022-01-111-1/+1
|
* [Keyboard] Pachi RGB update (#15440)Xelus222021-12-091-2/+2
| | | | | * update * update rev1 description
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-2/+1
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-2/+0
|
* [Bug] Xelus Keyboards 400kHz i2c fix (#15315)Xelus222021-11-281-3/+3
| | | | | | | * 400khz fix * fix valor rev2 timing * keep consistent
* Remove use of __flash due to LTO issues (#15268)Joel Challis2021-11-241-1/+1
|
* [Keyboard] Add Pachi RGB Rev 2 (#15141)Xelus222021-11-167-0/+512
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>