summaryrefslogtreecommitdiff
path: root/keyboards/adpenrose/shisaku/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-08-07 21:11:17 +0000
committerQMK Bot <hello@qmk.fm>2022-08-07 21:11:17 +0000
commit972f9a612c0293b16ff5189e694aacd1d2a51916 (patch)
tree51464c6755f4b42fd032474656071d5d8c904b62 /keyboards/adpenrose/shisaku/rules.mk
parentb214768e092f6c44cb8f34dc9e7756f48d9c0b2e (diff)
parentd27a6bd629f8ad5a204236c58ed3a8641e75da53 (diff)
downloadqmk_firmware-972f9a612c0293b16ff5189e694aacd1d2a51916.tar.gz
qmk_firmware-972f9a612c0293b16ff5189e694aacd1d2a51916.zip
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/adpenrose/shisaku/rules.mk')
-rw-r--r--keyboards/adpenrose/shisaku/rules.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/adpenrose/shisaku/rules.mk b/keyboards/adpenrose/shisaku/rules.mk
new file mode 100644
index 0000000000..ef08ed4a06
--- /dev/null
+++ b/keyboards/adpenrose/shisaku/rules.mk
@@ -0,0 +1,18 @@
+# MCU name
+MCU = atmega328p
+
+# Bootloader selection
+BOOTLOADER = usbasploader
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
+MOUSEKEY_ENABLE = yes # 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 \ No newline at end of file