summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/splittest/teensy_2/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-3/+0
|
* Move matrix config to info.json, part 6 (#20019)Ryan2023-03-111-3/+0
|
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-171-1/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Move splittest I2C (#8346)Nick Brassel2020-03-091-0/+3
|
* SPLIT - Remove NO_USB_STARTUP_CHECK requirement for usb detection (#7053)Joel Challis2019-10-171-2/+0
| | | | | | | | | | * Avoid NO_USB_STARTUP_CHECK - Disable USB as checks seem to enable it somehow * Update quantum/split_common/split_util.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Also remove NO_USB_STARTUP_CHECK from vitamins_included/rev1
* Update splittest/teensy_2 to use SPLIT_USB_DETECT (#7028)Joel Challis2019-10-141-0/+2
|
* [Keyboard] Refactor handwired/splittest to support multiple boards (#6373)Joel Challis2019-07-201-0/+31
* Refactor splittest to support multiple dev boards * Refactor splittest to support multiple dev boards - revert change to number of RGB led * Refactor splittest to support multiple dev boards - update docs * Refactor splittest to support multiple dev boards - correct docs * Refactor splittest to support multiple dev boards - update teensy master logic