mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
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
@ -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 New Issue
Block a user