From 05357d7937d1a806243c010e8a308a93e0bf8959 Mon Sep 17 00:00:00 2001 From: Oliver Gaskell Date: Mon, 19 Apr 2021 04:36:40 +0100 Subject: [Keyboard] Add Tau4 keyboard (#11361) with default and i2cscanner keymaps Co-authored-by: Ryan Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> --- keyboards/tau4/rules.mk | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 keyboards/tau4/rules.mk (limited to 'keyboards/tau4/rules.mk') diff --git a/keyboards/tau4/rules.mk b/keyboards/tau4/rules.mk new file mode 100755 index 0000000000..712646abc5 --- /dev/null +++ b/keyboards/tau4/rules.mk @@ -0,0 +1,28 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # 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 +ENCODER_ENABLE = yes # Rotary Encoder support +OLED_DRIVER_ENABLE = yes # OLED display support +# EEPROM_DRIVER ?= i2c # Driver for external EEPROM chip +# This is currently not working due to QMK not officially supporting the chip used on the Tau4, I am working on a fix. + +LAYOUTS = ortho_4x12 -- cgit v1.2.3