[Keyboard] Add Adelais PCB. Adelais RGB rev.3, Adelais rev. 4 APM32F103, Adelais AVR rev. 1 (#14252)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
d7e61e56bb
commit
fcb7c7b04f
44 changed files with 1190 additions and 66 deletions
13
keyboards/mechlovin/adelais/standard_led/avr/rev1/rules.mk
Normal file
13
keyboards/mechlovin/adelais/standard_led/avr/rev1/rules.mk
Normal file
|
@ -0,0 +1,13 @@
|
|||
# MCU name
|
||||
MCU = atmega32u4
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = atmel-dfu
|
||||
|
||||
CONSOLE_ENABLE = no # Console for debug
|
||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
CUSTOM_MATRIX = lite
|
||||
|
||||
SRC += matrix.c
|
Loading…
Add table
Add a link
Reference in a new issue