SixKeyBoard refactor (#3193)
* Refactor: create matrix macro * Readme changes * Configurator support
This commit is contained in:
committed by
Drashna Jaelre
parent
2435a52655
commit
eccfb8d55e
@@ -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[] = {
|
||||
|
Reference in New Issue
Block a user