summaryrefslogtreecommitdiffstats
path: root/keyboards/cannonkeys/bastion60/halconf.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-07-25 17:08:21 +0000
committerQMK Bot <hello@qmk.fm>2023-07-25 17:08:21 +0000
commit28e6c11f3637d10bc7b5523b71b454efa1daf185 (patch)
tree754fb88d06875f4262dc846908e9514751279d27 /keyboards/cannonkeys/bastion60/halconf.h
parentb10b4cc8649dbe0a5620c7ad52df0e66e4046852 (diff)
parent87c7118b8829f58abb8f5adec2fccddd8bfcbb23 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/cannonkeys/bastion60/halconf.h')
-rw-r--r--keyboards/cannonkeys/bastion60/halconf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/bastion60/halconf.h b/keyboards/cannonkeys/bastion60/halconf.h
new file mode 100644
index 0000000000..8c1197b84c
--- /dev/null
+++ b/keyboards/cannonkeys/bastion60/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>