aboutsummaryrefslogtreecommitdiff
path: root/keyboards/sentraq/s65_plus/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/sentraq/s65_plus/config.h')
-rw-r--r--keyboards/sentraq/s65_plus/config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/sentraq/s65_plus/config.h b/keyboards/sentraq/s65_plus/config.h
index 4d4819efc..2f02e8e16 100644
--- a/keyboards/sentraq/s65_plus/config.h
+++ b/keyboards/sentraq/s65_plus/config.h
@@ -1,5 +1,4 @@
1#ifndef CONFIG_H 1#pragma once
2#define CONFIG_H
3 2
4#include "config_common.h" 3#include "config_common.h"
5 4
@@ -45,5 +44,3 @@
45 44
46/* Locking resynchronize hack */ 45/* Locking resynchronize hack */
47#define LOCKING_RESYNC_ENABLE 46#define LOCKING_RESYNC_ENABLE
48
49#endif