diff options
author | James <13719009+quadcube@users.noreply.github.com> | 2021-02-22 11:46:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-21 19:46:08 -0800 |
commit | 37e14fd02bd71ffd32fe381b10ce72f2b85b4049 (patch) | |
tree | e5840a51cefac215297178ad46d632c71bb9da40 /keyboards/tokyokeyboard/alix40/rules.mk | |
parent | 36999494d6eee6d5f7e6795899131a7aca782c32 (diff) |
[Keyboard] Tokyo Keyboard alix40 initial commit (#11918)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: QuadCube <quadcube@QuadCube-Mac-mini.local>
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 |