1
0
Fork 0

[Keyboard] Jian keyboard (#8914)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
KgOfHedgehogs 2020-06-18 04:17:30 +02:00 committed by GitHub
parent 39ff121d73
commit 157319fbd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 1802 additions and 0 deletions

19
keyboards/jian/jian.h Normal file
View file

@ -0,0 +1,19 @@
#pragma once
#include "quantum.h"
#ifdef KEYBOARD_jian_handwired
#include "handwired.h"
#endif
#ifdef KEYBOARD_jian_rev1
#include "rev1.h"
#endif
#ifdef KEYBOARD_jian_rev2
#include "rev2.h"
#endif
#ifdef KEYBOARD_jian_nsrev2
#include "nsrev2.h"
#endif