[feature] Move files to seperate subfolder to make combining with existing userspace easier
This commit is contained in:
parent
5edaa4b3ca
commit
1764ca5f2f
46 changed files with 78 additions and 64 deletions
14
users/halcyon_modules/splitkb/hlc_encoder/config.h
Normal file
14
users/halcyon_modules/splitkb/hlc_encoder/config.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
// 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue