summaryrefslogtreecommitdiff
path: root/users/xulkal/config.h
AgeCommit message (Collapse)Author
2022-12-12[Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y
* 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>
2022-09-26Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan
2021-11-15Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre
2020-05-05Xulkal Changes (#9004)XScorpion2
* Xulkal Changes * Fixing alt keymap
2019-09-17[Keymap][Xulkal] User code update (#6752)XScorpion2
* Updating rgb menu behavior * Fixing toggle keycode to work how I want it * Enabling auto scroll timeout
2019-05-19[Keymap] Update Xulkal user code (#5920)XScorpion2
2019-05-13Xulkal Keymap Changes (#5861)XScorpion2
2019-05-05Space Cadet: Reducing unnecessary reported keypresses (#5781)XScorpion2
* Reducing unnecessary reported keypresses and minor docs / variable name changes * Apply suggestions from code review Co-Authored-By: XScorpion2 <rcalt2vt@gmail.com>
2019-04-30[Keymap] Xulkal keymap tweeks (#5746)XScorpion2
* Minor keymap tweeks and more oled data * Update keymap.c
2019-04-16Xulkal KeymapsRyan Caltabiano