aboutsummaryrefslogtreecommitdiff
path: root/keyboards/cu24/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/cu24/config.h')
-rw-r--r--keyboards/cu24/config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/cu24/config.h b/keyboards/cu24/config.h
index 7d1bae604..524d3f370 100644
--- a/keyboards/cu24/config.h
+++ b/keyboards/cu24/config.h
@@ -14,8 +14,7 @@
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16 16
17#ifndef CONFIG_H 17#pragma once
18#define CONFIG_H
19 18
20#include "config_common.h" 19#include "config_common.h"
21 20
@@ -159,5 +158,3 @@
159//#define NO_ACTION_ONESHOT 158//#define NO_ACTION_ONESHOT
160//#define NO_ACTION_MACRO 159//#define NO_ACTION_MACRO
161//#define NO_ACTION_FUNCTION 160//#define NO_ACTION_FUNCTION
162
163#endif