Giter VIP home page Giter VIP logo

Comments (8)

idesignstuff avatar idesignstuff commented on August 14, 2024 1

ok, to get the right encoder to work too, I needed to add

CONFIG_EC11=y
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y

to klein_right.conf

With that change, they are both behaving. Thanks so much!

from klein-zmk.

snsten avatar snsten commented on August 14, 2024

I looked at the infused-kim/zmk repo it doesn't seem to have the seeeduino_xiao_ble board defined at infused-kim/zmk/tree/sofle/app/boards/arm.

To get this working I need a seeeduino_xiao_ble compatible fork, or the original pr merged with the main repo.
The split encoder pr is very old and would require a rebase with the current code changes.

from klein-zmk.

snsten avatar snsten commented on August 14, 2024

Ignore the previous comment I was on the wrong branch on the infused-kim/zmk repo.
Fixing that now both encoders seems to work correctly, you can check the details in the latest commit.

from klein-zmk.

idesignstuff avatar idesignstuff commented on August 14, 2024

Thanks for looking again!
I've made the changes you suggested, but my GH actions fail. I'm sure it's a typo I made...

from klein-zmk.

idesignstuff avatar idesignstuff commented on August 14, 2024
FATAL ERROR: command exited with status 1: /usr/local/bin/cmake -DWEST_PYTHON=/usr/bin/python3 -B/__w/Klein-zmk/Klein-zmk/build -S/__w/Klein-zmk/Klein-zmk/zmk/app -GNinja -DBOARD=seeeduino_xiao_ble -DZMK_CONFIG=/__w/Klein-zmk/Klein-zmk/config -DSHIELD=klein_left
Error: Process completed with exit code 1.

Same type of error for all three artifacts. Am I missing the connection to my klein config repo?

from klein-zmk.

idesignstuff avatar idesignstuff commented on August 14, 2024

warning: ZMK_SPLIT_ROLE_CENTRAL (defined at /__w/Klein-zmk/Klein-zmk/config/boards/shields/klein/Kconfig.defconfig:6, /__w/Klein-zmk/Klein-zmk/config/boards/shields/klein/Kconfig.defconfig:6) defined without a type

Where do I define a type?

from klein-zmk.

snsten avatar snsten commented on August 14, 2024

Replace the ZMK_SPLIT_ROLE_CENTRAL with ZMK_SPLIT_BLE_ROLE_CENTRAL in Kconfig.defconfig.
It seems to be renamed from the docs but the dual encoder pr still uses the old name.

from klein-zmk.

idesignstuff avatar idesignstuff commented on August 14, 2024

That change got it to build. How do I make sense of the errors to diagnose? Not very clear...

from klein-zmk.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.