You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
557 B
40 lines
557 B
5 years ago
|
#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
|