aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/db
Commit message (Collapse)AuthorAgeFilesLines
* Remove `DEBUG_LEVEL` from V-USB rules.mk (#9117)Ryan2020-05-171-2/+0
|
* V-USB: Consolidate usbconfig.h's into a single file (#8584)Ryan2020-03-311-352/+0
|
* V-USB: Use structs for USB descriptors (#8572)Ryan2020-03-281-9/+3
| | | | | | | * V-USB: Use structs for USB descriptors * Update usbconfigs * cformat pass
* V-USB: Use manufacturer and product strings from config.h (#7797)Ryan2020-03-262-32/+5
| | | | | * V-USB: Use manufacturer and product strings from config.h * Update board configs
* Remove NO_UART defines from config.h for V-USB boards (#8351)Ryan2020-03-091-2/+0
|
* Fix LED configuration for PS2AVRGB boards (#7989)fauxpark2020-01-231-1/+0
| | | | | | * Fix LED configuration for PS2AVRGB boards * Undo backlight on state changes
* Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards (#7915)fauxpark2020-01-191-0/+2
| | | | | | | | | | * Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards * Define diode direction for failing boards * Matching parentheses * Put onekey diode directions in top level config
* [Keyboard] Add support for db63 hotswap rbg (#7771)Hung DO2020-01-048-0/+614
* correct the matrix pin for db63 * first correct layout * adding RGB support for db63 * adding backlighting keycode * enable back extension * update readme for the bootloader * correct the capslock pin * update correct info.json and layout following suggestion * editing contact * Update keyboards/db/db63/README.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/db/db63/README.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>