mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-09-20 10:51:29 -04:00
[fix] readability
This commit is contained in:
parent
12d701993a
commit
e646b28ce7
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
|
||||
// Kyria
|
||||
#if PRODUCT_ID == 0x7FCE
|
||||
#if defined(KEYBOARD_splitkb_halcyon_kyria_rev4)
|
||||
#undef ENCODER_A_PINS
|
||||
#define ENCODER_A_PINS { GP23, HLC_ENCODER_A }
|
||||
#undef ENCODER_B_PINS
|
||||
|
|
|
@ -141,7 +141,7 @@ report_mouse_t pointing_device_task_combined_kb(report_mouse_t left_report, repo
|
|||
}
|
||||
|
||||
// Kyria
|
||||
#if PRODUCT_ID == 0x7FCE
|
||||
#if defined(KEYBOARD_splitkb_halcyon_kyria_rev4)
|
||||
#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