aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/dvorak_plover/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ergodox/dvorak_plover/keymap.c')
-rw-r--r--layouts/community/ergodox/dvorak_plover/keymap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/layouts/community/ergodox/dvorak_plover/keymap.c b/layouts/community/ergodox/dvorak_plover/keymap.c
index 4d1122473..24746c751 100644
--- a/layouts/community/ergodox/dvorak_plover/keymap.c
+++ b/layouts/community/ergodox/dvorak_plover/keymap.c
@@ -178,10 +178,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
178 ), 178 ),
179}; 179};
180 180
181const uint16_t PROGMEM fn_actions[] = {
182 [1] = ACTION_LAYER_TAP_TOGGLE(SYMB) // FN1 - Momentary Layer 1 (Symbols)
183};
184
185const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) 181const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
186{ 182{
187 // MACRODOWN only works in this function 183 // MACRODOWN only works in this function