summaryrefslogtreecommitdiff
path: root/keyboards/novelkeys/nk_plus/halconf.h
diff options
context:
space:
mode:
authoryiancar <yiangosyiangou@cytanet.com.cy>2023-04-21 14:55:54 +0100
committerGitHub <noreply@github.com>2023-04-21 14:55:54 +0100
commitab4013a69ef35bf3c8d272f9f61f9a627fcdcec1 (patch)
treead3804786304ecdb416f9d8df4133ce0fe29448c /keyboards/novelkeys/nk_plus/halconf.h
parent974c01b4f845927ad3922ae62793c33187f5852c (diff)
NK Plus (#20392)
Diffstat (limited to 'keyboards/novelkeys/nk_plus/halconf.h')
-rw-r--r--keyboards/novelkeys/nk_plus/halconf.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/novelkeys/nk_plus/halconf.h b/keyboards/novelkeys/nk_plus/halconf.h
new file mode 100644
index 0000000000..ce14bc0c41
--- /dev/null
+++ b/keyboards/novelkeys/nk_plus/halconf.h
@@ -0,0 +1,21 @@
+/* Copyright 2022 Yiancar
+ *
+ * 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
+
+#include_next <halconf.h>