diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-07 01:39:11 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-07 01:39:11 +0000 |
commit | b1c4d3322d4f9f16230c863688b735ac562a3ccb (patch) | |
tree | 565a5244fda49086ad6e3685ff79de0a21c17260 /keyboards/wren/rules.mk | |
parent | 03f2235bc558c08f23c2b54ceb5a6a8da342c20e (diff) | |
parent | db8cf0b872a1350f11d2de931f7b375feaec69c2 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/wren/rules.mk')
-rw-r--r-- | keyboards/wren/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/wren/rules.mk b/keyboards/wren/rules.mk new file mode 100644 index 0000000000..76e0fdf55d --- /dev/null +++ b/keyboards/wren/rules.mk @@ -0,0 +1,21 @@ +# 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 +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = yes # Enables the use of one or more encoders +SPLIT_KEYBOARD = yes # Enables split keyboard |