summaryrefslogtreecommitdiff
path: root/ferris
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-10-03 15:30:08 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-10-03 15:30:08 +0200
commit504f362d9667644d21358dfdbcc27dbec66552f1 (patch)
tree7278808bf13b2beb1f452c6d6687afd136c26a5e /ferris
parent7d775436673a635231c4d068a9197a0d654755c5 (diff)
share more code
Diffstat (limited to 'ferris')
-rw-r--r--ferris/config.h2
-rw-r--r--ferris/rules.mk24
2 files changed, 3 insertions, 23 deletions
diff --git a/ferris/config.h b/ferris/config.h
index 43102bc..a5fb86f 100644
--- a/ferris/config.h
+++ b/ferris/config.h
@@ -17,4 +17,4 @@
#pragma once
// our shared config parts
-#include "../common/config.h"
+#include "/home/cullmann/install/qmk/christoph-cullmann/common/config.h"
diff --git a/ferris/rules.mk b/ferris/rules.mk
index ec9f4d7..c3dd5b4 100644
--- a/ferris/rules.mk
+++ b/ferris/rules.mk
@@ -1,25 +1,5 @@
-# properly optimize
-LTO_ENABLE = yes
-
-# less debugging features
-COMMAND_ENABLE = no
-CONSOLE_ENABLE = no
-
-# Enable N-Key Rollover
-NKRO_ENABLE = yes
-
-# less features we don't use
-MOUSEKEY_ENABLE = no
-SPACE_CADET_ENABLE = no
-GRAVE_ESC_ENABLE = no
-MAGIC_ENABLE = no
-
-# more responsive debouncing: https://michael.stapelberg.ch/posts/2021-05-08-keyboard-input-latency-qmk-kinesis/
-# sym_eager_pk does do some key chatter
-DEBOUNCE_TYPE = asym_eager_defer_pk
-
-# add achordion to improve home row modifiers
-SRC += ../common/achordion.c
+# include common settings
+include /home/cullmann/install/qmk/christoph-cullmann/common/rules.mk
# build
# qmk compile -kb ferris/sweep -km christoph-cullmann