summaryrefslogtreecommitdiff
path: root/totem/keymaps/default
diff options
context:
space:
mode:
Diffstat (limited to 'totem/keymaps/default')
-rw-r--r--totem/keymaps/default/config.h2
-rw-r--r--totem/keymaps/default/rules.mk21
2 files changed, 3 insertions, 20 deletions
diff --git a/totem/keymaps/default/config.h b/totem/keymaps/default/config.h
index 4a32f09..c901afc 100644
--- a/totem/keymaps/default/config.h
+++ b/totem/keymaps/default/config.h
@@ -1,7 +1,7 @@
#pragma once
// our shared config parts
-#include "../../../common/config.h"
+#include "/home/cullmann/install/qmk/christoph-cullmann/common/config.h"
// The way how "handedness" is decided (which half is which), see https://docs.qmk.fm/#/feature_split_keyboard?id=setting-handedness for more options.
#define MASTER_LEFT
diff --git a/totem/keymaps/default/rules.mk b/totem/keymaps/default/rules.mk
index b0f1efe..33da88e 100644
--- a/totem/keymaps/default/rules.mk
+++ b/totem/keymaps/default/rules.mk
@@ -1,22 +1,5 @@
-# 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 totem -km default