My local repo of qmk firmware.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/keyboards/planck/planck.h

24 lines
559 B

#pragma once
10 years ago
#include "quantum.h"
10 years ago
#if defined(KEYBOARD_planck_ez)
# include "ez.h"
#elif defined(KEYBOARD_planck_light)
# include "light.h"
#elif defined(KEYBOARD_planck_thk)
# include "thk.h"
#elif defined(KEYBOARD_planck_rev1)
# include "rev1.h"
#elif defined(KEYBOARD_planck_rev2)
# include "rev2.h"
#elif defined(KEYBOARD_planck_rev3)
# include "rev3.h"
#elif defined(KEYBOARD_planck_rev4)
# include "rev4.h"
#elif defined(KEYBOARD_planck_rev5)
# include "rev5.h"
#elif defined(KEYBOARD_planck_rev6)
# include "rev6.h"
#endif