handwired/onekey Refactor and readme update (#4590)
* handwired/onekey: refactor - keyboard now uses a layout macro - keymap now uses #include QMK_KEYBOARD_H * handwired/onekey: readme update Updated Docs links.
This commit is contained in:
parent
753f57ee00
commit
090c30212e
3 changed files with 15 additions and 4 deletions
|
@ -1 +1,12 @@
|
|||
#include "quantum.h"
|
||||
#ifndef ONEKEY_H
|
||||
#define ONEKEY_H
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#define LAYOUT( \
|
||||
k00 \
|
||||
) { \
|
||||
{ k00 } \
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue