summaryrefslogtreecommitdiffstats
path: root/keyboards/donutcables/scrabblepad/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge upstream master to 2022 Q4 breaking changelokher2022-12-071-128/+0
|
* Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre2022-10-151-12/+0
|
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|
* Move keyboard USB IDs and strings to data driven: D (#17814)Ryan2022-07-291-7/+0
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-151-2/+0
| | | | (#16655)
* [Keyboard] Updates to ScrabblePad (#13177)DonutCables2021-08-131-89/+54
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Remove `MIDI_ENABLE_STRICT` from keyboards' config.h (#11679)Ryan2021-01-271-3/+0
|
* Remove `DESCRIPTION`, B-D (#11513)Ryan2021-01-151-1/+0
|
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-1/+1
|
* [Keyboard] Move scrabblepad into donutcables directory (#5553)MechMerlin2019-04-041-0/+189
* move scrabblepad into donutcables directory * use pragma once * update scrabblepad readme