mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-12 21:00:58 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
1d853c14f4
@ -3,12 +3,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
#ifdef OLED_ENABLE
|
||||
#define I2C1_SCL_PIN GP27
|
||||
#define I2C1_SDA_PIN GP26
|
||||
#define I2C_DRIVER I2CD2
|
||||
#define I2C_DRIVER I2CD1
|
||||
#define OLED_DISPLAY_128X32
|
||||
#define OLED_BRIGHTNESS 128
|
||||
#endif
|
||||
|
@ -34,4 +34,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define RP2040_FLASH_GENERIC_03H
|
||||
#define I2C1_SDA_PIN GP26
|
||||
#define I2C1_SCL_PIN GP27
|
||||
#define I2C_DRIVER I2CD2
|
||||
#define I2C_DRIVER I2CD1
|
||||
|
Loading…
Reference in New Issue
Block a user