summaryrefslogtreecommitdiff
path: root/keyboards/orthodox/rev3
AgeCommit message (Collapse)AuthorFilesLines
2025-06-07Configure boards to use development_board - NO (#25338)Joel Challis1-2/+1
2024-07-23Migrate split.soft_serial_pin to split.serial.pin O-Z (#24146)Joel Challis1-1/+3
Migrate split.soft_serial_pin to split.serial.pin
2024-04-20Migrate build target markers to keyboard.json - OQ (#23564)Joel Challis2-1/+0
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan3-45/+54
2023-03-16Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2-3/+1
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-10Move matrix config to info.json, part 2 (#19987)Ryan2-16/+5
2023-02-17Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2-2/+3
2023-02-17Remove matrix size defines (#19581)Ryan1-5/+0
2023-02-17Remove unused RGBLight defines from config.h (#19859)Ryan1-5/+0
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2-3/+2
2023-02-05Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan1-5/+0
2023-02-03Debounce defines cleanup (#19742)Ryan1-3/+0
* Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
2023-02-03Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan1-3/+0
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel1-1/+0
2023-01-28Remove commented out backlight config & stray "backlight levels" (#19703)Ryan1-3/+0
2022-10-16Remove legacy keycodes, part 6 (#18740)Ryan1-1/+1
* `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
2022-08-02Move keyboard USB IDs and strings to data driven: O (#17874)Ryan2-7/+6
2022-03-15Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan1-2/+0
(#16655)
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan1-2/+0
2021-09-10Remove bootloader listings from rules.mk (#14330)Ryan1-7/+0
2021-09-05Remove empty override functions (#14312)Ryan1-13/+0
* Remove empty override functions, 0-9 * Remove empty override functions, A-D * Remove empty override functions, E-H * Remove empty override functions, handwired * Remove empty override functions, I-L * Remove empty override functions, M-P * Remove empty override functions, Q-T * Remove empty override functions, U-Z
2021-07-11first pass: matrix consistency improvements (#13471)Zach White1-2/+2
2021-05-09Make Swap Hands use PROGMEM (#12284)Drashna Jaelre1-1/+1
This converts the array that the Swap Hands feature uses to use PROGMEM, and to read from that array, as such. Since this array never changes at runtime, there is no reason to keep it in memory. Especially for AVR boards, as memory is a precious resource.
2021-01-20Remove `DESCRIPTION`, N-Q (#11631)Ryan1-1/+0
2019-10-25Cleanup rules.mk for 32U4 keyboards, N-Q (#7147)fauxpark1-1/+10
2019-08-21Remove old promicro_bootloader_jmp() declarations (#6444)fauxpark1-3/+0
2019-08-04Remove unused _BOOTLOADER definesfauxpark1-2/+0
2019-06-06Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre1-1/+1
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-20Fix Orthodox heightDrashna Jaelre1-5/+5
2018-05-15Fix 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-11Remove bootloader from info.jsonsskullY1-1/+0
2018-04-07Pull 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-20Create 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 Jaelre2-1/+2
* Add Rev3 Teensy for Orthodox * MOve bootloader defines into revision folders * Finishing touches
2018-01-01Remove residual Makefiles from the keyboards directory (#2193)James Neill1-1/+0
* Removed residual Makefiles from keyboards directory * Removed reference to Makefile
2018-01-01Clean up and tweaks of drashna keymaps and userspace (#2200)Drashna Jaelre1-3/+0
* Minor tweaks modified: users/drashna/drashna.c * Fix Workman ASCII art * Add OSM for shifts * Make Viterbi's 00 code consistant * Minor Cleanup off Userspace * Change Tapping Term on Ergodox * Re-add EEPROM code * Minor updates and tweaks * Use QMK_H variables to make keymaps more universal * Forgot 'break;' for covecube layer * Tweak Viterbi files now that I have hands on * Add secrets to Ergodox * RGB tweaks to Viterbi * Viterbi RGB layout tweeks * Minor tweaks * Add One Shot Mod tap toggle * Add Faux Clicky to Viterbi, and disable controller's LEDs * Minor tweaks * Move D3 keycode defines into userspace * Updated Userspace Readme
2017-12-14Update revision defaultDrashna Jael're1-2/+2
2017-12-14Fixed orthodox KEYMAP so no londer requires blanks in keymap.c, and added ↵Drashna Jael're4-0/+188
orthodox rev3