diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-04-19 16:57:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-19 18:57:53 +1000 |
commit | e13aefe41d235af9e59efdefa46e2934e36eec7a (patch) | |
tree | e06e945a3b9c1d94eb2afe2498ffbf934fc4d011 /keyboards/viktus/at101_bh/rules.mk | |
parent | 860f53dac45c1d9064ba89d77b5b483f6653343f (diff) | |
download | qmk_firmware-e13aefe41d235af9e59efdefa46e2934e36eec7a.tar.gz qmk_firmware-e13aefe41d235af9e59efdefa46e2934e36eec7a.zip |
move z150_bh at101_bh omnikey_bh to viktus/ (#16004)
Diffstat (limited to 'keyboards/viktus/at101_bh/rules.mk')
-rw-r--r-- | keyboards/viktus/at101_bh/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/viktus/at101_bh/rules.mk b/keyboards/viktus/at101_bh/rules.mk new file mode 100644 index 0000000000..16dc2697bb --- /dev/null +++ b/keyboards/viktus/at101_bh/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = halfkay + +# 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 = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +AUDIO_ENABLE = no +RGBLIGHT_ENABLE = no |