[Keyboard] Refactor: add adelais rev.3 (#9496)
* Refactor: add adelais rev.3 * update * Update keymap.c * update * update * update
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0xAD01
|
||||
#define PRODUCT Adelais
|
||||
#define DESCRIPTION Team.Mechlovin Adelais
|
||||
|
||||
|
3
keyboards/mechlovin/adelais/standard_led/rev2/config.h
Normal file
3
keyboards/mechlovin/adelais/standard_led/rev2/config.h
Normal file
@@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0xAD01
|
8
keyboards/mechlovin/adelais/standard_led/rev3/config.h
Normal file
8
keyboards/mechlovin/adelais/standard_led/rev3/config.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0xAD02
|
||||
|
||||
#define ENCODERS_PAD_A { A6, A4, B7 }
|
||||
#define ENCODERS_PAD_B { A5, A3, B6 }
|
||||
#define ENCODER_RESOLUTION 4
|
||||
|
1
keyboards/mechlovin/adelais/standard_led/rev3/rules.mk
Normal file
1
keyboards/mechlovin/adelais/standard_led/rev3/rules.mk
Normal file
@@ -0,0 +1 @@
|
||||
ENCODER_ENABLE = yes
|
@@ -1,3 +1,3 @@
|
||||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||
BACKLIGHT_DRIVER = pwm
|
||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
|
||||
|
||||
DEFAULT_FOLDER = mechlovin/adelais/standard_led/rev2
|
Reference in New Issue
Block a user