diff options
author | QMK Bot <hello@qmk.fm> | 2021-02-22 03:46:41 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-02-22 03:46:41 +0000 |
commit | eb0fffbd783f23ea0ef410a42bf12ac125315796 (patch) | |
tree | eb5daaa75e2b3c3a37ee235df6434b2126673688 /keyboards/tokyokeyboard/alix40/rules.mk | |
parent | a9fbefcd87191945e92d73070a3c65c776a0b9b3 (diff) | |
parent | 37e14fd02bd71ffd32fe381b10ce72f2b85b4049 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/tokyokeyboard/alix40/rules.mk')
-rw-r--r-- | keyboards/tokyokeyboard/alix40/rules.mk | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/tokyokeyboard/alix40/rules.mk b/keyboards/tokyokeyboard/alix40/rules.mk new file mode 100644 index 0000000000..66097b63e7 --- /dev/null +++ b/keyboards/tokyokeyboard/alix40/rules.mk @@ -0,0 +1,26 @@ +# MCU name +MCU = atmega32u4 + +# Processor frequency +F_CPU = 8000000 + +# 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 = yes # 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 = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +BLUETOOTH = AdafruitBLE |