Add Sinc Rev. 4 (#21130)
* Fork Rev. 3 to 4 * Update RGB LED positions * Adjust RGB positions * Enable more RGB modes * Update copyrights * Add license headers to keymaps * Use same type of license header Co-authored-by: Joel Challis <git@zvecr.com> * Fix I2C pins --------- Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
parent
4055f2a937
commit
f5ee7b7ed8
8 changed files with 1245 additions and 0 deletions
9
keyboards/keebio/sinc/rev4/mcuconf.h
Normal file
9
keyboards/keebio/sinc/rev4/mcuconf.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
// Copyright 2023 Danny Nguyen (danny@keeb.io)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include_next <mcuconf.h>
|
||||
|
||||
#undef RP_I2C_USE_I2C1
|
||||
#define RP_I2C_USE_I2C1 TRUE
|
Loading…
Add table
Add a link
Reference in a new issue