Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GLOBE to keymap #240

Closed
davidmondok opened this issue Oct 2, 2023 · 2 comments
Closed

Add GLOBE to keymap #240

davidmondok opened this issue Oct 2, 2023 · 2 comments

Comments

@davidmondok
Copy link

Whenever I assign GLOBE to a key the make command fails with this error message:

CMake Error at /app/zephyr/cmake/modules/dts.cmake:230 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  /app/zephyr/cmake/modules/zephyr_default.cmake:108 (include)
  /app/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  /app/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:15 (find_package)

GLOBE would be the special fn key on a Mac keyboard that I'm trying to setup with my new Advantage360 Pro. Adv360-Pro-GUI doesn't offer GLOBE, as a choice so I used https://nickcoutsos.github.io/keymap-editor/, which honestly, is simply the better editor due to including modifiers. But I also edited a working keymap myself to make sure, the editor wasn't causing the problem and got the same error.

@ReFil
Copy link
Collaborator

ReFil commented Oct 2, 2023

Globe key is not currently implemented on the 360 pro and will be brought in with the next minor update when it happens. There are workarounds to implement the globe key, see this issue for an example of how to implement it right now in your config repo. Closing issue as solved for now, will comment on it when the update happens and the globe key can be implemented normally like any other keycode

@ReFil ReFil closed this as completed Oct 2, 2023
@ReFil
Copy link
Collaborator

ReFil commented Oct 23, 2023

This update has happened now so you should be able to use the globe key

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants