diff options
author | Nick Brassel <nick@tzarc.org> | 2021-05-11 11:01:58 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 11:01:58 +1000 |
commit | f41fc6b70c48b7fde36a4af1da99033edf4ffc74 (patch) | |
tree | 2f5799eb37d40d9d494d178fd8454dff87b2d8f1 /keyboards/monarch/halconf.h | |
parent | 0432bde9626b657b42e29741ffa862b043311a42 (diff) | |
download | qmk_firmware-f41fc6b70c48b7fde36a4af1da99033edf4ffc74.tar.gz qmk_firmware-f41fc6b70c48b7fde36a4af1da99033edf4ffc74.zip |
Fixup build errors on `develop` branch. (#12723)
Diffstat (limited to 'keyboards/monarch/halconf.h')
-rw-r--r-- | keyboards/monarch/halconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/monarch/halconf.h b/keyboards/monarch/halconf.h index c4a89408af..d27e21ad7f 100644 --- a/keyboards/monarch/halconf.h +++ b/keyboards/monarch/halconf.h @@ -21,6 +21,7 @@ #pragma once +#define HAL_USE_GPT TRUE #define HAL_USE_PWM TRUE #include_next <halconf.h> |