-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Testing GH60 firmware without PCB #56
Comments
Hi, ... I tried and confirmed this works, you mean like this? Download this to your board and short pins PD0 and PD1, you will get 'a' key. |
Ah... maybe... this is not what you want. Let me know if not. |
Onekey keyboard works. That is exactly what I wanted to test. Thanks. |
fix number pad for german keys
Onekey is not compiling for me on OS X avr-gcc (GCC) 6.2.0
|
Hmm, maybe gcc version? Ive used 4.9 iirc and never tried with 6. Checked binutil version? See caveats. Or just use other older versions if possible. |
@ TMK, the same occurred with 4.8. We are both talking on GH and can resolve it there. If we DO need specific versions to build... do we know the ones to install on vanilla Ubuntu? |
Confirmed. I'll look into other places too and update them later. |
Hi,
I am trying to make NKRO keyboard. It uses keyboard matrix with soldered wires instead of PCB board (as in the project http://blog.fsck.com/2013/04/index.html). I want to use or to modify the gh60 firmware for my needs. Is it possible to test the firmware with only one key? I am not sure that I will connect right all the wires of my matrix form the first time. I would like to minimize the errors. So I would like to know if the software works fine before I make the hardware part. It seems that the firmware scans for the matrix, but I am not sure if it will works with only one key connected to atmel AVR board (arduino micro in my case).
The text was updated successfully, but these errors were encountered: