Drashna Jaelre
c9cd92ece3
* [Keyboard] Corne rev4 * Remove unneeded update interval and moved split pin to dd * Cleanup config and errors * Move bootmagic config to dd * Re-add existing configs * Additional config fixes * shove off via keymap
9 lines
161 B
C
Executable file
9 lines
161 B
C
Executable file
// Copyright 2024 QMK
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include_next <mcuconf.h>
|
|
|
|
#undef RP_I2C_USE_I2C1
|
|
#define RP_I2C_USE_I2C1 TRUE
|