This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.

9 lines
144 B
C
Raw Normal View History

#pragma once
#if KEYBOARD_rgbkb_zen_rev1
#include "rev1.h"
#elif KEYBOARD_rgbkb_zen_rev2
#include "rev2.h"
#endif
#include "quantum.h"