summaryrefslogtreecommitdiff
path: root/keyboards/pixelspace/shadow80/halconf.h
diff options
context:
space:
mode:
authorPixelSpaceStudio <106432218+PixelSpaceStudio@users.noreply.github.com>2023-12-14 07:42:36 +0800
committerGitHub <noreply@github.com>2023-12-13 15:42:36 -0800
commit357a10f6c8071b52d1731fd222a110f7c416eba5 (patch)
treefbeb032d9d040d0b6fbc632424a1ee9e4f213d50 /keyboards/pixelspace/shadow80/halconf.h
parent85a0da9a5584f8996f9dac64d534ed99d4e341f3 (diff)
Add keyboard shadow80 (#22534)
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Diffstat (limited to 'keyboards/pixelspace/shadow80/halconf.h')
-rw-r--r--keyboards/pixelspace/shadow80/halconf.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/pixelspace/shadow80/halconf.h b/keyboards/pixelspace/shadow80/halconf.h
new file mode 100644
index 0000000000..7d6fe45bac
--- /dev/null
+++ b/keyboards/pixelspace/shadow80/halconf.h
@@ -0,0 +1,20 @@
+/* * Copyright 2023 楽(HereVoLand @Vem)
+ *
+ * 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
+
+#define HAL_USE_PWM TRUE
+#define SERIAL_USB_BUFFERS_SIZE 256
+#include_next <halconf.h>