Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge upstream master to 2022 Q4 breaking change | lokher | 2022-12-07 | 1 | -80/+0 |
| | |||||
* | Remove legacy keycodes, part 6 (#18740) | Ryan | 2022-10-16 | 1 | -1/+1 |
| | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL` | ||||
* | Move keyboard USB IDs and strings to data driven: O (#17874) | Ryan | 2022-08-02 | 1 | -7/+0 |
| | |||||
* | Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵ | Ryan | 2022-03-15 | 1 | -2/+0 |
| | | | | (#16655) | ||||
* | first pass: matrix consistency improvements (#13471) | Zach White | 2021-07-11 | 1 | -1/+1 |
| | |||||
* | Remove `DESCRIPTION`, N-Q (#11631) | Ryan | 2021-01-20 | 1 | -1/+0 |
| | |||||
* | Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997) | Drashna Jaelre | 2019-06-06 | 1 | -1/+1 |
| | |||||
* | Convert Orthodox to Split Common code | Drashna Jaelre | 2019-04-05 | 1 | -4/+3 |
| | |||||
* | Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955) | Konstantin Đorđević | 2019-01-27 | 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) | ||||
* | Remove all of the deprecated RGB defines | Drashna Jaelre | 2018-10-22 | 1 | -3/+1 |
| | | | | Fixes #3641 | ||||
* | Add teensy revision folder for Orthodox Rev3 (#2510) | Drashna Jaelre | 2018-03-16 | 1 | -0/+93 |
* Add Rev3 Teensy for Orthodox * MOve bootloader defines into revision folders * Finishing touches |