summaryrefslogtreecommitdiff
path: root/keyboards/cannonkeys/satisfaction75_hs/halconf.h
diff options
context:
space:
mode:
authorAndrew Kannan <andrew.kannan@gmail.com>2024-02-26 17:16:00 -0500
committerGitHub <noreply@github.com>2024-02-27 09:16:00 +1100
commit490641307ab30ae10dd80fde766f5988bd154ca2 (patch)
tree66e0d722cd75b5d986abbdf61bb36e8a201ed088 /keyboards/cannonkeys/satisfaction75_hs/halconf.h
parent0f701c7dbecc0c90b8e5d74ce81c2575ba0c4144 (diff)
Cleanup Satisfaction75 Firmware and add new revisions (#22082)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/cannonkeys/satisfaction75_hs/halconf.h')
-rw-r--r--keyboards/cannonkeys/satisfaction75_hs/halconf.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/satisfaction75_hs/halconf.h b/keyboards/cannonkeys/satisfaction75_hs/halconf.h
new file mode 100644
index 0000000000..caeda6090b
--- /dev/null
+++ b/keyboards/cannonkeys/satisfaction75_hs/halconf.h
@@ -0,0 +1,18 @@
+// Copyright 2023 Andrew Kannan (@awkannan)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+/*
+ * This file was auto-generated by:
+ * `qmk chibios-confmigrate -i keyboards/cannonkeys/satisfaction75/halconf.h -r platforms/chibios/common/configs/halconf.h`
+ */
+
+#pragma once
+
+#define HAL_USE_I2C TRUE
+
+#define HAL_USE_RTC TRUE
+
+#define HAL_USE_SPI TRUE
+
+#include_next <halconf.h>
+