László Monda
fa558abef3
Add LED_DRIVERS_ENABLED
2017-12-28 00:08:29 +01:00
László Monda
ae4d60882f
Use interrupt based keyboard matrix scanning for the right keyboard half. Get rid of INTERRUPT_KEY_SCANNER
2017-11-13 02:18:55 +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
e57d199b40
Move FIXED_BUSPAL_BOOTLOADER to buspal/command.c
2017-10-21 03:53:01 +02:00
László Monda
95faf64b76
Remove the now unused FORCE_BUSPAL macro.
2017-10-21 03:50:07 +02:00
László Monda
af52c017d8
No need to assign a value to I2C_WATCHDOG. Just define it.
2017-10-04 13:02:40 +02:00
László Monda
316602bb02
Rename the obsoleted LED_DRIVER_FORCE_UPDATE macro to LED_DRIVER_STRESS_TEST.
2017-10-04 12:59:05 +02:00
László Monda
992fea28ad
Split LED_DRIVER_STRESS_TEST as I2C_WATCHDOG and LED_DRIVER_FORCE_UPDATE
2017-08-19 12:31:49 +02:00
László Monda
48429f1efe
Add FORCE_BUSPAL
2017-08-06 17:37:49 +02:00
László Monda
68e2dab576
Add config.h and move LED_DRIVER_STRESS_TEST and FIXED_BUSPAL_BOOTLOADER to it.
2017-08-06 17:28:32 +02:00