Add Sinc keyboard (#8986)
* Add Sinc (WIP) * Rename layouts, add keymaps * Set EEPROM VIA layout value * Update QMK Configurator json * Update VIA layout value * Add default folder * Add PR suggestions * Fix keyboard name
This commit is contained in:
parent
713d34cda4
commit
5c2b46dc47
14 changed files with 1535 additions and 0 deletions
7
keyboards/keebio/sinc/sinc.h
Normal file
7
keyboards/keebio/sinc/sinc.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#ifdef KEYBOARD_keebio_sinc_rev1
|
||||
#include "rev1.h"
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue