summaryrefslogtreecommitdiff
path: root/keyboards/demiurge/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/demiurge/config.h')
-rwxr-xr-xkeyboards/demiurge/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/demiurge/config.h b/keyboards/demiurge/config.h
index f20f07c584..abdb5f9fa5 100755
--- a/keyboards/demiurge/config.h
+++ b/keyboards/demiurge/config.h
@@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
@@ -30,11 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 5
-
-/* number of backlight levels */
-
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 1
#endif