Keyboard: Hide JC65 directory in QMK Configurator (#3491)
To prevent people from picking the wrong version for their MCU
This commit is contained in:
parent
b6c5c4cf52
commit
4deb5de438
3 changed files with 0 additions and 16 deletions
|
@ -1 +0,0 @@
|
||||||
#include "jc65.h"
|
|
|
@ -1,14 +0,0 @@
|
||||||
#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
|
|
|
@ -1 +0,0 @@
|
||||||
DEFAULT_FOLDER = jc65/v32u4
|
|
Loading…
Reference in a new issue