summaryrefslogtreecommitdiff
path: root/keyboards/ymdk/np24/u4rgb6/u4rgb6.c
diff options
context:
space:
mode:
authorSimon Arlott <70171+nomis@users.noreply.github.com>2021-03-17 01:39:09 +0000
committerGitHub <noreply@github.com>2021-03-16 18:39:09 -0700
commite941ae38110c616884acbb7447350b150cdb9d4d (patch)
tree08812a57ac5bab076529623456d1a1326fbcebb4 /keyboards/ymdk/np24/u4rgb6/u4rgb6.c
parentf75420c209cf5535ed1599504d1a52059f21bc22 (diff)
[Keyboard] Add YMDK NP24 (ATmega32U4 with 6 RGB LEDs) (#12120)
Diffstat (limited to 'keyboards/ymdk/np24/u4rgb6/u4rgb6.c')
-rw-r--r--keyboards/ymdk/np24/u4rgb6/u4rgb6.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/ymdk/np24/u4rgb6/u4rgb6.c b/keyboards/ymdk/np24/u4rgb6/u4rgb6.c
new file mode 100644
index 0000000000..edd0c0552d
--- /dev/null
+++ b/keyboards/ymdk/np24/u4rgb6/u4rgb6.c
@@ -0,0 +1,16 @@
+/* Copyright 2021 Simon Arlott
+ *
+ * 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/>.
+ */
+#include "u4rgb6.h"