Keyboard: Hide JC65 directory in QMK Configurator (#3491)

To prevent people from picking the wrong version for their MCU
This commit is contained in:
MechMerlin 2018-07-26 14:32:02 -07:00 committed by Drashna Jaelre
parent b6c5c4cf52
commit 4deb5de438
3 changed files with 0 additions and 16 deletions

View File

@ -1 +0,0 @@
#include "jc65.h"

View File

@ -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

View File

@ -1 +0,0 @@
DEFAULT_FOLDER = jc65/v32u4