summaryrefslogtreecommitdiffstats
path: root/users/dshields
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-05-132-1/+3
|\
| * [Keymap] Add caps word enable to dshields keymaps (#20862)Daniel Shields2023-05-122-1/+3
| | | | | | Co-authored-by: Daniel Shields <dshields@cboe.com>
* | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-031-1/+0
|/
* Remove deprecated Quantum keycodes (#19712)Ryan2023-01-291-2/+2
|
* [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y2022-12-122-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* [Keyboard] Add layer tap keys to dshields keymaps. (#18953)Daniel Shields2022-11-202-5/+22
|
* [Keymap] Tune mod tap configuration for dshields home row mods (#18458)Daniel Shields2022-09-252-1/+31
|
* Add home row modifiers to dshields keymaps. (#18376)Daniel Shields2022-09-181-0/+8
|
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-151-41/+41
|
* Remove `API_SYSEX_ENABLE`s from rules.mk (#13389)Ryan2021-06-301-1/+0
|
* [Keymap] Initial commit for keyboardio/atreus/dshields keymap. (#11946)Daniel Shields2021-02-282-0/+7
| | | | | Incorporating changes suggested during pull request review. Co-authored-by: Daniel Shields <dshields@cboe.com>
* Better handle LTO_ENABLE (#9832)Drashna Jaelre2020-08-291-2/+1
| | | | | | | | | * Better handle LTO_ENABLE Especially when calling from command line * Replace LINK_TIME_OPTIMIZATION_ENABLE with LTO_ENABLE * Remove long for LTO from show_options.mk
* [Keymap] Remove dynamic macro customization now it's a core feature. (#7301)Daniel Shields2019-11-084-11/+2
|
* [Keymap] Add new LED/RGB key codes (#7254)Daniel Shields2019-11-041-0/+7
|
* Save a few bytes with build options and rgb effect removal. (#7149)Daniel Shields2019-10-252-0/+45
|
* [Keymap] Various enhancements for dshields user space and keymaps. (#6816)Daniel Shields2019-09-254-28/+43
| | | | | | - Add oneshot mod/layer unlocking - Fix Planck rev 3 backlight breathing - Fix Planck rev 6 build with arm gcc 9.2.0 - General code clean up
* [Keymap] Move common code and configuration to userspace for dshields ↵Daniel Shields2019-09-214-0/+99
keymaps. (#6537)