aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/dozen0/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove all references to "CUSTOM_MATRIX" as a diode direction (#7937)fauxpark2020-01-191-1/+1
|
* Add RGB LED for Dozen0 (#7458)yynmt2019-11-241-8/+8
| | | | | | | | | | | | | | | | * enable rgb led. * add layer for default keymap * Update keymap.c * Update rules.mk * Update rules.mk * fix keymaps remove backslashes.
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-1/+1
|
* [Keyboard] Remove unnecessary IS_COMMAND definitions from a couple of boards ↵Konstantin Đorđević2019-03-191-5/+0
| | | | | | | | | | (#5269) * Remove unnecessary IS_COMMAND definition from clueboard/66_hotswap/gen1 * Remove old-style IS_COMMAND definition comment from dozen0 * Use get_mods() instead of keyboard_report->mods in georgi
* [Keyboard] Add Dozen0 (#5272)yynmt2019-02-281-0/+227
* Add Dozen0 macropad * Fix readme image * Add info.json * Fix keymap f12 * Fix copyright and replace include guards * remove IS_COMMAND at config.h