mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-15 16:35:15 +00:00
8 lines
89 B
C
8 lines
89 B
C
|
#pragma once
|
||
|
|
||
|
#include "quantum.h"
|
||
|
|
||
|
#ifdef KEYBOARD_7skb_rev1
|
||
|
#include "rev1.h"
|
||
|
#endif
|