diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-22 06:09:28 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-22 06:09:28 +0000 |
commit | 833f8db838903791f0c3f16744e34783fa1deeea (patch) | |
tree | 169126fee0b1cc446626d0e7487fe1ff7dce8f18 /keyboards/ocean/yuri/rules.mk | |
parent | e137e39911aa0656b5ce10dbe1560c73a8dff3dc (diff) | |
parent | fc914e617e63f5ec32c04e01efaffd9ec4545e89 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ocean/yuri/rules.mk')
-rw-r--r-- | keyboards/ocean/yuri/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/ocean/yuri/rules.mk b/keyboards/ocean/yuri/rules.mk new file mode 100644 index 0000000000..7c70616682 --- /dev/null +++ b/keyboards/ocean/yuri/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# 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 = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |