diff options
author | Joel Challis <git@zvecr.com> | 2021-09-13 14:59:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 14:59:53 +0100 |
commit | cb4346edb74b415928e3274d166802f5afd3004d (patch) | |
tree | ad9bb2c4bfbae0686a6c56184f312a82592107f3 /keyboards/hadron/ver2/config.h | |
parent | 8a3f97b20fe532ee9b085e8ba407bfcc8fac3504 (diff) |
Migrate hadron away from QWIIC_DRIVERS (#14415)
Diffstat (limited to 'keyboards/hadron/ver2/config.h')
-rw-r--r-- | keyboards/hadron/ver2/config.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/hadron/ver2/config.h b/keyboards/hadron/ver2/config.h index e051db209c..c992f7fe33 100644 --- a/keyboards/hadron/ver2/config.h +++ b/keyboards/hadron/ver2/config.h @@ -28,10 +28,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_COL_PINS { F6, F7, D6, C7, F5, F4, F1, F0, D2, D3, D5, B3, B2, B1, B0 } #define UNUSED_PINS - -#define USE_I2C -#define SSD1306OLED -#define OLED_ROTATE180 +// configure oled driver for the 128x32 oled +#define OLED_UPDATE_INTERVAL 33 // ~30fps /* ws2812 RGB LED*/ #define RGB_DI_PIN D4 |