Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Halcyon Elora rev2 #2

Open
wants to merge 17 commits into
base: halcyon
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix changes
  • Loading branch information
VeyPatch committed Oct 29, 2024
commit 6985f0b96d88a5d5226e4e5050d98526f9677fc9
1 change: 0 additions & 1 deletion users/halcyon_modules/config.h
Original file line number Diff line number Diff line change
@@ -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 changes: 2 additions & 0 deletions users/halcyon_modules/rules.mk
Original file line number Diff line number Diff line change
@@ -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