summaryrefslogtreecommitdiffstats
path: root/keyboards/orthodox/rev3_teensy
AgeCommit message (Collapse)AuthorFilesLines
2019-04-13Fix Orthodox keyboard dimensions in info.json (all revisions)noroadsleft1-2/+2
2019-04-05Additional cleanup of orthodox files and keymapsDrashna Jaelre1-5/+1
2019-04-05Convert Orthodox to Split Common codeDrashna Jaelre1-4/+3
2019-01-27Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)Konstantin Đorđević1-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)
2018-10-22Remove all of the deprecated RGB definesDrashna Jaelre1-3/+1
Fixes #3641
2018-05-21Fix Orthodox heightDrashna Jaelre1-5/+5
2018-05-16Fix Orthodox Info.json filesDrashna Jaelre1-8/+17
2018-05-14Orthodox info.json changesDrashna Jaelre2-7/+7
2018-05-14Add support for Swap Hands feature to Orthodox and Iris (#2933)Drashna Jaelre1-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
2018-04-12Remove bootloader from info.jsonsskullY1-1/+0
2018-04-08Pull information from config.h and rules.mk (#2711)skullydazed1-3/+0
* Pull information from config.h and rules.mk * Readd the kbd75 maintainer
2018-03-21Update info.json for orthodox (#2576)Drashna Jaelre1-1/+1
2018-03-21Create info.json for Ergodox EZ (#2572)Drashna Jaelre1-0/+15
* Create info.json for Ergodox EZ * Add Orthodox info.json too
2018-03-16Add teensy revision folder for Orthodox Rev3 (#2510)Drashna Jaelre4-0/+177
* Add Rev3 Teensy for Orthodox * MOve bootloader defines into revision folders * Finishing touches