summaryrefslogtreecommitdiffstats
path: root/keyboards/ploopyco/trackball
Commit message (Expand)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-232-5/+6
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-182-1/+1
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-272-1/+3
* More `info.json` whitespace cleanups (#20665)Ryan2023-05-031-5/+5
* Move `USB_MAX_POWER_CONSUMPTION` to data driven (#20648)Ryan2023-05-012-3/+2
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-2/+3
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-163-47/+0
* [Keyboard] remove non-existent method from ploopy documentation (#19957)Shawn Meier2023-02-281-9/+6
* Reallocate SAFE_RANGE (#19909)Joel Challis2023-02-232-3/+0
* VIA Protocol 12 + fixes (#19916)Nick Brassel2023-02-231-9/+1
* Move layouts for direct_pins boards to data driven (#19872)Ryan2023-02-192-8/+5
* Remove matrix size defines (#19581)Ryan2023-02-171-5/+0
* Move Bootmagic config to data driven (#19860)Ryan2023-02-172-4/+3
* Migrate `DIRECT_PINS` to data driven (#19826)Ryan2023-02-144-32/+12
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-085-7/+8
* Debounce defines cleanup (#19742)Ryan2023-02-031-4/+0
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-031-3/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
* Remove .noci functionality (#19122)Joel Challis2022-11-211-0/+0
* Fix references to `mouse_report_t` (which doesnt exist) (#19107)Pablo Martínez2022-11-181-1/+1
* Enabling Pointing Device support in register code functions (#18363)Drashna Jaelre2022-09-261-8/+0
* Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler2022-08-301-2/+2
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-131-1/+1
|\
| * RFC: add a simple implementation of the ploopy optical encoder (#17912)alaviss2022-08-131-1/+1
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-063-4/+4
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-032-8/+7
|\|
| * Move keyboard USB IDs and strings to data driven: P (#17875)Ryan2022-08-032-8/+7
* | [Core] PMW33XX drivers overhaul (#17613)Stefan Kerkmann2022-07-141-2/+2
|/
* Added PLOOPY_DRAGSCROLL_H_INVERT (#17453)br2022-07-031-0/+5
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-151-2/+0
* Remove 1k USB_POLLING_INTERVAL_MS config from keyboards and default-ish keyma...Joel Challis2022-02-261-3/+0
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-081-0/+1
|\
| * [Keyboard] Fix inverted ploopy trackball (#15790)dnaq2022-01-081-0/+1
* | Update pmw3360 comments to match the datasheet better, fix delays. (#15682)uqs2022-01-022-3/+3
|/
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-2/+1
* [Keyboard] Fix minor typo in Ploopy Trackball Docs (#14846)tangowithfoxtrot2021-12-081-1/+1
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-2/+0
* [Keyboard] Fix compilation issues for Ploopy Trackball classic (#15364)Drashna Jaelre2021-12-011-2/+0
* [Keyboard] Ploopy improvements (#15348)Drashna Jaelre2021-11-293-6/+30
* [Keyboard] Fix call to `pointing_device_handle_buttons` (#15313)Charly Delay2021-11-271-1/+1
* Rework and expand Pointing Device support (#14343)Drashna Jaelre2021-11-143-92/+24
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-051-1/+1
* Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-301-1/+0
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-121-1/+0
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
* Improve pmw3360 sensor and make it more hardware agnostic (#14097)Drashna Jaelre2021-08-201-0/+3
* Remove Full Bootmagic (#13846)James Young2021-08-061-1/+1
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-262-19/+15
|\
| * [Keyboard] Bugfixes and Readme additions for PloopyCo devices (#13043)Drashna Jaelre2021-06-252-19/+15
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-211-1/+1
|\|