aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/orthodox/rev3_teensy/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-1/+1
|
* Convert Orthodox to Split Common codeDrashna Jaelre2019-04-051-4/+3
|
* Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)Konstantin Đorđević2019-01-271-1/+1
| | | | | | | | | | | | | | * Remove unnecessary IS_COMMAND definition in clueboard/66/rev4 * Replace keyboard_report->mods with get_mods() in IS_COMMAND definitions * Update docs to use get_mods() instead of keyboard_report->mods * Replace keyboard_report->mods with get_mods() in tmk_core/protocol/usb_hid/test For some reason, this occurrence used KB_LSHIFT and KB_RSHIFT, which don't exist * Replace keyboard_report->mods with get_mods() in Massdrop keyboards (as per @patrickmt)
* Remove all of the deprecated RGB definesDrashna Jaelre2018-10-221-3/+1
| | | | Fixes #3641
* Add teensy revision folder for Orthodox Rev3 (#2510)Drashna Jaelre2018-03-161-0/+93
* Add Rev3 Teensy for Orthodox * MOve bootloader defines into revision folders * Finishing touches