diff options
author | Drashna Jael're <drashna@live.com> | 2022-10-24 23:28:56 -0700 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2022-10-24 23:28:56 -0700 |
commit | eeb3f9c04346da4f387f1beb439f558a82fcb95c (patch) | |
tree | 7b997f5a62d862dac576bb04eb49a1023ef5af0c /keyboards/huytbt/h50/rules.mk | |
parent | e3594135012aa8c8bc309bf43aaa958f3135a30a (diff) | |
parent | f100de88e524633d4f7b35602b37ad6a76044f1d (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/huytbt/h50/rules.mk')
-rw-r--r-- | keyboards/huytbt/h50/rules.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/huytbt/h50/rules.mk b/keyboards/huytbt/h50/rules.mk new file mode 100644 index 0000000000..288fe84296 --- /dev/null +++ b/keyboards/huytbt/h50/rules.mk @@ -0,0 +1,16 @@ +# 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 # Disable keyboard backlight functionality |