diff options
author | QMK Bot <hello@qmk.fm> | 2022-04-14 16:27:09 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-04-14 16:27:09 +0000 |
commit | cbc59e383f873b719ee037c496eecea165734e57 (patch) | |
tree | d9b849b50cb7d82de9d144ef7bc8e2d82898ab47 /keyboards/primekb/meridian_rgb/rules.mk | |
parent | a6884e6933662a09aecbc434125101d2f148c01f (diff) | |
parent | 812f97e241acb307e02e4149442a62cacb4aeb8b (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 |