mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 16:37:58 +06:00
8 lines
91 B
C
8 lines
91 B
C
|
#pragma once
|
||
|
|
||
|
#include "quantum.h"
|
||
|
|
||
|
#ifdef KEYBOARD_whale_sk_v3
|
||
|
#include "v3.h"
|
||
|
#endif
|