diff options
author | Felix Uhl <felix.uhl@outlook.de> | 2016-08-14 13:07:03 +0200 |
---|---|---|
committer | Felix Uhl <felix.uhl@outlook.de> | 2016-08-14 13:07:03 +0200 |
commit | df01d502d4b531cc29b3277e093dcf3b63150647 (patch) | |
tree | 5338453e0b902ad7ada886bf948c21bf5e0799ef /keyboards/s60-x/keymaps/plain/keymap.c | |
parent | 6774f300da7954e3009d6c9b1ee7611327e7378a (diff) | |
download | qmk_firmware-df01d502d4b531cc29b3277e093dcf3b63150647.tar.gz |
Ported all keymaps
Old TMK keymaps were ported and confirmed to compile
All keymaps compiled and added to zip-archive.
Documentation was updated.
Diffstat (limited to 'keyboards/s60-x/keymaps/plain/keymap.c')
-rw-r--r-- | keyboards/s60-x/keymaps/plain/keymap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/s60-x/keymaps/plain/keymap.c b/keyboards/s60-x/keymaps/plain/keymap.c index 0f0cdee2a..790ac88e7 100644 --- a/keyboards/s60-x/keymaps/plain/keymap.c +++ b/keyboards/s60-x/keymaps/plain/keymap.c @@ -1,4 +1,4 @@ -#include "keymap_common.h" +#include "s60-x.h" /* Main layer: ┌─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┐ @@ -14,9 +14,9 @@ └─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┘ */ -const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { +const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { /* 0: qwerty */ - KEYMAP(ESC, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, MINS, EQL, NO, BSPC, \ + LEGACY_KEYMAP(ESC, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, MINS, EQL, NO, 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, NO, ENT, \ LSFT, NO, Z, X, C, V, B, N, M, COMM, DOT, SLSH, NO, RSFT, NO, \ |