[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
19
users/halcyon_modules/splitkb/hlc_cirque_trackpad/config.h
Normal file
19
users/halcyon_modules/splitkb/hlc_cirque_trackpad/config.h
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
// 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_CIRQUE_TRACKPAD
|
||||
|
||||
#define CIRQUE_PINNACLE_DIAMETER_MM 35
|
||||
#undef POINTING_DEVICE_CS_PIN
|
||||
#define POINTING_DEVICE_CS_PIN GP13
|
||||
#define POINTING_DEVICE_ROTATION_180
|
||||
#define CIRQUE_PINNACLE_CURVED_OVERLAY
|
||||
|
||||
#define POINTING_DEVICE_GESTURES_CURSOR_GLIDE_ENABLE
|
||||
#define CIRQUE_PINNACLE_POSITION_MODE CIRQUE_PINNACLE_ABSOLUTE_MODE
|
||||
#define CIRQUE_PINNACLE_TAP_ENABLE
|
||||
#define POINTING_DEVICE_GESTURES_SCROLL_ENABLE
|
||||
|
|
@ -0,0 +1 @@
|
|||
POST_CONFIG_H += $(USER_PATH)/splitkb/hlc_cirque_trackpad/config.h
|
||||
Loading…
Add table
Add a link
Reference in a new issue