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.

15 lines
174 B
C
Raw Normal View History

#ifndef JC65_H
#define JC65_H
#include "quantum.h"
#ifdef KEYBOARD_jc65_v32u4
#include "v32u4.h"
#endif
#ifdef KEYBOARD_jc65_v32a
#include "v32a.h"
#endif
#endif