You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#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
|