mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 14:10:04 +00:00
8a332e6f01
* 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>
4 lines
108 B
Makefile
4 lines
108 B
Makefile
# Copyright 2023 Stefan Kerkmann (@KarlK90)
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
COMBO_ENABLE = yes
|