Browse Source

Remove QMK_KEYBOARD_CONFIG_H from boards (#7635)

pull/7657/head
Joel Challis 4 years ago
committed by Drashna Jaelre
parent
commit
7cddcce237
11 changed files with 0 additions and 22 deletions
  1. +0
    -2
      keyboards/7skb/rev1/config.h
  2. +0
    -2
      keyboards/fortitude60/rev1/config.h
  3. +0
    -2
      keyboards/keebio/iris/rev1/config.h
  4. +0
    -2
      keyboards/keebio/iris/rev1_led/config.h
  5. +0
    -2
      keyboards/keebio/iris/rev2/config.h
  6. +0
    -2
      keyboards/keebio/iris/rev3/config.h
  7. +0
    -2
      keyboards/keebio/levinson/rev1/config.h
  8. +0
    -2
      keyboards/keebio/levinson/rev2/config.h
  9. +0
    -2
      keyboards/keebio/quefrency/rev1/config.h
  10. +0
    -2
      keyboards/keebio/rorschach/rev1/config.h
  11. +0
    -2
      keyboards/naked48/rev1/config.h

+ 0
- 2
keyboards/7skb/rev1/config.h View File

@ -18,8 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include QMK_KEYBOARD_CONFIG_H
/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x3060


+ 0
- 2
keyboards/fortitude60/rev1/config.h View File

@ -18,8 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef REV1_CONFIG_H
#define REV1_CONFIG_H
#include QMK_KEYBOARD_CONFIG_H
/* USB Device descriptor parameter */
#define VENDOR_ID 0xCB10
#define PRODUCT_ID 0x1156


+ 0
- 2
keyboards/keebio/iris/rev1/config.h View File

@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include QMK_KEYBOARD_CONFIG_H
/* USB Device descriptor parameter */
#define VENDOR_ID 0xCB10
#define PRODUCT_ID 0x1256


+ 0
- 2
keyboards/keebio/iris/rev1_led/config.h View File

@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include QMK_KEYBOARD_CONFIG_H
/* USB Device descriptor parameter */
#define VENDOR_ID 0xCB10
#define PRODUCT_ID 0x1256


+ 0
- 2
keyboards/keebio/iris/rev2/config.h View File

@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include QMK_KEYBOARD_CONFIG_H
/* USB Device descriptor parameter */
#define VENDOR_ID 0xCB10
#define PRODUCT_ID 0x1256


+ 0
- 2
keyboards/keebio/iris/rev3/config.h View File

@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include QMK_KEYBOARD_CONFIG_H
/* USB Device descriptor parameter */
#define VENDOR_ID 0xCB10
#define PRODUCT_ID 0x1256


+ 0
- 2
keyboards/keebio/levinson/rev1/config.h View File

@ -19,8 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include QMK_KEYBOARD_CONFIG_H
/* USB Device descriptor parameter */
#define VENDOR_ID 0xCB10
#define PRODUCT_ID 0x1146


+ 0
- 2
keyboards/keebio/levinson/rev2/config.h View File

@ -19,8 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include QMK_KEYBOARD_CONFIG_H
/* USB Device descriptor parameter */
#define VENDOR_ID 0xCB10
#define PRODUCT_ID 0x1146


+ 0
- 2
keyboards/keebio/quefrency/rev1/config.h View File

@ -18,8 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include QMK_KEYBOARD_CONFIG_H
/* USB Device descriptor parameter */
#define VENDOR_ID 0xCB10
#define PRODUCT_ID 0x1257


+ 0
- 2
keyboards/keebio/rorschach/rev1/config.h View File

@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include QMK_KEYBOARD_CONFIG_H
/* USB Device descriptor parameter */
#define VENDOR_ID 0xCB10
#define PRODUCT_ID 0x1246


+ 0
- 2
keyboards/naked48/rev1/config.h View File

@ -18,8 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include QMK_KEYBOARD_CONFIG_H
/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x3060


Loading…
Cancel
Save