mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-04-27 09:57:22 +00:00
8 lines
92 B
C
8 lines
92 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "quantum.h"
|
||
|
|
|
||
|
|
#ifdef KEYBOARD_setta21_rev1
|
||
|
|
#include "rev1.h"
|
||
|
|
#endif
|