[feature] Move files to seperate subfolder to make combining with existing userspace easier
This commit is contained in:
parent
5edaa4b3ca
commit
1764ca5f2f
46 changed files with 78 additions and 64 deletions
9
users/halcyon_modules/splitkb/mcuconf.h
Normal file
9
users/halcyon_modules/splitkb/mcuconf.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// Copyright 2024 splitkb.com (support@splitkb.com)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include_next <mcuconf.h>
|
||||
|
||||
#undef RP_PWM_USE_PWM5
|
||||
#define RP_PWM_USE_PWM5 TRUE
|
||||
Loading…
Add table
Add a link
Reference in a new issue