[Keyboard] Add nullbits TIDBIT (#15182)

This commit is contained in:
Jay Greco 2022-03-16 08:34:16 -07:00 committed by GitHub
parent d5d2a01db2
commit 193dd01f4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 772 additions and 0 deletions

View file

@ -0,0 +1,26 @@
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = atmel-dfu
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = yes
LTO_ENABLE = yes
# Project specific files
SRC += common/bitc_led.c \
common/remote_kb.c
QUANTUM_LIB_SRC += i2c_master.c \
uart.c