question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issues with QMK configurator when compiling Helix firmware.

See original GitHub issue

When compiling firmware on QMK configurator, repeated errors occur with Helix builds. This prevents the firmware from being downloaded. The following is the error reported in the command window:

| | .build/obj_helix_rev2_back_oled_default_583be4a/keyboards/helix/rev2/rev2.o: In function matrix_init_kb': | /qmk_compiler/qmk_firmware/keyboards/helix/rev2/rev2.c:25: undefined reference to is_helix_master’ | collect2: error: ld returned 1 exit status | makek:300: .build/helix_rev2_back_oled_default_583be4a.elf] Error 1 make: *** akefile:579: helix/rev2/back/oled:default_583be4a] Error 1 ake finished with errors 

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
mteicommented, Dec 11, 2020

I made a workaround for the compile error on QMK configurator.

Currently the following two targets are compilable.

  • helix/pico/qmk_conf (The setting in rules.mk for the keymap level will be ignored.)
  • helix/rev2/qmk_conf (The setting in rules.mk for the keymap level will be ignored.)
1reaction
mteicommented, Mar 18, 2020

Known issue.

If I only need to fix the Helix code, I can fix it right away, but unfortunately I need to change the qmk core and it will take some time.

Read more comments on GitHub >

github_iconTop Results From Across the Web

QMK Configurator has errors when compiling for Helix/Pico
When I try to compile the firmware on QMK configurator, I get this error when choosing helix/pico using the default keyboard:.
Read more >
All recent changes in QMK - QMK Firmware
This commit fixes various issues and optimizes the Combo feature. ... Now, they can be grouped in the QMK Configurator. Added APA102 support....
Read more >
SofleKeyboard build log/guide - – Josef Adamčík
Firmware and programming. So far the firmware is not part of the QMK Firmware repository. There's also no support for QMK Configurator. Keep ......
Read more >
Sofle Keyboard - build guide (Choc) - GitHub Pages
A split keyboard based on Lily58, Crkbd and Helix keyboards. ... The following is needed to build the keyboard: ... The Sofle Choc...
Read more >
Corne Custom Keyboard | Jing
A default firmware configuration is also open-sourced on QMK. ... The Challenges; Custom Keymap; Automating QMK firmware building with ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found