summaryrefslogtreecommitdiff
path: root/keyboards/mlego/m60_split/rev2/halconf.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-02-07 21:32:27 +0000
committerQMK Bot <hello@qmk.fm>2022-02-07 21:32:27 +0000
commit87e6c2b06ba08806cc20e2b16f1ff18a88e83e67 (patch)
tree5a4e452bac2bcb568b6e2f4768faa2274c6b667b /keyboards/mlego/m60_split/rev2/halconf.h
parenta1902c3bf879d98c39020418a8166a44724d0f93 (diff)
parent837205b08faeb5ec4b8bb5a3a380b6459cdef834 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mlego/m60_split/rev2/halconf.h')
-rw-r--r--keyboards/mlego/m60_split/rev2/halconf.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/keyboards/mlego/m60_split/rev2/halconf.h b/keyboards/mlego/m60_split/rev2/halconf.h
new file mode 100644
index 0000000000..89815e23b7
--- /dev/null
+++ b/keyboards/mlego/m60_split/rev2/halconf.h
@@ -0,0 +1,30 @@
+/* Copyright 2020 QMK
+ *
+ * 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/>.
+ */
+
+/*
+ * This file was auto-generated by:
+ * `qmk chibios-confmigrate -i keyboards/zvecr/zv48/f401/halconf.h -r platforms/chibios/common/configs/halconf.h`
+ */
+
+#pragma once
+
+#define HAL_USE_PWM TRUE
+
+#define HAL_USE_SERIAL TRUE
+
+#define SERIAL_USB_BUFFERS_SIZE 256
+
+#include_next <halconf.h>