diff options
| author | Ryan | 2024-02-15 08:11:50 +0100 |
|---|---|---|
| committer | GitHub | 2024-02-15 08:11:50 +0100 |
| commit | a9f1105f98ecca299d401f81cd5cc1699683e2ce (patch) | |
| tree | 879817fceabf9bbfaac7666999eb87c7a6693309 /keyboards/teleport/native/config.h | |
| parent | 0b7df03ab77552da806ed0b62d95fbf4199a534d (diff) | |
LED drivers: add support for shutdown pin (#23058)
* LED drivers: add support for shutdown pin
* Update candidate boards
Diffstat (limited to 'keyboards/teleport/native/config.h')
| -rw-r--r-- | keyboards/teleport/native/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/teleport/native/config.h b/keyboards/teleport/native/config.h index acb481bc96..31d0025883 100644 --- a/keyboards/teleport/native/config.h +++ b/keyboards/teleport/native/config.h @@ -26,6 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define IS31FL3733_I2C_ADDRESS_1 IS31FL3733_I2C_ADDRESS_GND_GND #define IS31FL3733_I2C_ADDRESS_2 IS31FL3733_I2C_ADDRESS_GND_VCC +#define IS31FL3733_SDB_PIN B9 #define RGB_MATRIX_DEFAULT_MODE RGB_MATRIX_CUSTOM_SINGLE_COLOR_RAINDROPS |