Add Bastion75 PCB to QMK (#21529)
* Add Bastion75 to QMK * Remove blank layers * Apply suggestions from code review Co-authored-by: jack <0x6a73@protonmail.com> * Update keymaps --------- Co-authored-by: jack <0x6a73@protonmail.com>
This commit is contained in:
parent
c61cb72ae8
commit
c5a1e485a6
9 changed files with 311 additions and 0 deletions
9
keyboards/cannonkeys/bastion75/mcuconf.h
Normal file
9
keyboards/cannonkeys/bastion75/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