forked from mirrors/qmk_userspace
Kinesis refactor and Configurator update (#3245)
* Matrix refactor * Keymap refactor * Configurator support * Stapelberg readme formatting fix (missing grave accent)
This commit is contained in:
parent
3d831f3550
commit
f1344d1f1e
14 changed files with 359 additions and 165 deletions
|
@ -1,4 +1,4 @@
|
|||
#include "kinesis.h"
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
#define QWERTY 0 // Base qwerty
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
|||
*/
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[QWERTY] = KEYMAP(
|
||||
[QWERTY] = LAYOUT(
|
||||
KC_ESC, KC_F1 ,KC_F2 ,KC_F3 ,KC_F4 ,KC_F5 ,KC_F6 ,KC_F7 ,KC_F8,
|
||||
KC_EQL, KC_1 ,KC_2 ,KC_3 ,KC_4 ,KC_5 ,
|
||||
KC_TAB, KC_Q ,KC_W ,KC_E ,KC_R ,KC_T ,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue