summaryrefslogtreecommitdiffstats
path: root/keyboards/plain60/plain60.h
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2019-01-21 03:19:10 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-01-21 03:19:10 +0100
commit17fbfcb898c8f765b94ef34cf3f6c9181c7a5c56 (patch)
tree6f5924ac5302f902e973aab9403a2a749c983269 /keyboards/plain60/plain60.h
parenta0d5e270eb53c3511f756359d10158a7c6d4a6fe (diff)
downloadqmk_firmware-17fbfcb898c8f765b94ef34cf3f6c9181c7a5c56.tar.gz
qmk_firmware-17fbfcb898c8f765b94ef34cf3f6c9181c7a5c56.tar.xz
Plain60 Configurator support and cleanup (#4888)
* Plain60: remove redundant include guard from plain60.h Superseded by #pragma once. * Plain60: add Docs links to readme file * Plain60: Configurator support
Diffstat (limited to 'keyboards/plain60/plain60.h')
-rw-r--r--keyboards/plain60/plain60.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/plain60/plain60.h b/keyboards/plain60/plain60.h
index 01a6216a7..f7b497bab 100644
--- a/keyboards/plain60/plain60.h
+++ b/keyboards/plain60/plain60.h
@@ -1,8 +1,5 @@
#pragma once
-#ifndef PLAIN60_H
-#define PLAIN60_H
-
#include "quantum.h"
// readability
@@ -25,5 +22,3 @@
void matrix_init_user(void);
void matrix_scan_user(void);
-
-#endif