diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-12 22:16:17 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-12 22:16:17 +0000 |
commit | 96209d7ebada15e95e0488234220b7ae192ac387 (patch) | |
tree | f30ea45324c43b27a7abccd726be8a7fdc2cb80b /keyboards/ocean/addon/rules.mk | |
parent | 92b2738bbbe98db0224972c612e06fe3f2f86045 (diff) | |
parent | 6d06e7ce84f5e7133bf75764abdb012122468d7c (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ocean/addon/rules.mk')
-rw-r--r-- | keyboards/ocean/addon/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/ocean/addon/rules.mk b/keyboards/ocean/addon/rules.mk new file mode 100644 index 0000000000..7c70616682 --- /dev/null +++ b/keyboards/ocean/addon/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 |