mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-09-20 19:00:12 -04:00
[fix] readability
This commit is contained in:
parent
76b9c763af
commit
a77705afe4
3 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
# Add this to your existing rules.mk if you have one
|
||||
ifneq ($(filter $(strip $(KEYBOARD)), splitkb/halcyon/kyria/rev4),)
|
||||
ifneq ($(filter $(strip $(KEYBOARD)), splitkb/halcyon/kyria/rev4 \
|
||||
splitkb/halcyon/elora/rev2),)
|
||||
include $(USER_PATH)/splitkb/rules.mk
|
||||
endif
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
#endif
|
||||
|
||||
// Elora
|
||||
#if PRODUCT_ID == 0xA392
|
||||
#if defined(KEYBOARD_splitkb_halcyon_elora_rev2)
|
||||
#undef ENCODER_A_PINS
|
||||
#define ENCODER_A_PINS { GP22, HLC_ENCODER_A }
|
||||
#undef ENCODER_B_PINS
|
||||
|
|
|
@ -179,7 +179,7 @@ const matrix_row_t matrix_mask[] = {
|
|||
#endif
|
||||
|
||||
// Elora
|
||||
#if PRODUCT_ID == 0xA392
|
||||
#if defined(KEYBOARD_splitkb_halcyon_elora_rev2)
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
#include "rgb_matrix.h"
|
||||
led_config_t g_led_config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue