summaryrefslogtreecommitdiffstats
path: root/converter
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-04-12 17:23:05 +0200
committertmk <nobody@nowhere>2013-04-13 04:30:08 +0200
commit540d0700dc0a8172e32d419a9b99c30e2e82a98a (patch)
tree0a1472a1de23b3287428a879d2ec7ac80c832236 /converter
parent2b33ecad57f80d9235665ecfbe477c098494468b (diff)
downloadqmk_firmware-540d0700dc0a8172e32d419a9b99c30e2e82a98a.tar.gz
qmk_firmware-540d0700dc0a8172e32d419a9b99c30e2e82a98a.tar.xz
Remove common/controller_teensy.h
Diffstat (limited to 'converter')
-rw-r--r--converter/adb_usb/config.h2
-rw-r--r--converter/m0110_usb/config.h3
-rw-r--r--converter/news_usb/config_pjrc.h2
-rw-r--r--converter/ps2_usb/config.h2
-rw-r--r--converter/terminal_usb/config_102_pjrc.h2
-rw-r--r--converter/terminal_usb/config_122_pjrc.h2
-rw-r--r--converter/x68k_usb/config_pjrc.h2
7 files changed, 0 insertions, 15 deletions
diff --git a/converter/adb_usb/config.h b/converter/adb_usb/config.h
index c4edadc56..9aa3489da 100644
--- a/converter/adb_usb/config.h
+++ b/converter/adb_usb/config.h
@@ -18,8 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef CONFIG_H
#define CONFIG_H
-/* controller configuration */
-#include "controller_teensy.h"
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x0ADB
diff --git a/converter/m0110_usb/config.h b/converter/m0110_usb/config.h
index f7a4b9bc9..ac1c40a38 100644
--- a/converter/m0110_usb/config.h
+++ b/converter/m0110_usb/config.h
@@ -18,9 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef CONFIG_H
#define CONFIG_H
-/* controller configuration */
-#include "controller_teensy.h"
-
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x0110
diff --git a/converter/news_usb/config_pjrc.h b/converter/news_usb/config_pjrc.h
index 5bb0216fe..171a0e06d 100644
--- a/converter/news_usb/config_pjrc.h
+++ b/converter/news_usb/config_pjrc.h
@@ -18,8 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef CONFIG_H
#define CONFIG_H
-/* controller configuration */
-#include "controller_teensy.h"
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x5021
diff --git a/converter/ps2_usb/config.h b/converter/ps2_usb/config.h
index 1c53b876d..4a2d1fc47 100644
--- a/converter/ps2_usb/config.h
+++ b/converter/ps2_usb/config.h
@@ -19,8 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define CONFIG_H
#include <avr/interrupt.h>
-/* controller configuration */
-#include "controller_teensy.h"
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x6512
diff --git a/converter/terminal_usb/config_102_pjrc.h b/converter/terminal_usb/config_102_pjrc.h
index 3ddbee3e7..65001a7d1 100644
--- a/converter/terminal_usb/config_102_pjrc.h
+++ b/converter/terminal_usb/config_102_pjrc.h
@@ -18,8 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef CONFIG_H
#define CONFIG_H
-/* controller configuration */
-#include "controller_teensy.h"
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x6531
diff --git a/converter/terminal_usb/config_122_pjrc.h b/converter/terminal_usb/config_122_pjrc.h
index 8a7c86822..90e5edd31 100644
--- a/converter/terminal_usb/config_122_pjrc.h
+++ b/converter/terminal_usb/config_122_pjrc.h
@@ -18,8 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef CONFIG_H
#define CONFIG_H
-/* controller configuration */
-#include "controller_teensy.h"
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x6532
diff --git a/converter/x68k_usb/config_pjrc.h b/converter/x68k_usb/config_pjrc.h
index 77e2188a0..b080a7684 100644
--- a/converter/x68k_usb/config_pjrc.h
+++ b/converter/x68k_usb/config_pjrc.h
@@ -18,8 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef CONFIG_H
#define CONFIG_H
-/* controller configuration */
-#include "controller_teensy.h"
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x6800