From 581583953d6d2352d5f9121ce007697cea70cbd4 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 16 Aug 2016 12:21:36 -0500 Subject: [PATCH] add plover map --- keyboards/ergodox/keymaps/don/keymap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/ergodox/keymaps/don/keymap.c b/keyboards/ergodox/keymaps/don/keymap.c index 95d9af581..38fa1ed1b 100644 --- a/keyboards/ergodox/keymaps/don/keymap.c +++ b/keyboards/ergodox/keymaps/don/keymap.c @@ -186,7 +186,7 @@ const uint16_t PROGMEM fn_actions[] = { [4] = ACTION_LAYER_SET(NUMP, ON_PRESS), // FN4 - push Layer4 [5] = ACTION_LAYER_SET(BASE, ON_PRESS), // FN5 - push Layer0 [6] = ACTION_LAYER_SET(SYMB, ON_PRESS), // FN6 - push Layer1 - [7] = ACTION_LAYER_SET(PLVR, ON_PRESS), // FN7 - push Layer5 + [6] = ACTION_LAYER_SET(PLVR, ON_PRESS), // FN7 - push Layer5 }; const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) -- 2.39.5