mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-09-21 19:29:46 -04:00
fix changes
This commit is contained in:
parent
aed32e8338
commit
6985f0b96d
2 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,6 @@
|
|||
|
||||
// Always the same
|
||||
#define SPLIT_MODS_ENABLE
|
||||
#define SPLIT_TRANSPORT_MIRROR
|
||||
#define SPLIT_LED_STATE_ENABLE
|
||||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
#ifndef HLC_ENCODER_A
|
||||
|
|
|
@ -2,6 +2,8 @@ CURRENT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
|
|||
|
||||
SRC += halcyon.c
|
||||
|
||||
LTO_ENABLE ?= yes
|
||||
|
||||
ifndef HLC_CIRQUE_TRACKPAD #add any other pointing devices here
|
||||
# Needed otherwise pointing devices will not work
|
||||
POINTING_DEVICE_ENABLE = yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue