diff options
author | kb-elmo <lorwel@mailbox.org> | 2021-08-30 20:29:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 11:29:15 -0700 |
commit | c9283f4c1f073da0072638e78b3d5bf5619a89f4 (patch) | |
tree | 7f9112cdb9b11521e570e6341fc7cf849d47dc11 /keyboards/owlab/jelly_epoch/hotswap/rules.mk | |
parent | b63114ea2963b2c6391176329e8ef6381b16aea2 (diff) |
[Keyboard] Add OwLab Jelly Epoch (#14190)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/owlab/jelly_epoch/hotswap/rules.mk')
-rw-r--r-- | keyboards/owlab/jelly_epoch/hotswap/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/owlab/jelly_epoch/hotswap/rules.mk b/keyboards/owlab/jelly_epoch/hotswap/rules.mk new file mode 100644 index 0000000000..ada20ce949 --- /dev/null +++ b/keyboards/owlab/jelly_epoch/hotswap/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = STM32F303 + +# Bootloader selection +BOOTLOADER = stm32-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +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 +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# 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 = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |