[Keyboard] Add ANAVI Arrows (#22454)
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
61708d60fb
commit
6fb9de6cbb
9 changed files with 198 additions and 0 deletions
15
keyboards/anavi/arrows/mcuconf.h
Normal file
15
keyboards/anavi/arrows/mcuconf.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
// Copyright 2023 Leon Anavi (@leon-anavi)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include_next <mcuconf.h>
|
||||
|
||||
#undef RP_I2C_USE_I2C0
|
||||
#define RP_I2C_USE_I2C0 FALSE
|
||||
|
||||
#undef RP_I2C_USE_I2C1
|
||||
#define RP_I2C_USE_I2C1 TRUE
|
||||
|
||||
#undef RP_PWM_USE_PWM5
|
||||
#define RP_PWM_USE_PWM5 TRUE
|
||||
Loading…
Add table
Add a link
Reference in a new issue