diff options
author | Drashna Jaelre <drashna@live.com> | 2018-05-20 21:45:38 -0700 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2018-05-20 21:45:38 -0700 |
commit | 9483a88d75fc6fd42c1ad138cf39e66e1874dcb5 (patch) | |
tree | 704383c49574bc9c4da4b82c171d7b03f7e24b92 /layouts/community | |
parent | 4dc89d974b5faa6c39281f07f901877541ca8b12 (diff) | |
download | qmk_firmware-9483a88d75fc6fd42c1ad138cf39e66e1874dcb5.tar.gz qmk_firmware-9483a88d75fc6fd42c1ad138cf39e66e1874dcb5.zip |
Add 80 key layout to Ergodone, as it appears to support it (#2984)
* Add 80 key layout to Ergodone
* Add layouts
* Missed a comma .....
Diffstat (limited to 'layouts/community')
-rw-r--r-- | layouts/community/ergodox/drashna/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/community/ergodox/drashna/keymap.c b/layouts/community/ergodox/drashna/keymap.c index b3fe274a5b..92c790957f 100644 --- a/layouts/community/ergodox/drashna/keymap.c +++ b/layouts/community/ergodox/drashna/keymap.c @@ -250,7 +250,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { ), [_RAISE] = LAYOUT_ergodox_pretty_wrapper( - _______, _________________FUNC_LEFT_________________, _______, _______, _________________FUNC_RIGHT________________, _______, + _______, _________________FUNC_LEFT_________________, _______, _______, _________________FUNC_RIGHT________________, KC_F11, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_BSLS, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_RSFT, |