diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-22 04:27:26 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-22 04:27:26 +0000 |
commit | 3a27f065b74a6f55d336384a7095caf3db7c1692 (patch) | |
tree | bba84d72bd5af74db8b4a5c509911819e7de212a /keyboards/eyeohdesigns/theboulevard/rules.mk | |
parent | 102cec82418b785c6f503f90dacc452843323c86 (diff) | |
parent | b131ebb8dd9dd94c3b2b7378acb5c2902fa2f6f5 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/eyeohdesigns/theboulevard/rules.mk')
-rw-r--r-- | keyboards/eyeohdesigns/theboulevard/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/eyeohdesigns/theboulevard/rules.mk b/keyboards/eyeohdesigns/theboulevard/rules.mk new file mode 100644 index 0000000000..824dd0089f --- /dev/null +++ b/keyboards/eyeohdesigns/theboulevard/rules.mk @@ -0,0 +1,19 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# 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 = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = yes
\ No newline at end of file |