summaryrefslogtreecommitdiff
path: root/qmk_atreus_layout/config.h
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2026-04-04 17:44:21 +0100
committertslil <tslil@posteo.de>2026-04-04 17:47:21 +0100
commit5413fb67d5454666cd4606ac51e8f8d1ae31aa6e (patch)
treeeffd7869b631e1e1a455b65eea1a1f12263b4bba /qmk_atreus_layout/config.h
parent0c860a57966d4c0f4ef817b9c7f378de4623a236 (diff)
cleanup
Diffstat (limited to 'qmk_atreus_layout/config.h')
-rw-r--r--qmk_atreus_layout/config.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/qmk_atreus_layout/config.h b/qmk_atreus_layout/config.h
deleted file mode 100644
index 9b69a4a..0000000
--- a/qmk_atreus_layout/config.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#pragma once
-
-// Prevent normal rollover on alphas from accidentally triggering mods.
-#define IGNORE_MOD_TAP_INTERRUPT
-
-// Recommended for heavy chording.
-#define QMK_KEYS_PER_SCAN 4
-
-// Mouse key speed and acceleration.
-#define MOUSEKEY_DELAY 0
-#define MOUSEKEY_INTERVAL 16
-#define MOUSEKEY_WHEEL_DELAY 0
-#define MOUSEKEY_MAX_SPEED 6
-#define MOUSEKEY_TIME_TO_MAX 64