aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/dozen0
Commit message (Collapse)AuthorAgeFilesLines
* Remove HD44780 References, Part 2 (#9918)James Young2020-08-072-29/+0
| | | | | * remove HD44780_ENABLE rules: C-F * remove HD44780_ENABLE config: C-F
* Remove all references to "CUSTOM_MATRIX" as a diode direction (#7937)fauxpark2020-01-191-1/+1
|
* Add RGB LED for Dozen0 (#7458)yynmt2019-11-245-29/+156
| | | | | | | | | | | | | | | | * enable rgb led. * add layer for default keymap * Update keymap.c * Update rules.mk * Update rules.mk * fix keymaps remove backslashes.
* Cleanup rules.mk for 32U4 keyboards, A-F (#6804)fauxpark2019-10-051-49/+2
| | | | | | * Cleanup rules.mk for 32U4 keyboards, A-F * Put back stuff in VIA keymaps
* Remove commented out MCUs in rules.mk (#5884)fauxpark2019-07-161-1/+0
|
* 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-2811-0/+542
* Add Dozen0 macropad * Fix readme image * Add info.json * Fix keymap f12 * Fix copyright and replace include guards * remove IS_COMMAND at config.h