aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/orthodox/rev3_teensy
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup rules.mk for 32U4 keyboards, N-Q (#7147)fauxpark2019-10-251-1/+10
|
* Remove old promicro_bootloader_jmp() declarations (#6444)fauxpark2019-08-211-3/+0
|
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-1/+1
|
* Fix Orthodox keyboard dimensions in info.json (all revisions)noroadsleft2019-04-131-2/+2
|
* Additional cleanup of orthodox files and keymapsDrashna Jaelre2019-04-051-5/+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
* Fix Orthodox heightDrashna Jaelre2018-05-201-5/+5
|
* Fix Orthodox Info.json filesDrashna Jaelre2018-05-151-8/+17
|
* Orthodox info.json changesDrashna Jaelre2018-05-142-7/+7
|
* Add support for Swap Hands feature to Orthodox and Iris (#2933)Drashna Jaelre2018-05-141-0/+15
| | | | | | | | | | * Add support for Swap Hands feature to Orthodox and Iris * Fix hag's iris keymap to use LAYOUT properly * Fix Swedish's Iris Keymap * Fix Drashna's Orthodox keymaps, because he's an idiot
* Remove bootloader from info.jsonsskullY2018-04-111-1/+0
|
* Pull information from config.h and rules.mk (#2711)skullydazed2018-04-071-3/+0
| | | | | | * Pull information from config.h and rules.mk * Readd the kbd75 maintainer
* Update info.json for orthodox (#2576)Drashna Jaelre2018-03-211-1/+1
|
* Create info.json for Ergodox EZ (#2572)Drashna Jaelre2018-03-201-0/+15
| | | | | | * Create info.json for Ergodox EZ * Add Orthodox info.json too
* Add teensy revision folder for Orthodox Rev3 (#2510)Drashna Jaelre2018-03-164-0/+177
* Add Rev3 Teensy for Orthodox * MOve bootloader defines into revision folders * Finishing touches