summaryrefslogtreecommitdiffstats
path: root/keyboards/ploopyco/trackball_thumb
Commit message (Collapse)AuthorAgeFilesLines
* More `info.json` whitespace cleanups (#20665)Ryan2023-05-031-6/+6
|
* `info.json` whitespace cleanups (#20651)Ryan2023-05-022-7/+9
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-2/+3
|
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-162-24/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove `"w":1` and `"h":1` from info.json (#19961)Ryan2023-02-281-4/+4
|
* Reallocate SAFE_RANGE (#19909)Joel Challis2023-02-232-3/+0
|
* VIA Protocol 12 + fixes (#19916)Nick Brassel2023-02-231-9/+1
| | | | | Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com>
* Debounce defines cleanup (#19742)Ryan2023-02-031-1/+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
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-031-4/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Partially revert #18940 for Ploopy Thumb Trackball (#18943)Drashna Jaelre2023-01-012-0/+37
|
* Fix references to `mouse_report_t` (which doesnt exist) (#19107)Pablo Martínez2022-11-181-1/+1
|
* Remove more `UNUSED_PINS` defines (#18940)Ryan2022-11-032-37/+0
|
* [Keyboard] Ploopy Thumb Trackball (#18214)Drashna Jaelre2022-09-2519-0/+615
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: ploopyco <git@ploopy.co>