You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I compile the master branch on Ubuntu 14.04, the keyboard does nothing, the OS (Windows), does not receive any key presses. The result is the same when it is compiled on Ubuntu 12.10.
On the other hand, the partial-rewrite branch does work as expected.
I have the same issue, compiling on Windows 7 SP1. After checking out some older commits I noticed that the problem disappears after checking out commit 1e9ebe4 so problem seems to be related to pull request #23.
As hontvari mentions, the partial-rewrite branch works fine.
I'm using WinAVR with Teensy Loader 1.17.
If I compile the master branch on Ubuntu 14.04, the keyboard does nothing, the OS (Windows), does not receive any key presses. The result is the same when it is compiled on Ubuntu 12.10.
On the other hand, the partial-rewrite branch does work as expected.
How to reproduce:
sudo apt-get install git make gcc-avr binutils-avr avr-libc
git clone https://github.com/benblazak/ergodox-firmware.git
mv ergodox-firmware/ ergodox
cd ergodox/src
make
Upload using Teensy Loader 1.17, reboot. The keyboard does nothing when for example J is pressed.
The text was updated successfully, but these errors were encountered: