Closed MacDamien closed 6 years ago
Maybe you need to #include "action_layer.h" ?
You have tad dance code. You need to make sure that the feature is actually enabled, as well.
Create a rules.mk
file, and place it with the keymap.c
file. Set its contents to:
TAP_DANCE_ENABLE = yes
And then recompile.
I resolved this issue, but I forgot to come back here, and now, I don't remember how I solved it. Thank you for your answers, but now I couldn't know if your solutions works.
Hi,
I try to create a keymap.c that fit with QMK.
I’m on MacOS High Sierra.
keymap.c.zip
what’s my terminal returns, a problem encountered by the linker… :
MBP-de-dv1-2:qmk_firmware dv$ make ergodox_ez:bepo_plover QMK Firmware 0.5.215 Making ergodox_ez with keymap bepo_plover
avr-gcc (GCC) 7.3.0 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
make[1]: [.build/ergodox_ez_bepo_plover.elf] Error 1 make: [ergodox_ez:bepo_plover] Error 1 Make finished with errors