diff options
author | holtenc <holtenc@gmail.com> | 2022-04-14 11:26:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 09:26:24 -0700 |
commit | 812f97e241acb307e02e4149442a62cacb4aeb8b (patch) | |
tree | 128737909686077a6aa7e9c2419a027b086d789f /keyboards/primekb/meridian_rgb/rules.mk | |
parent | a4a67d515eb21db406f0103072ae172f54478dc3 (diff) |
[Keyboard] move/rename obro to Meridian RGB (#16828)
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/primekb/meridian_rgb/rules.mk')
-rw-r--r-- | keyboards/primekb/meridian_rgb/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/primekb/meridian_rgb/rules.mk b/keyboards/primekb/meridian_rgb/rules.mk new file mode 100644 index 0000000000..ee0e024ddb --- /dev/null +++ b/keyboards/primekb/meridian_rgb/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # 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 = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |