You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is a problem for via or qmk but since I am using the dilemma this repo was my first choice. Any suggestions of a better forum are welcome.
After having compiled a via keymap it is impossible to generate never versions of keymap.c (like this), even when using -c
For example:
qmk compile -kb bastardkb/dilemma/3x5_2/assembled -km via -c
The compilation is successful and flashing works too, but they don't reflect changes on keymap.c.
I have tried to purposely break the syntax of keymap.c as a control and, as expected, compilation doesn't complete.
I have tried freshly cloned repose, running make distclean within qmk_firmware and nothing works.
Non-VIA-based keymaps work fine so my setup is functional, at least at that level.
As an example of what I mean with 'never versions of keymap.c':
Not sure if this is a problem for via or qmk but since I am using the dilemma this repo was my first choice. Any suggestions of a better forum are welcome.
After having compiled a
via
keymap it is impossible to generate never versions ofkeymap.c
(like this), even when using-c
For example:
The compilation is successful and flashing works too, but they don't reflect changes on
keymap.c
.I have tried to purposely break the syntax of
keymap.c
as a control and, as expected, compilation doesn't complete.I have tried freshly cloned repose, running
make distclean
within qmk_firmware and nothing works.Non-VIA-based keymaps work fine so my setup is functional, at least at that level.
As an example of what I mean with 'never versions of keymap.c':
This is the original
A newer version (changed
KC_P
toQK_BOOT
)The text was updated successfully, but these errors were encountered: