Closed pvinis closed 8 years ago
For me it doesn't compile because of unknown field error. I am getting unknown field 'fn' specified in initializer.
@moonrumble get the makefile too https://github.com/pvinis/qmk_firmware/blob/pvinis/keyboards/ergodox_ez/keymaps/pvinis/Makefile
Yes, I have those option enable in the Make file. I am not expert on c but it has to do with annonomous struct
ok, i figured it out. it was because with the makefile the .hex was in another directory, and teensy still had the old one. i changed the file and it worked. im adding a feature for tap dance. i will make an issue for it, or a pr directly.
It doesn't compile for me in windows. are you using windows machine to compile the software?
im on osx
@moonrumble,
I don't think it's related to the operation system or compiler version, but rather something in your keymap file, so could you please share it?
I can't compile anything with TapDance feature not only my keymaps. I think it is to do with windows-cygwin and avr compiler.
i used it like this https://github.com/pvinis/qmk_firmware/blob/pvinis/keyboards/ergodox_ez/keymaps/pvinis/keymap.c
it should type
A
orB
, andC
orD
with theBASE
layer top left buttons.i press them, but they do nothing.