[Keyboard] Add Janus keyboard (#18367)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
45cc7f1e94
commit
3072feb8ed
8 changed files with 200 additions and 0 deletions
9
keyboards/janus/halconf.h
Normal file
9
keyboards/janus/halconf.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// Copyright 2022 Steven Karrmann (@skarrmann)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include_next <halconf.h>
|
||||
|
||||
#undef HAL_USE_SIO
|
||||
#define HAL_USE_SIO TRUE
|
||||
Loading…
Add table
Add a link
Reference in a new issue