summaryrefslogtreecommitdiff
path: root/keyboards/rura66/rura66.h
diff options
context:
space:
mode:
authorT.Shinohara <takuma1201@gmail.com>2022-12-13 08:23:54 +0900
committerGitHub <noreply@github.com>2022-12-12 15:23:54 -0800
commit6d0f944e5e986af0fd3e6abec482dd0d31a4101a (patch)
treebfb8c7d29832b0aa8bd55f5073d4017a23405de2 /keyboards/rura66/rura66.h
parent25790fc886a189f5f200a1ac6f93d088c417249a (diff)
Keyboard rura66 (#15853)
* add : BlackMask60 and MayShi.No30 * fix:spell miss * change:keyboard name area * change: default keymap * 配列を自分用に変更 * MyKemap Update * 構成変更 * Add RURA66 new keyboard * remove additional files * fix file * fix info.json from rura66 * fix KC_LANG to KC_LNG from rura66 * Fix readme - fix purchase URL - adjust to the recent standard * Fix rules.mk - no backlight - remove DIP switch/Bluetooth - OLED_DRIVER_ENABLE -> OLED_ENABLE * Fix rura66.h: add LICENSE * Fix config.h - UNUSED_PINS is deprecated - accept suggestion on PR * Fix oled_display.c - remove snprintf() - OLED_DRIVER_ENABLE->OLED_ENABLE - oled_task_user() returns false * Fix config.h - no SPLIT_HAND_MATRIX_GRID - no RGB Matrix * move default keymap readme * add VIA keymap * Fix info.json - Fix keyboard URL - Change VID/PID * Fix comments in rules.mk * fix info.json keyboard url Co-authored-by: yswallow <1426202+yswallow@users.noreply.github.com>
Diffstat (limited to 'keyboards/rura66/rura66.h')
-rw-r--r--keyboards/rura66/rura66.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/rura66/rura66.h b/keyboards/rura66/rura66.h
new file mode 100644
index 0000000000..9df9980b82
--- /dev/null
+++ b/keyboards/rura66/rura66.h
@@ -0,0 +1,22 @@
+ /* Copyright 2021 T.Shinohara
+ *
+ * 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
+
+#include "quantum.h"
+#if defined(KEYBOARD_rura66_rev1)
+# include "rev1.h"
+#endif