diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-07-04 18:00:53 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-04 18:00:53 -0700 |
commit | 3bbf11d11010bb908741f8b574a493b9057b1304 (patch) | |
tree | 80f685ee254e0b6db737947b5115379c39a9cd38 /keyboards/s60_x/keymaps/custom/keymap.c | |
parent | 3204dec09636f94275707368fb1ba37632c82042 (diff) |
S60-X refactor and Configurator support (#3304)
* Matrix refactor
* Keymap refactor
* Configurator update
* Rules: added layouts 60_ansi, 60_ansi_split_bs_rshift and 60_iso
Diffstat (limited to 'keyboards/s60_x/keymaps/custom/keymap.c')
-rw-r--r-- | keyboards/s60_x/keymaps/custom/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/s60_x/keymaps/custom/keymap.c b/keyboards/s60_x/keymaps/custom/keymap.c index 1130a04f24..942fadf4a8 100644 --- a/keyboards/s60_x/keymaps/custom/keymap.c +++ b/keyboards/s60_x/keymaps/custom/keymap.c @@ -18,7 +18,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { /* 0: ANSI qwerty */ - LAYOUT_legacy(GRV, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, MINS, EQL, PGUP, BSPC, \ + LAYOUT_kc(GRV, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, MINS, EQL, PGUP, BSPC, \ TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC, RBRC, BSLS, \ CAPS, A, S, D, F, G, H, J, K, L, SCLN, QUOT, PGDN, ENT , \ LSFT, HOME, Z, X, C, V, B, N, M, COMM, DOT, SLSH, END, RSFT, UP, \ |