diff options
Diffstat (limited to 'keyboards/claw44/claw44.h')
-rw-r--r-- | keyboards/claw44/claw44.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/claw44/claw44.h b/keyboards/claw44/claw44.h new file mode 100644 index 000000000..4ca25fcb2 --- /dev/null +++ b/keyboards/claw44/claw44.h | |||
@@ -0,0 +1,5 @@ | |||
1 | #pragma once | ||
2 | |||
3 | #ifdef KEYBOARD_claw44_rev1 | ||
4 | #include "rev1.h" | ||
5 | #endif | ||