summaryrefslogtreecommitdiff
path: root/keyboards/orthodox/rev3_teensy
AgeCommit message (Collapse)Author
2019-10-25Cleanup rules.mk for 32U4 keyboards, N-Q (#7147)fauxpark
2019-08-21Remove old promicro_bootloader_jmp() declarations (#6444)fauxpark
2019-06-06Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre
2019-04-13Fix Orthodox keyboard dimensions in info.json (all revisions)noroadsleft
2019-04-05Additional cleanup of orthodox files and keymapsDrashna Jaelre
2019-04-05Convert Orthodox to Split Common codeDrashna Jaelre
2019-01-27Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)Konstantin Đorđević
* 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 Jaelre
Fixes #3641
2018-05-20Fix Orthodox heightDrashna Jaelre
2018-05-15Fix Orthodox Info.json filesDrashna Jaelre
2018-05-14Orthodox info.json changesDrashna Jaelre
2018-05-14Add support for Swap Hands feature to Orthodox and Iris (#2933)Drashna Jaelre
* 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-11Remove bootloader from info.jsonsskullY
2018-04-07Pull information from config.h and rules.mk (#2711)skullydazed
* Pull information from config.h and rules.mk * Readd the kbd75 maintainer
2018-03-21Update info.json for orthodox (#2576)Drashna Jaelre
2018-03-20Create info.json for Ergodox EZ (#2572)Drashna Jaelre
* Create info.json for Ergodox EZ * Add Orthodox info.json too
2018-03-16Add teensy revision folder for Orthodox Rev3 (#2510)Drashna Jaelre
* Add Rev3 Teensy for Orthodox * MOve bootloader defines into revision folders * Finishing touches