diff options
author | Wilba <wilba@wilba.tech> | 2021-04-03 14:57:18 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-02 20:57:18 -0700 |
commit | 4caeb648881543fb822efb9fca3f54ee34a73041 (patch) | |
tree | 995fdce1acf64f680378f7cb6f695bbf349589bc /keyboards/wilba_tech/wt70_jb/rules.mk | |
parent | 70540a1f744d350913b332a59571e899ea4556f3 (diff) |
[Keyboard] Added wilba.tech WT70-JB (#12347)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/wilba_tech/wt70_jb/rules.mk')
-rw-r--r-- | keyboards/wilba_tech/wt70_jb/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/wilba_tech/wt70_jb/rules.mk b/keyboards/wilba_tech/wt70_jb/rules.mk new file mode 100644 index 0000000000..3d07971159 --- /dev/null +++ b/keyboards/wilba_tech/wt70_jb/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = no # 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 = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output
\ No newline at end of file |