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
I do SEND_STRING("for(int i = 0; i < ; i++) {}" and I get for(int i = 0; i < ; i++) {}6` . Notice the 6` at the end. This occurs for strings over a certain length. It always adds some number followed by a backtick.
Keyboard Used
custom
Link to product page (if applicable)
No response
Operating System
rp2040 keyboard and macos
qmk doctor Output
❯ qmk doctor
Ψ QMK Doctor is checking your environment.
Ψ CLI version: 1.1.2
Ψ QMK home: /Users/gp/git/qmk_firmware
Ψ Detected macOS 13.4.1 (Intel).
Ψ Userspace enabled: False
Ψ Git branch: master
Ψ Repo version: 0.27.0
⚠ Git has unstashed/uncommitted changes.
⚠ The official repository does not seem to be configured as git remote "upstream".
Ψ CLI installed in virtualenv.
☒ Can't find avr-gcc in your path.
Would you like to install dependencies? [Y/n] n
Ψ Found arm-none-eabi-gcc version 12.2.1
Ψ Successfully compiled using arm-none-eabi-gcc
Ψ Successfully tested arm-none-eabi-binutils using arm-none-eabi-size
⚠ Unknown version for avr-gcc
Ψ Found avrdude version 7.2
Ψ Found dfu-programmer version 1.1.0
Ψ Found dfu-util version 0.11
Ψ Submodules are up to date.
Ψ Submodule status:
Ψ - lib/chibios: 2024-02-17 19:20:06 +0000 -- (be44b33)
Ψ - lib/chibios-contrib: 2024-04-03 20:39:24 +0800 -- (77cb0a4)
Ψ - lib/googletest: 2021-06-11 06:37:43 -0700 -- (e2239ee)
Ψ - lib/lufa: 2022-08-26 12:09:55 +1000 -- (549b973)
Ψ - lib/vusb: 2022-06-13 09:18:17 +1000 -- (819dbc1)
Ψ - lib/printf: 2022-06-29 23:59:58 +0300 -- (c2e3b4e)
Ψ - lib/pico-sdk: 2023-02-12 20:19:37 +0100 -- (a3398d8)
Ψ - lib/lvgl: 2022-04-11 04:44:53 -0600 -- (e19410f)
Ψ Major problems detected, please fix these problems before proceeding.
Ψ Check out the FAQ (https://docs.qmk.fm/#/faq_build) or join the QMK Discord (https://discord.gg/qmk) for help.
No I do not have karabiner installed. It is a clean macos system. The spurious keys get inserted after the usb report for all the typed keys is sent. I have not debugged this further. Here is my keyboard:
Describe the Bug
I do
SEND_STRING("for(int i = 0; i < ; i++) {}"
and I getfor(int i = 0; i < ; i++) {}6`
. Notice the6`
at the end. This occurs for strings over a certain length. It always adds some number followed by a backtick.Keyboard Used
custom
Link to product page (if applicable)
No response
Operating System
rp2040 keyboard and macos
qmk doctor Output
The text was updated successfully, but these errors were encountered: