diff options
author | 2016-03-29 22:37:20 -0400 | |
---|---|---|
committer | 2016-03-29 22:37:20 -0400 | |
commit | 4a676746a6d8c9b47956f863ead335e995677c53 (patch) | |
tree | abec71f825ce412d13e057bc1bd89018cf3bb8f7 /keyboard/gh60/keymaps/plain.c | |
parent | 26513b497b8bae5160389c0beac2d45cbb29c50f (diff) | |
parent | 95fba250ef2029ccdedb34500c5d1e96f6d065cf (diff) | |
download | qmk_firmware-4a676746a6d8c9b47956f863ead335e995677c53.tar.gz |
Merge pull request #224 from NoahAndrews/make-keymap-names-consistent
Make keymap names more consistent
Diffstat (limited to 'keyboard/gh60/keymaps/plain.c')
-rw-r--r-- | keyboard/gh60/keymaps/plain.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboard/gh60/keymaps/plain.c b/keyboard/gh60/keymaps/plain.c new file mode 100644 index 000000000..3138c1807 --- /dev/null +++ b/keyboard/gh60/keymaps/plain.c @@ -0,0 +1,11 @@ +#include "keymap_common.h" + +const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { + /* 0: qwerty */ + KEYMAP(ESC, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, MINS,EQL, 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, \ + LCTL,LGUI,LALT, SPC, RALT,RGUI,APP, RCTL), +}; +const uint16_t PROGMEM fn_actions[] = {}; |