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:
parent
a0d5e270eb
commit
17fbfcb898
3 changed files with 82 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue