#2 Different Keyboard Scan Configuration

1 messages · Page 1 of 1 (latest)

hasty idol
#

To simplify my matrix, I decided to leave out the thumb fan portion of my keyboard so that my matrix would look more grid like and be easier to make. I then just wired the thumbfan switches directly to my micro controller to make things simple, but I dont know how to configure the matrix keyboard scan configuration and a direct gpio keyboard scan configuration in ZMK. I have attempted to add it to my code, but it does not seem to work. if anyone knows how to setup multiple different configurations, then I would greatly appreciate some wisdom

here is the github btw: https://github.com/NickGuy123/zmk-config-Jericho/actions

GitHub

Contribute to NickGuy123/zmk-config-Jericho development by creating an account on GitHub.

#

here is a picture as reference for the board I am building btw. the thumbfan are those 3 keys on the bottom right. I excluded those from the matrix because the board aligns very well and makes the matrix simple

dim crystal
hasty idol
#

i must have completely missed that when reading over thatj

#

oops

#

thank you tho

hasty idol
#

Hey, im trying to debug my code currently and im at a point where I think I just need a second pair of eyes to look over it

#

currently getting a device tree error in my left overlay file along with a cmake error

dim crystal
#

Missing a ; at the end of boards/shields/jericho/jericho.dtsi

hasty idol
#

indeed i did, ive been searching for that error since yesterday but turns out it was just something super simple