aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/nebula68/nebula68.c
diff options
context:
space:
mode:
authoryiancar <yiangosyiangou@cytanet.com.cy>2020-10-01 08:27:18 +0100
committerGitHub <noreply@github.com>2020-10-01 17:27:18 +1000
commit76e35e02cc6caf88eb5bb06c9780619b78725d16 (patch)
treec6f193bd757d6f74c714b5811440581334d78824 /keyboards/nebula68/nebula68.c
parent272b3309dd4121b49bc41e3c0213111aaf4962d7 (diff)
downloadfirmware-76e35e02cc6caf88eb5bb06c9780619b78725d16.tar.gz
firmware-76e35e02cc6caf88eb5bb06c9780619b78725d16.tar.bz2
firmware-76e35e02cc6caf88eb5bb06c9780619b78725d16.zip
Rename nebula65 -> nebula68 (#10490)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/nebula68/nebula68.c')
-rwxr-xr-xkeyboards/nebula68/nebula68.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/nebula68/nebula68.c b/keyboards/nebula68/nebula68.c
new file mode 100755
index 000000000..054a269bf
--- /dev/null
+++ b/keyboards/nebula68/nebula68.c
@@ -0,0 +1,20 @@
+/* Copyright 2020 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/>.
+ */
+#ifndef RGB_BACKLIGHT_NEBULA68
+#error RGB_BACKLIGHT_NEBULA68 not defined, recheck config.h
+#endif
+
+#include "nebula68.h"