diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-01-20 18:19:10 -0800 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-01-20 18:19:10 -0800 |
commit | 17fbfcb898c8f765b94ef34cf3f6c9181c7a5c56 (patch) | |
tree | 6f5924ac5302f902e973aab9403a2a749c983269 /keyboards/plain60/plain60.h | |
parent | a0d5e270eb53c3511f756359d10158a7c6d4a6fe (diff) | |
download | firmware-17fbfcb898c8f765b94ef34cf3f6c9181c7a5c56.tar.gz firmware-17fbfcb898c8f765b94ef34cf3f6c9181c7a5c56.tar.bz2 firmware-17fbfcb898c8f765b94ef34cf3f6c9181c7a5c56.zip |
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.h | 5 |
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 |