[Keyboard] Add ANAVI Macro Pad 12 (#21547)
This commit is contained in:
parent
191b98990c
commit
5f0eab959f
8 changed files with 195 additions and 0 deletions
15
keyboards/anavi/macropad12/mcuconf.h
Normal file
15
keyboards/anavi/macropad12/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