1
0
Fork 0

SixKeyBoard refactor (#3193)

* Refactor: create matrix macro

* Readme changes

* Configurator support
This commit is contained in:
noroadsleft 2018-06-16 08:02:11 -07:00 committed by Drashna Jaelre
parent 2435a52655
commit eccfb8d55e
4 changed files with 42 additions and 14 deletions

View file

@ -1,12 +1,12 @@
#include "sixkeyboard.h"
#include QMK_KEYBOARD_H
#include "matrix.h"
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = {
{KC_A, KC_B, KC_C},
{KC_D, KC_E, KC_F}
}
[0] = LAYOUT(
KC_A, KC_B, KC_C, \
KC_D, KC_E, KC_F \
)
};
const uint16_t PROGMEM fn_actions[] = {