-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- During HID-IO testing there was a lot of LED flickering with ATSAM4S I2C + ISSI I2C devices running faster than 400 kHz (mainly 31FL3733) - With a bunch of testing the baud rate was brought down to 460 kHz from 800 kHz and the clock divider was increased to 1. - This means it's very difficult to maintain 100 FPS (83.33 FPS, 2 levels down has a solid lock). - This issue does not affect newer keyboards that used ISSI SPI controllers (currently the preferred controller) - Reorganized LED_reset code for I2C ISSI Chips * Removed last is first synchronization hack/fix (causing initialization errors) * Increase I2C bus speed to reduce the chance of noise errors during initialization, then reduce to normal speed
- Loading branch information
Showing
5 changed files
with
85 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters