summaryrefslogtreecommitdiffstats
path: root/keyboards/dumbpad/v3x/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Move miscellaneous defines to data driven (#21382)Ryan2023-07-021-1/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-161-1/+1
|\
| * Tidy up stray RGB_DISABLE_TIMEOUT references (#20460)Joel Challis2023-04-151-1/+1
| |
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-1/+0
| |
* | Move matrix config to info.json, part 4 (#20001)Ryan2023-03-111-4/+0
|/
* Move encoder config to data driven (#19923)Ryan2023-02-261-4/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove matrix size defines (#19581)Ryan2023-02-171-2/+0
|
* Move Bootmagic config to data driven (#19860)Ryan2023-02-171-4/+0
|
* Fixup dumbpad/v3x (#18692)jack2022-10-131-5/+1
|
* [Keyboard] Support for dumbpad_v3x (#18663)Dicko2022-10-121-0/+84
* feat: support for dumbpad_v3x - all credit goes to - ref: https://github.com/qmk/qmk_firmware/pull/16285 - included comment from noroadsleft - ref: https://github.com/qmk/qmk_firmware/pull/16285#pullrequestreview-1038213899 * fix: add newline on every .c, .h, .mk files end * feat: response to change https://github.com/qmk/qmk_firmware/pull/18663#discussion_r991515821 * feat: response to change https://github.com/qmk/qmk_firmware/pull/18663#discussion_r991516192