summaryrefslogtreecommitdiffstats
path: root/keyboards/controllerworks
Commit message (Collapse)AuthorAgeFilesLines
* Add all RGB Matrix Animations to city42 (#21992)Controller Works2023-09-171-11/+29
|
* Fix keyboards with old RGB driver names (#21815)Ryan2023-08-231-1/+1
|
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-232-2/+2
|
* [Keyboard] Add city42 (#21727)Controller Works2023-08-227-0/+362
| | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* OLED: driver naming cleanups (#21710)Ryan2023-08-152-2/+0
|
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-182-4/+2
|
* More `info.json` whitespace cleanups (#20665)Ryan2023-05-032-182/+182
|
* `info.json` whitespace cleanups (#20651)Ryan2023-05-022-91/+89
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-12/+8
|
* Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-264-2/+6
|
* Move Bootmagic config to data driven (#19860)Ryan2023-02-171-7/+0
|
* Debounce defines cleanup (#19742)Ryan2023-02-031-4/+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 usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-194-4/+4
|\
| * Fixup ChibiOS header inclusion search ordering. (#19623)Nick Brassel2023-01-194-4/+4
| | | | | | | | | | | | | | | | * Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering.
* | [RP2040] update i2c drivers to reflect peripheral number (#19277)Stefan Kerkmann2022-12-112-2/+2
|/
* Update more `DRIVER_LED_TOTAL` defines to `RGB_MATRIX_LED_COUNT` (#19089)Ryan2022-11-164-6/+4
|
* Fixup controllerwords/mini36 (#18840)jack2022-10-251-27/+1
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-10-2412-0/+686
|\
| * Add mini36 (#18739)Controller Works2022-10-2212-0/+686
| |
* | Fixup controllerworks/mini42 (#18553)jack2022-09-304-47/+5
|/ | | fix up stuff by waffle
* [Keyboard] Add mini42 (#18491)Controller Works2022-09-3013-0/+759
Co-authored-by: kevinmgee <kevingee@kevingee.biz> Co-authored-by: Drashna Jaelre <drashna@live.com>