* add sofle_choc_pro keyboard by keebart * better bootloader instructions * remove duplicate line of code * fix rgb matrix --------- Co-authored-by: Alexei Torgashov <alexei.torgashov@yahoo.de>
6 lines
93 B
C
6 lines
93 B
C
#pragma once
|
|
|
|
#include_next <mcuconf.h>
|
|
|
|
#undef RP_I2C_USE_I2C1
|
|
#define RP_I2C_USE_I2C1 TRUE
|