diff options
author | knaruo <knaruo@gmail.com> | 2021-02-28 15:01:56 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-28 17:01:56 +1100 |
commit | 4fe8c473fdf50efb77017319847e8fd45fd3f263 (patch) | |
tree | 9c8e4da0179caef3d5caa9469e369cc332b906cc /keyboards/barracuda/rules.mk | |
parent | b2a0e98a6018ad019533d98c0c9c8501cba933bc (diff) | |
download | qmk_firmware-4fe8c473fdf50efb77017319847e8fd45fd3f263.tar.gz qmk_firmware-4fe8c473fdf50efb77017319847e8fd45fd3f263.zip |
Added support for barracuda keyboard (#11888)
- Added default and via keymaps
Diffstat (limited to 'keyboards/barracuda/rules.mk')
-rw-r--r-- | keyboards/barracuda/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/barracuda/rules.mk b/keyboards/barracuda/rules.mk new file mode 100644 index 0000000000..7233e7c00f --- /dev/null +++ b/keyboards/barracuda/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega32u2 + +# Bootloader selection +BOOTLOADER = atmel-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 = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output + +LAYOUTS = ortho_3x11 |