[Keyboard] Add ERA65 (#19591)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
465b6a14e3
commit
4098ff5574
9 changed files with 292 additions and 0 deletions
8
keyboards/era/era65/mcuconf.h
Normal file
8
keyboards/era/era65/mcuconf.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// Copyright 2022 MatteoDM <matteodalmo@gmail.com>
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#pragma once
|
||||
#include_next <mcuconf.h>
|
||||
|
||||
/* Used for backlight display */
|
||||
#undef RP_PWM_USE_PWM0
|
||||
#define RP_PWM_USE_PWM0 TRUE
|
||||
Loading…
Add table
Add a link
Reference in a new issue