summaryrefslogtreecommitdiff
path: root/keyboards/bastardkb
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-03-16 00:56:58 +1100
committerGitHub <noreply@github.com>2022-03-15 13:56:58 +0000
commit764dc18a81f762fdff5f74eb6d3b517ba79d5c11 (patch)
treea743b65340310d0520f995ee9e5fcd44e664ec9e /keyboards/bastardkb
parent46e85ded4747fb3d89f107cb098d9054ea5e632c (diff)
Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16655)
Diffstat (limited to 'keyboards/bastardkb')
-rw-r--r--keyboards/bastardkb/charybdis/3x5/config.h4
-rw-r--r--keyboards/bastardkb/charybdis/4x6/config.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/bastardkb/charybdis/3x5/config.h b/keyboards/bastardkb/charybdis/3x5/config.h
index 9c69f7c358..89b896bc35 100644
--- a/keyboards/bastardkb/charybdis/3x5/config.h
+++ b/keyboards/bastardkb/charybdis/3x5/config.h
@@ -58,10 +58,6 @@
/* Set 0 if debouncing isn't needed. */
#define DEBOUNCE 5
-/* Disable action features. */
-#define NO_ACTION_MACRO // Disable old-style macro handling.
-#define NO_ACTION_FUNCTION // Disable old-style function handling.
-
/* PMW3360 settings. */
#define PMW3360_CS_PIN B0
diff --git a/keyboards/bastardkb/charybdis/4x6/config.h b/keyboards/bastardkb/charybdis/4x6/config.h
index f00fb382f6..423f12fdbe 100644
--- a/keyboards/bastardkb/charybdis/4x6/config.h
+++ b/keyboards/bastardkb/charybdis/4x6/config.h
@@ -60,10 +60,6 @@
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5
-/* Disable action features. */
-#define NO_ACTION_MACRO // Disable old-style macro handling.
-#define NO_ACTION_FUNCTION // Disable old-style function handling.
-
/* PMW3360 settings. */
#define PMW3360_CS_PIN B0