1
0
Fork 0

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
This commit is contained in:
noroadsleft 2019-01-20 18:19:10 -08:00 committed by MechMerlin
parent a0d5e270eb
commit 17fbfcb898
3 changed files with 82 additions and 6 deletions

View file

@ -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