summaryrefslogtreecommitdiffstats
path: root/keyboards/s65_plus/s65_plus.h
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-12-26 16:55:42 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-12-26 16:55:42 +0100
commitb7d2a9f980be009f5d40950cf649ce1086b821a9 (patch)
tree509f42ea55cfc629d6c6aee8be5471137cea57e6 /keyboards/s65_plus/s65_plus.h
parentee1be3e5b5a0259cc7d1c7a126ff7451acf3d6cb (diff)
downloadqmk_firmware-b7d2a9f980be009f5d40950cf649ce1086b821a9.tar.gz
qmk_firmware-b7d2a9f980be009f5d40950cf649ce1086b821a9.tar.xz
S65-Plus: refactor and Configurator support (#4725)
- s65_plus.h updated to #pragma once method - added info.json file
Diffstat (limited to 'keyboards/s65_plus/s65_plus.h')
-rw-r--r--keyboards/s65_plus/s65_plus.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/s65_plus/s65_plus.h b/keyboards/s65_plus/s65_plus.h
index 2ff445f6c..107557108 100644
--- a/keyboards/s65_plus/s65_plus.h
+++ b/keyboards/s65_plus/s65_plus.h
@@ -1,5 +1,4 @@
-#ifndef S60PLUS_H
-#define S60PLUS_H
+#pragma once
#include "quantum.h"
@@ -20,4 +19,3 @@
void matrix_init_user(void);
void matrix_scan_user(void);
-#endif