Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-03 | Remove unused `MATRIX_HAS_GHOST` from config.h (#19726) | Ryan | |
2023-01-31 | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | |
2023-01-28 | Remove commented out backlight config & stray "backlight levels" (#19703) | Ryan | |
2022-10-16 | Remove legacy keycodes, part 6 (#18740) | Ryan | |
* `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL` | |||
2022-08-02 | Move keyboard USB IDs and strings to data driven: O (#17874) | Ryan | |
2022-03-15 | Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵ | Ryan | |
(#16655) | |||
2021-09-12 | Remove width, height and key_count from info.json (#14274) | Ryan | |
2021-09-10 | Remove bootloader listings from rules.mk (#14330) | Ryan | |
2021-09-05 | Remove empty override functions (#14312) | Ryan | |
* 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-11 | first pass: matrix consistency improvements (#13471) | Zach White | |
2021-05-09 | Make Swap Hands use PROGMEM (#12284) | Drashna Jaelre | |
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-20 | Remove `DESCRIPTION`, N-Q (#11631) | Ryan | |
2019-10-25 | Cleanup rules.mk for 32U4 keyboards, N-Q (#7147) | fauxpark | |
2019-08-21 | Remove old promicro_bootloader_jmp() declarations (#6444) | fauxpark | |
2019-08-04 | Remove unused _BOOTLOADER defines | fauxpark | |
2019-06-06 | Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997) | Drashna Jaelre | |
2019-04-13 | Fix Orthodox keyboard dimensions in info.json (all revisions) | noroadsleft | |
2019-04-05 | Additional cleanup of orthodox files and keymaps | Drashna Jaelre | |
2019-04-05 | Convert Orthodox to Split Common code | Drashna Jaelre | |
2019-01-27 | Fix 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-22 | Remove all of the deprecated RGB defines | Drashna Jaelre | |
Fixes #3641 | |||
2018-05-20 | Fix Orthodox height | Drashna Jaelre | |
2018-05-15 | Fix Orthodox Info.json files | Drashna Jaelre | |
2018-05-14 | Orthodox info.json changes | Drashna Jaelre | |
2018-05-14 | Add 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-11 | Remove bootloader from info.jsons | skullY | |
2018-04-07 | Pull information from config.h and rules.mk (#2711) | skullydazed | |
* Pull information from config.h and rules.mk * Readd the kbd75 maintainer | |||
2018-03-21 | Update info.json for orthodox (#2576) | Drashna Jaelre | |
2018-03-20 | Create info.json for Ergodox EZ (#2572) | Drashna Jaelre | |
* Create info.json for Ergodox EZ * Add Orthodox info.json too | |||
2018-03-16 | Add teensy revision folder for Orthodox Rev3 (#2510) | Drashna Jaelre | |
* Add Rev3 Teensy for Orthodox * MOve bootloader defines into revision folders * Finishing touches | |||
2018-01-01 | Remove residual Makefiles from the keyboards directory (#2193) | James Neill | |
* Removed residual Makefiles from keyboards directory * Removed reference to Makefile | |||
2018-01-01 | Clean up and tweaks of drashna keymaps and userspace (#2200) | Drashna Jaelre | |
* 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-14 | Update revision default | Drashna Jael're | |
2017-12-14 | Fixed orthodox KEYMAP so no londer requires blanks in keymap.c, and added ↵ | Drashna Jael're | |
orthodox rev3 |