14 lines
296 B
C
14 lines
296 B
C
// Copyright 2024 splitkb.com (support@splitkb.com)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
// Any QMK options should go here
|
|
|
|
#pragma once
|
|
|
|
#define HLC_ENCODER
|
|
|
|
#define HLC_ENCODER_BUTTON GP16
|
|
#undef HLC_ENCODER_A
|
|
#define HLC_ENCODER_A GP27
|
|
#undef HLC_ENCODER_B
|
|
#define HLC_ENCODER_B GP26
|