diff options
author | さくらんぼ <47372812+sakurachari@users.noreply.github.com> | 2019-04-12 01:07:39 +0900 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-04-11 09:07:39 -0700 |
commit | dc570b0b389d23b8ea8b46311294a7040b5e1e44 (patch) | |
tree | 8e47ebf2f6c291e960664e5d20afc308afa92e24 /keyboards/yosino58/yosino58.h | |
parent | fa514e63aaed358dbe4d098e7dc31561f148aec0 (diff) | |
download | qmk_firmware-dc570b0b389d23b8ea8b46311294a7040b5e1e44.tar.gz qmk_firmware-dc570b0b389d23b8ea8b46311294a7040b5e1e44.zip |
Keyboard: Add yosino58 Keyboard (#5465)
* Keyboard: Add yosino58 Keyboard
* Keyboard: Add yosino58 Keyboard
Diffstat (limited to 'keyboards/yosino58/yosino58.h')
-rw-r--r-- | keyboards/yosino58/yosino58.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/yosino58/yosino58.h b/keyboards/yosino58/yosino58.h new file mode 100644 index 0000000000..5414c31bd8 --- /dev/null +++ b/keyboards/yosino58/yosino58.h @@ -0,0 +1,5 @@ +#pragma once + +#ifdef KEYBOARD_yosino58_rev1 + #include "rev1.h" +#endif |