Added my keyboard
This commit is contained in:
parent
35edec2998
commit
117be9eef5
17 changed files with 1415 additions and 0 deletions
9
keyboards/callmemero/mcuconf.h
Normal file
9
keyboards/callmemero/mcuconf.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include_next <mcuconf.h>
|
||||
|
||||
#undef RP_PWM_USE_PWM4
|
||||
#define RP_PWM_USE_PWM4 TRUE
|
||||
|
||||
#undef RP_PWM_USE_TIM1
|
||||
#define RP_PWM_USE_TIM1 TRUE
|
||||
Loading…
Add table
Add a link
Reference in a new issue