summaryrefslogtreecommitdiffstats
path: root/keyboards/cipulot/ec_23u/mcuconf.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-03-23 10:07:25 +0000
committerQMK Bot <hello@qmk.fm>2023-03-23 10:07:25 +0000
commitc7756f53263f33352ba2a76cc1e674965d4d0137 (patch)
treeb530f66c4213e4b87e656ac43f05561d85fcc6ab /keyboards/cipulot/ec_23u/mcuconf.h
parent17ccec43261e884f2baabcebb5c7ae93675ae088 (diff)
parent5428d922a54fe8172c17ccbf5e60c2b0162edd11 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/cipulot/ec_23u/mcuconf.h')
-rw-r--r--keyboards/cipulot/ec_23u/mcuconf.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/cipulot/ec_23u/mcuconf.h b/keyboards/cipulot/ec_23u/mcuconf.h
new file mode 100644
index 0000000000..d91f576bd4
--- /dev/null
+++ b/keyboards/cipulot/ec_23u/mcuconf.h
@@ -0,0 +1,22 @@
+/* Copyright 2023 Cipulot
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#pragma once
+
+#include_next <mcuconf.h>
+
+#undef STM32_ADC_USE_ADC1
+#define STM32_ADC_USE_ADC1 TRUE