mirror of
https://github.com/qmk/qmk_firmware
synced 2025-01-09 16:33:20 +00:00
8 lines
106 B
C
8 lines
106 B
C
#pragma once
|
|
|
|
#ifdef KEYBOARD_maple_computing_ivy_rev1
|
|
#include "rev1.h"
|
|
#endif
|
|
|
|
#include "quantum.h"
|