aboutsummaryrefslogtreecommitdiff
path: root/keyboards/hadron/ver3/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hadron/ver3/config.h')
-rw-r--r--keyboards/hadron/ver3/config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/hadron/ver3/config.h b/keyboards/hadron/ver3/config.h
index 574dc6b01..87d01726f 100644
--- a/keyboards/hadron/ver3/config.h
+++ b/keyboards/hadron/ver3/config.h
@@ -15,8 +15,7 @@
15 * along with this program. If not, see <http://www.gnu.org/licenses/>. 15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
16 */ 16 */
17 17
18#ifndef REV3_CONFIG_H 18#pragma once
19#define REV3_CONFIG_H
20 19
21/* USB Device descriptor parameter */ 20/* USB Device descriptor parameter */
22#define DEVICE_VER 0x0003 21#define DEVICE_VER 0x0003
@@ -186,5 +185,3 @@
186// #define RGB_MATRIX_KEYPRESSES 185// #define RGB_MATRIX_KEYPRESSES
187 186
188#define SOLENOID_PIN A14 187#define SOLENOID_PIN A14
189
190#endif