diff options
author | Rifaa Subekti <68178825+oceeean@users.noreply.github.com> | 2022-01-22 14:09:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 22:09:00 -0800 |
commit | fc914e617e63f5ec32c04e01efaffd9ec4545e89 (patch) | |
tree | 48fe91609406bc65bc7f3d5e6e43075331153288 /keyboards/ocean/yuri/rules.mk | |
parent | 61246deec549050ae614fac007002da8e088780d (diff) |
[Keyboard] add Yuri (#15874)
Co-authored-by: Joel Challis <git@zvecr.com>
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 |