summaryrefslogtreecommitdiff
path: root/keyboards/atreyu
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/atreyu')
-rw-r--r--keyboards/atreyu/config.h1
-rw-r--r--keyboards/atreyu/keymaps/default/config.h1
-rw-r--r--keyboards/atreyu/rev1/config.h6
-rw-r--r--keyboards/atreyu/rev2/config.h6
4 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/atreyu/config.h b/keyboards/atreyu/config.h
index ba12b366a9..e5011632cf 100644
--- a/keyboards/atreyu/config.h
+++ b/keyboards/atreyu/config.h
@@ -16,7 +16,6 @@
#pragma once
-#include "config_common.h"
/*
* Feature disable options
diff --git a/keyboards/atreyu/keymaps/default/config.h b/keyboards/atreyu/keymaps/default/config.h
index 748a95e439..f29353dbf5 100644
--- a/keyboards/atreyu/keymaps/default/config.h
+++ b/keyboards/atreyu/keymaps/default/config.h
@@ -16,7 +16,6 @@
#pragma once
-#include "config_common.h"
// place overrides here
#ifdef TAPPING_TERM
diff --git a/keyboards/atreyu/rev1/config.h b/keyboards/atreyu/rev1/config.h
index 36cf04dd86..da94244f77 100644
--- a/keyboards/atreyu/rev1/config.h
+++ b/keyboards/atreyu/rev1/config.h
@@ -16,7 +16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
@@ -50,11 +49,6 @@
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
-/* If defined, GRAVE_ESC will always act as ESC when CTRL is held.
- * This is userful for the Windows task manager shortcut (ctrl+shift+esc).
- */
-// #define GRAVE_ESC_CTRL_OVERRIDE
-
/*
* Feature disable options
* These options are also useful to firmware size reduction.
diff --git a/keyboards/atreyu/rev2/config.h b/keyboards/atreyu/rev2/config.h
index c87807dee9..ffffdaabd0 100644
--- a/keyboards/atreyu/rev2/config.h
+++ b/keyboards/atreyu/rev2/config.h
@@ -16,7 +16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
@@ -48,11 +47,6 @@
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
-/* If defined, GRAVE_ESC will always act as ESC when CTRL is held.
- * This is userful for the Windows task manager shortcut (ctrl+shift+esc).
- */
-// #define GRAVE_ESC_CTRL_OVERRIDE
-
/*
* Feature disable options
* These options are also useful to firmware size reduction.