summaryrefslogtreecommitdiff
path: root/keyboards/annepro2/halconf.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-03-08 01:13:33 +0000
committerQMK Bot <hello@qmk.fm>2022-03-08 01:13:33 +0000
commit184a0942ff2db46de7998df88c078c39b0f3cb6f (patch)
treefbc30b95442949446795184b1376ca28a0d30eec /keyboards/annepro2/halconf.h
parent07ca35decf1a9a998b3e6bb646f7d73901e1c444 (diff)
parent893d86cb896d82eb8c9d16251062dd6afa802533 (diff)
downloadqmk_firmware-184a0942ff2db46de7998df88c078c39b0f3cb6f.tar.gz
qmk_firmware-184a0942ff2db46de7998df88c078c39b0f3cb6f.zip
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/annepro2/halconf.h')
-rw-r--r--keyboards/annepro2/halconf.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/annepro2/halconf.h b/keyboards/annepro2/halconf.h
new file mode 100644
index 0000000000..686b91a7fb
--- /dev/null
+++ b/keyboards/annepro2/halconf.h
@@ -0,0 +1,28 @@
+/* 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/annepro2/halconf.h -r platforms/chibios/common/configs/halconf.h`
+ */
+
+#pragma once
+
+#define HAL_USE_SERIAL TRUE
+
+#define SERIAL_USB_BUFFERS_SIZE 256
+
+#include_next <halconf.h>