summaryrefslogtreecommitdiffstats
path: root/keyboards/ploopyco/trackball/rev1_005
Commit message (Collapse)AuthorAgeFilesLines
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-272-1/+3
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-2/+3
|
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-161-21/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Migrate `DIRECT_PINS` to data driven (#19826)Ryan2023-02-142-16/+6
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-2/+4
|
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+1
|
* [Keyboard] PloopyCo update and fixes (#10936)Drashna Jaelre2020-11-182-0/+5
| | | This is based on feedback talking with crop_octagon about the device. Future trackballs will ship with ATMEL DFU for simplicity. This also includes some fixes and optimizations based on code review and tinkering on my own devices.
* [Keyboard] Bug fixes and improvements to PloopyCo devices (#10573)Drashna Jaelre2020-10-273-0/+68
Co-authored-by: Ryan <fauxpark@gmail.com>