Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 2023-04-06 | 1 | -3/+0 |
| | |||||
* | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211) | precondition | 2023-04-03 | 1 | -1/+0 |
| | |||||
* | Move matrix config to info.json, part 6 (#20019) | Ryan | 2023-03-11 | 1 | -12/+0 |
| | |||||
* | Move `SOFT_SERIAL_PIN` to data driven (#19863) | Ryan | 2023-02-17 | 1 | -5/+0 |
| | |||||
* | Remove matrix size defines (#19581) | Ryan | 2023-02-17 | 1 | -5/+0 |
| | |||||
* | Move Bootmagic config to data driven (#19860) | Ryan | 2023-02-17 | 1 | -5/+0 |
| | |||||
* | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-31 | 1 | -1/+0 |
| | |||||
* | [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007) | Albert Y | 2022-12-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Replace Tapping Force Hold feature with Quick Tap Term * Replace keyboard level TAPPING_FORCE_HOLD with QUICK_TAP_TERM 0 * Deprecate force hold in info_config.json * Before and after quick tap term unit tests * Quick tap unit tests iteration * Keymap config.h correction * Remove TAPPING_FORCE_HOLD_PER_KEY macros that were missed * Add two more test cases for quick tap * Replace TAPPING_FORCE_HOLD with QUICK_TAP_TERM in configs #2 * Replace TAPPING_FORCE_HOLD_PER_KEY with QUICK_TAP_TERM_PER_KEY in configs #2 * Add function declaration for get_quick_tap_term Co-authored-by: Stefan Kerkmann <karlk90@pm.me> | ||||
* | Move keyboard USB IDs and strings to data driven: handwired (#17822) | Ryan | 2022-07-30 | 1 | -6/+0 |
| | |||||
* | Fix lint errors (#17293) | Joel Challis | 2022-06-02 | 1 | -1/+0 |
| | |||||
* | Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵ | Ryan | 2022-03-15 | 1 | -2/+0 |
| | | | | (#16655) | ||||
* | Remove `DESCRIPTION`, H-J (#11616) | Ryan | 2021-01-20 | 1 | -1/+0 |
| | |||||
* | Klackygears add user and handwired brain (#9154) | James Smith | 2020-06-28 | 1 | -0/+111 |
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com> |