[Keyboard] add runner3680 keyboards (#6069)
* add runner3680 * Remove unnecessary code
This commit is contained in:
parent
06975aa0dd
commit
872480dde2
71 changed files with 1957 additions and 0 deletions
39
keyboards/runner3680/runner3680.h
Normal file
39
keyboards/runner3680/runner3680.h
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
#pragma once
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#ifdef KEYBOARD_runner3680_5x8
|
||||
#include "5x8.h"
|
||||
#endif
|
||||
|
||||
#ifdef KEYBOARD_runner3680_5x7
|
||||
#include "5x7.h"
|
||||
#endif
|
||||
|
||||
#ifdef KEYBOARD_runner3680_5x6
|
||||
#include "5x6.h"
|
||||
#endif
|
||||
|
||||
#ifdef KEYBOARD_runner3680_4x8
|
||||
#include "4x8.h"
|
||||
#endif
|
||||
|
||||
#ifdef KEYBOARD_runner3680_4x7
|
||||
#include "4x7.h"
|
||||
#endif
|
||||
|
||||
#ifdef KEYBOARD_runner3680_4x6
|
||||
#include "4x6.h"
|
||||
#endif
|
||||
|
||||
#ifdef KEYBOARD_runner3680_3x8
|
||||
#include "3x8.h"
|
||||
#endif
|
||||
|
||||
#ifdef KEYBOARD_runner3680_3x7
|
||||
#include "3x7.h"
|
||||
#endif
|
||||
|
||||
#ifdef KEYBOARD_runner3680_3x6
|
||||
#include "3x6.h"
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue