diff options
| author | Ilya Zhuravlev <whatever@xyz.is> | 2023-09-08 20:53:27 -0600 |
|---|---|---|
| committer | Ilya Zhuravlev <whatever@xyz.is> | 2023-09-08 20:53:27 -0600 |
| commit | e390a34128bcae390cc56eeb0f8a3844f70b9280 (patch) | |
| tree | 4c79d2976eecc8b1f2b3a77042ed68288d8c7e6d /quantum/process_keycode/process_programmable_button.h | |
| parent | fbf1c160eb286a2d84afcdf72b48338567e16bdb (diff) | |
| parent | 4875bcecc2c3c66b4b259e50d6d2cf70603b3173 (diff) | |
Merge remote-tracking branch 'qmk/master' into merge-2023-09-08
Diffstat (limited to 'quantum/process_keycode/process_programmable_button.h')
| -rw-r--r-- | quantum/process_keycode/process_programmable_button.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/quantum/process_keycode/process_programmable_button.h b/quantum/process_keycode/process_programmable_button.h index 47c6ce5614..ef818af4ca 100644 --- a/quantum/process_keycode/process_programmable_button.h +++ b/quantum/process_keycode/process_programmable_button.h @@ -18,6 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once #include <stdint.h> -#include "quantum.h" +#include <stdbool.h> +#include "action.h" bool process_programmable_button(uint16_t keycode, keyrecord_t *record); |
