Merge pull request #859 from keyboardio/device/dygma/i2c-tuning

dygma/Raise: Decrease the I2C clock to 100kHZ
pull/860/head
Jesse Vincent 4 years ago committed by GitHub
commit 0a9441334c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@
#include "kaleidoscope/driver/color/GammaCorrection.h"
#include "kaleidoscope/driver/keyscanner/Base_Impl.h"
#define I2C_CLOCK_KHZ 200
#define I2C_CLOCK_KHZ 100
#define I2C_FLASH_CLOCK_KHZ 100 // flashing doesn't work reliably at higher clock speeds
#define SIDE_POWER 1 // side power switch pa10

Loading…
Cancel
Save