mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-23 08:56:47 +06:00
8 lines
102 B
C
8 lines
102 B
C
#pragma once
|
|
|
|
#include "quantum.h"
|
|
|
|
#ifdef KEYBOARD_biacco42_ergo42_rev1
|
|
#include "rev1.h"
|
|
#endif
|