diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-05 00:37:55 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-05 00:37:55 +0000 |
commit | d0aa9ff972e7e438d1a5fa2baa4b35db91c8a070 (patch) | |
tree | 9da864d1811a6fc892a346cd3fe8b900f816709c /quantum/quantum.h | |
parent | fd7ab5a22bd5ba85dde3a5da54856784bfb19120 (diff) | |
parent | 810eafad121bda333c53490e2d8a29f3a83d9c19 (diff) | |
download | qmk_firmware-d0aa9ff972e7e438d1a5fa2baa4b35db91c8a070.tar.gz qmk_firmware-d0aa9ff972e7e438d1a5fa2baa4b35db91c8a070.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r-- | quantum/quantum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 7e209304b7..83694c8324 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -57,6 +57,7 @@ #include "config_common.h" #include "led.h" #include "action_util.h" +#include "action_tapping.h" #include "print.h" #include "send_string_keycodes.h" #include "suspend.h" |