[fix] readability

This commit is contained in:
VeyPatch 2025-01-14 14:19:56 +01:00
commit 20be4475cf
3 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,5 @@
# Add this to your existing rules.mk if you have one # 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/lily58/rev2),)
include $(USER_PATH)/splitkb/rules.mk include $(USER_PATH)/splitkb/rules.mk
endif endif

View file

@ -49,7 +49,7 @@
#endif #endif
// Lily58 // Lily58
#if PRODUCT_ID == 0xEA1D #if defined(KEYBOARD_splitkb_halcyon_lily58_rev2)
#undef ENCODER_A_PINS #undef ENCODER_A_PINS
#define ENCODER_A_PINS { GP23, HLC_ENCODER_A } #define ENCODER_A_PINS { GP23, HLC_ENCODER_A }
#undef ENCODER_B_PINS #undef ENCODER_B_PINS

View file

@ -179,7 +179,7 @@ const matrix_row_t matrix_mask[] = {
#endif #endif
// Lily58 // Lily58
#if PRODUCT_ID == 0xEA1D #if defined(KEYBOARD_splitkb_halcyon_lily58_rev2)
#ifdef RGB_MATRIX_ENABLE #ifdef RGB_MATRIX_ENABLE
#include "rgb_matrix.h" #include "rgb_matrix.h"
led_config_t g_led_config = { led_config_t g_led_config = {