Giter VIP home page Giter VIP logo

Comments (5)

tdegrunt avatar tdegrunt commented on July 18, 2024

This is probably because fusion's key code outputs (slightly) different keycodes (ErgodoxEZ used TMK firmware first). QMK's TO is using an additional parameter:

https://github.com/jackhumbert/qmk_firmware/blob/master/quantum/keymap_common.h#L175

Fusion isn't finished (yet), so this is one thing we need to fix.

Basically it should say TO(1,ON_PRESS). What remains is how many keys are in the [0] = KEYMAP line, it should correspond with the KEYMAP macro. Ergodox has 76 keys, so there should be 76 entries on that line.

from reactor.

lalomartins avatar lalomartins commented on July 18, 2024

Well, I really want to play with my shiny new keyboard ;-) and I have a bit more time, so I'll give this a try. If it works, I'll see if I can submit PRs.

Thanks!

from reactor.

lalomartins avatar lalomartins commented on July 18, 2024

So is it TO(x,ON_KEYPRESS), or is it TG(x)? I tried the former as you said, but then just setting TRANSPARENT on the same position of the other layer won't switch back. I solved that by putting TO(0,ON_KEYPRESS) on the other layer, but after sleeping on it I guess it was just mean to be TG?

from reactor.

tdegrunt avatar tdegrunt commented on July 18, 2024

It's TG(1) indeed, I got confused. Last work has been done here by the way: https://github.com/ErgoDox-EZ/fusion-rails

from reactor.

lalomartins avatar lalomartins commented on July 18, 2024

GTK, I was confused by the two repos. Thanks!

(BTW as you probably inferred, I got mine working. Joy.)

from reactor.

Related Issues (8)

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.