mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-04-28 02:18:59 +00:00
6 lines
69 B
C
6 lines
69 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#ifdef KEYBOARD_claw44_rev1
|
||
|
|
#include "rev1.h"
|
||
|
|
#endif
|