summaryrefslogtreecommitdiffstats
path: root/keyboards/drop/shift/v2/halconf.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-08-21 22:47:46 +0100
committerGitHub <noreply@github.com>2023-08-21 22:47:46 +0100
commit3f192722b1629e4a4b6fe171d7efc21c3a0d3187 (patch)
tree057fff9093ae137c7e804b0d59e862dbce1a532d /keyboards/drop/shift/v2/halconf.h
parentf422b3cc9864f332ee33740d033a9a70068369ee (diff)
Initial support for SHIFT v2 (#21756)
Diffstat (limited to 'keyboards/drop/shift/v2/halconf.h')
-rw-r--r--keyboards/drop/shift/v2/halconf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/drop/shift/v2/halconf.h b/keyboards/drop/shift/v2/halconf.h
new file mode 100644
index 0000000000..77495ecfa0
--- /dev/null
+++ b/keyboards/drop/shift/v2/halconf.h
@@ -0,0 +1,8 @@
+// Copyright 2023 Massdrop, Inc.
+// SPDX-License-Identifier: GPL-2.0-or-later
+#pragma once
+
+#define HAL_USE_ADC TRUE
+#define HAL_USE_I2C TRUE
+
+#include_next <halconf.h>