aboutsummaryrefslogtreecommitdiff
path: root/keyboards/fc660c/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/fc660c/config.h')
-rw-r--r--keyboards/fc660c/config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/fc660c/config.h b/keyboards/fc660c/config.h
index e979daf33..460881cb1 100644
--- a/keyboards/fc660c/config.h
+++ b/keyboards/fc660c/config.h
@@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17 17
18#ifndef CONFIG_H 18#pragma once
19#define CONFIG_H
20 19
21#include "config_common.h" 20#include "config_common.h"
22 21
@@ -80,5 +79,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
80// test all keys before further adjustment. 79// test all keys before further adjustment.
81// this should probably stay in the range +/-5. 80// this should probably stay in the range +/-5.
82// #define ACTUATION_DEPTH_ADJUSTMENT 0 81// #define ACTUATION_DEPTH_ADJUSTMENT 0
83
84#endif