SixKeyBoard refactor (#3193)
* Refactor: create matrix macro * Readme changes * Configurator support
This commit is contained in:
parent
2435a52655
commit
eccfb8d55e
4 changed files with 42 additions and 14 deletions
|
@ -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[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue