summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/split89/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy USE_SERIAL define (#18292)Dasky2022-09-061-1/+0
| | | | | * Remove legacy USE_SERIAL define * tidy up missed comments
* Move keyboard USB IDs and strings to data driven: handwired (#17822)Ryan2022-07-301-7/+0
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-151-4/+0
| | | | (#16655)
* [Keyboard] Fix comment in split89's config.h (#13231)jurassic732021-06-171-1/+1
| | | | | | | | | | | | | | | | Added missing closing comment bit */ This seems to cause the QMK configurator to break when clicking the compile button: Compiling: keyboards/handwired/split89/split89.c In file included from : ent] /* COL2ROW, ROW2COL */  cc1: all warnings being treated as errors  | | | make: *** ine/keyboards/handwired/split89/split89.o] Error 1
* [Keyboard] Add Split 89 (#13213)jurassic732021-06-171-0/+163
Co-authored-by: Ryan <fauxpark@gmail.com>