1
0
Fork 0

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:
noroadsleft 2018-12-10 09:22:50 -08:00 committed by MechMerlin
parent 753f57ee00
commit 090c30212e
3 changed files with 15 additions and 4 deletions

View file

@ -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 )
};