summaryrefslogtreecommitdiff
path: root/keyboards/cannonkeys/bastion65/halconf.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-07-26 07:21:00 +0000
committerQMK Bot <hello@qmk.fm>2023-07-26 07:21:00 +0000
commit2775e57d8a94d92c1c242a8f30bea2830a9a88b9 (patch)
tree425f1d86d2ab0c82ad79ffd5955689ab00dac6c1 /keyboards/cannonkeys/bastion65/halconf.h
parent76b608bb7de45545b3bfd855d7828638faa3b9c3 (diff)
parent48f096013b6409f726852b242b39a28432541ded (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/cannonkeys/bastion65/halconf.h')
-rw-r--r--keyboards/cannonkeys/bastion65/halconf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/bastion65/halconf.h b/keyboards/cannonkeys/bastion65/halconf.h
new file mode 100644
index 0000000000..8c1197b84c
--- /dev/null
+++ b/keyboards/cannonkeys/bastion65/halconf.h
@@ -0,0 +1,8 @@
+// Copyright 2022 Andrew Kannan
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#define HAL_USE_PWM TRUE
+
+#include_next <halconf.h>