summaryrefslogtreecommitdiff
path: root/keyboards/rura66/rules.mk
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/rules.mk
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/rules.mk')
-rw-r--r--keyboards/rura66/rules.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/rura66/rules.mk b/keyboards/rura66/rules.mk
new file mode 100644
index 0000000000..6a67c6ed63
--- /dev/null
+++ b/keyboards/rura66/rules.mk
@@ -0,0 +1,24 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = caterina
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
+MOUSEKEY_ENABLE = no # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+NKRO_ENABLE = no # Enable N-key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+OLED_ENABLE = yes
+SPLIT_KEYBOARD = yes
+LTO_ENABLE = yes
+RGB_MATRIX_DRIVER = WS2812
+
+DEFAULT_FOLDER = rura66/rev1