summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/brain/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove default `TAPPING_TERM` from keyboard config.h (#21284)Ryan2023-06-181-3/+0
|
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-181-2/+0
|
* Move `RGBLIGHT_SPLIT` to data driven (#21190)Ryan2023-06-151-2/+0
| | | | | * Move `RGBLIGHT_SPLIT` to data driven * Remove where `split_count` is already set
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-271-3/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-3/+0
|
* Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-031-1/+0
|
* Move matrix config to info.json, part 6 (#20019)Ryan2023-03-111-12/+0
|
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-171-5/+0
|
* Remove matrix size defines (#19581)Ryan2023-02-171-5/+0
|
* Move Bootmagic config to data driven (#19860)Ryan2023-02-171-5/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y2022-12-121-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)Ryan2022-07-301-6/+0
|
* Fix lint errors (#17293)Joel Challis2022-06-021-1/+0
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-151-2/+0
| | | | (#16655)
* Remove `DESCRIPTION`, H-J (#11616)Ryan2021-01-201-1/+0
|
* Klackygears add user and handwired brain (#9154)James Smith2020-06-281-0/+111
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>