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,5 +1,5 @@
|
|||
#include "onekey.h"
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
{{ KC_A }}
|
||||
LAYOUT( KC_A )
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue