From 37e14fd02bd71ffd32fe381b10ce72f2b85b4049 Mon Sep 17 00:00:00 2001 From: James <13719009+quadcube@users.noreply.github.com> Date: Mon, 22 Feb 2021 11:46:08 +0800 Subject: [Keyboard] Tokyo Keyboard alix40 initial commit (#11918) Co-authored-by: Ryan Co-authored-by: Drashna Jaelre Co-authored-by: QuadCube --- keyboards/tokyokeyboard/alix40/rules.mk | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 keyboards/tokyokeyboard/alix40/rules.mk (limited to 'keyboards/tokyokeyboard/alix40/rules.mk') 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 -- cgit v1.2.3