diff options
| author | Pete Sevander <pete.sevander@gmail.com> | 2023-05-10 18:59:52 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-10 17:59:52 +0200 |
| commit | 8a332e6f0105d2db9239e3c3f997bae754522804 (patch) | |
| tree | fb8d79bf1d0bbfde46384227992d7bfd70942b96 /tests/combo/test.mk | |
| parent | 6f2a1e4e17fcba9183c6f4f126383d99d9d714f8 (diff) | |
Fix Mod-Tap combo regression (#20669)
* Add keyevent for combo keyrecord * Fix formatting * Update quantum/process_keycode/process_combo.c Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Add combo unit-tests and hot-fix process_record_tap_hint ...as this function tries to lookup the combo keys passed in. This will be refactored in a later pr. --------- Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
Diffstat (limited to 'tests/combo/test.mk')
| -rw-r--r-- | tests/combo/test.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/combo/test.mk b/tests/combo/test.mk new file mode 100644 index 0000000000..ce6f9fc2b0 --- /dev/null +++ b/tests/combo/test.mk @@ -0,0 +1,4 @@ +# Copyright 2023 Stefan Kerkmann (@KarlK90) +# SPDX-License-Identifier: GPL-2.0-or-later + +COMBO_ENABLE = yes |
