Add Bastion60 PCB to QMK (#21527)
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Danny <nooges@users.noreply.github.com>
This commit is contained in:
parent
83bcfde106
commit
87c7118b88
9 changed files with 445 additions and 0 deletions
9
keyboards/cannonkeys/bastion60/mcuconf.h
Normal file
9
keyboards/cannonkeys/bastion60/mcuconf.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
// Copyright 2022 Andrew Kannan
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include_next <mcuconf.h>
|
||||
|
||||
#undef RP_PWM_USE_PWM3
|
||||
#define RP_PWM_USE_PWM3 TRUE
|
Loading…
Add table
Add a link
Reference in a new issue