[Keyboard] add adelais PCB (#8945)
* add adelais PCB * clean up * merger * update * Update readme.md * Update config.h * update * update * move keymap folder * Update info.json * Update info.json * Update info.json Co-authored-by: vuhopkep <boy9x0@gmail.com>
This commit is contained in:
15
keyboards/mechlovin/adelais/standard_led/config.h
Normal file
15
keyboards/mechlovin/adelais/standard_led/config.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0xAD01
|
||||
#define PRODUCT Adelais
|
||||
#define DESCRIPTION Team.Mechlovin Adelais
|
||||
|
||||
#define BACKLIGHT_PIN B0
|
||||
#define BACKLIGHT_BREATHING
|
||||
#define BACKLIGHT_PWM_DRIVER PWMD3
|
||||
#define BACKLIGHT_PWM_CHANNEL 3
|
||||
|
||||
#define RGB_DI_PIN A7
|
||||
#define RGBLED_NUM 23
|
||||
#define RGBLIGHT_LIMIT_VAL 255
|
||||
#define RGBLIGHT_ANIMATIONS
|
3
keyboards/mechlovin/adelais/standard_led/rules.mk
Normal file
3
keyboards/mechlovin/adelais/standard_led/rules.mk
Normal file
@@ -0,0 +1,3 @@
|
||||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||
BACKLIGHT_DRIVER = pwm
|
||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
Reference in New Issue
Block a user