Coder Social home page Coder Social logo

Comments (2)

sb-ocr avatar sb-ocr commented on September 18, 2024 1

Thank you for checking out the project.

1- As you said the footprint of the board you chose isn't compatible with this PCB. So if you're going to design a new one for it to fit, it should be fine. The other thing is the castellated pads, this board doesn't have them and to solder it directly to a PCB you would need to use use some shortened headers for example.

2- Yes you need more pins to add more switches in your matrix but usually it's in a grid configuration. If we take the example you provided 4 x 5. You can setup this as 4 columns and 5 rows (or the other way around) for a total of 9 pins to detect 20 keys, the diodes will prevents the current to go backwards (and causing ghost keystrokes). After you initialize the keyboard class in KMK you supply the row pins, the columns pins and the diodes orientation. The matrix scanner isn't the only one available in KMK you can checkout this part of the documentation for more options on how to add other hardware.

3- Yes, this concept is called Layers in keyboard firmware. You can jump between them in different ways: Toggle, Momentary hold or even Tap dance (that's what I used to toggle the midi layer in this project)

I hope this answered all your questions. Best of luck!

from ocreeb-12.

ItaloKnox avatar ItaloKnox commented on September 18, 2024

Thanks for taking the time to explain it. The whole thing is a lot clearer now that I can reference the parts I didn't understand directly from the KMK firmware. Going to give it a try once all pieces needed are here. Thanks again!

from ocreeb-12.

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.