summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/dactylmacropad/config.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-06-25 22:06:31 +1000
committerGitHub <noreply@github.com>2023-06-25 22:06:31 +1000
commit2f9f555add827bbc6b7e6e4a08b830b9825ada4f (patch)
tree8f95fe2635984c3cd90b35ad6bdc1281e890ffb3 /keyboards/handwired/dactylmacropad/config.h
parentdd164a05669cb8c05ed091b31897a45a464556da (diff)
Move `TAP_CODE_DELAY` to data driven (#21363)
Diffstat (limited to 'keyboards/handwired/dactylmacropad/config.h')
-rw-r--r--keyboards/handwired/dactylmacropad/config.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/keyboards/handwired/dactylmacropad/config.h b/keyboards/handwired/dactylmacropad/config.h
deleted file mode 100644
index a2a5455ab1..0000000000
--- a/keyboards/handwired/dactylmacropad/config.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright 2022 bwprobably
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-/*
- * Feature disable options
- * These options are also useful to firmware size reduction.
- */
-
-/* disable debug print */
-//#define NO_DEBUG
-
-/* disable print */
-//#define NO_PRINT
-
-/* disable action features */
-//#define NO_ACTION_LAYER
-//#define NO_ACTION_TAPPING
-//#define NO_ACTION_ONESHOT
-
-#define TAP_CODE_DELAY 100