Browse Source

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

To prevent people from picking the wrong version for their MCU
MechMerlin 6 years ago
parent
commit
4deb5de438
3 changed files with 0 additions and 16 deletions
  1. 0 1
      keyboards/jc65/jc65.c
  2. 0 14
      keyboards/jc65/jc65.h
  3. 0 1
      keyboards/jc65/rules.mk

+ 0 - 1
keyboards/jc65/jc65.c

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

+ 0 - 14
keyboards/jc65/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

+ 0 - 1
keyboards/jc65/rules.mk

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