mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-21 16:04:38 +00:00
[Userspace] Add support for additional Mechlovin Adelais PCB version to my userspace (#17547)
This commit is contained in:
parent
168a631720
commit
b7fee11e34
2 changed files with 6 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
#define INDICATOR_PIN_2 D4
|
#define INDICATOR_PIN_2 D4
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef KEYBOARD_mechlovin_adelais_standard_led_arm_rev4_stm32f303
|
#if defined(KEYBOARD_mechlovin_adelais_standard_led_arm_rev4_stm32f303) || defined(KEYBOARD_mechlovin_adelais_standard_led_arm_rev4_apm32f103)
|
||||||
#define INDICATOR_PIN_0 B2
|
#define INDICATOR_PIN_0 B2
|
||||||
#define INDICATOR_PIN_1 C15
|
#define INDICATOR_PIN_1 C15
|
||||||
#define INDICATOR_PIN_2 B9
|
#define INDICATOR_PIN_2 B9
|
||||||
|
|
|
@ -48,3 +48,8 @@ ifeq ($(strip $(KEYBOARD)), nasu)
|
||||||
SRC += startup_fanfare.c
|
SRC += startup_fanfare.c
|
||||||
OPT_DEFS += -DHAS_INDICATORS
|
OPT_DEFS += -DHAS_INDICATORS
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(strip $(KEYBOARD)), mechlovin/adelais/standard_led/arm/rev4/apm32f103)
|
||||||
|
OPT_DEFS += -DHAS_INDICATORS
|
||||||
|
SRC += rgb_timeout.c
|
||||||
|
SRC += indicator_layers_sneakbox.c
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in a new issue