Build Errors with Repeat Key #31
-
I'm working on adding the repeat key feature to my keebio nyquist keymap. I think this is a great feature and I'm excited to try this out especially in combination with Vim, but I'm getting some build errors. Any help getting this to build would be much appreciated. I'm following the basic build instructions on the qmk documentation: And I'm following these instructions to setup the repeat key. My keymap and rules file are attached as txt files. The command I'm running in the qmk console is Here are my build errors.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi! Thanks for your interest in Repeat Key! It looks like your QMK setup just needs to be updated. The |
Beta Was this translation helpful? Give feedback.
Hi! Thanks for your interest in Repeat Key! It looks like your QMK setup just needs to be updated. The
QK_MODS_GET_MODS
,QK_MODS_GET_BASIC_KEYCODE
, etc. that the build is complaining about were added to QMK relatively recently, I think it was this release: https://docs.qmk.fm/#/ChangeLog/20221126. Try runninggit pull
to update to the latest (more details in Updating your master branch).