summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/dactyl_rah/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Move `TAPPING_TOGGLE` to data driven (#21360)Ryan2023-06-241-3/+0
|
* Move matrix config to info.json, part 6 (#20019)Ryan2023-03-111-7/+0
|
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-171-3/+0
|
* Remove matrix size defines (#19581)Ryan2023-02-171-5/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* 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-6/+0
| | | | (#16655)
* [Keyboard] Added a dactyl promicro rah (#10889)Ralph Azucena2020-12-061-0/+78
* Added a dactyl promicro with a slightly different 6x6 layout * updated keyboard layout * Removed description as per code review * refactored as per code review * removed redundant config.h file * removed and updated a couple of lines in rules.mk * replaced symlink with copy of file * removed lines in readme * Update readme.md Co-authored-by: ralphie02 <ralph.azucena@carbon60.com>