László Monda
dd7b0a6e3b
Make builds parallel by adding -j8 to make commands in build configurations and external tool configurations.
2018-05-07 00:58:13 +02:00
László Monda
59396baf76
Don't make external configurations overwrite PATH.
2018-05-06 23:23:23 +02:00
Kristian Sloth Lauszus
3cb0490e5e
Modified launch configurations to use the Makefile to flash the firmware
2018-05-06 20:16:51 +02:00
László Monda
272ff3ccbe
Tweak firmware updater script paths according to the changes of the Agent repo.
2017-11-08 18:33:00 +01:00
László Monda
49a94d82b0
Move update-{master,slave}-firmware.js and shared.js into the Agent repo and reference those scripts.
2017-11-08 01:27:49 +01:00
László Monda
00dfd96d55
Instead of scanning the keyboard matrix from the main loop and utilizing busy loops, try to use a PIT interrupt handler to do the same thing, scanning one row per interrupt call without busy loops.
...
For some reason, this makes the movement of the mouse pointer very slow and makes it jump from time to time, so I ended up adding INTERRUPT_KEY_SCANNER and disabling the timer interrupt.
Also double bufferred the mouse report just like the others. Unfortunately this does not affect this issue.
2017-11-02 01:11:41 +01:00
László Monda
ba5a49f7d1
Hoist {left,right}/build/kds/* to {left,right}/build to simplify the directory hierarchy.
2017-10-31 23:11:22 +01:00