summaryrefslogtreecommitdiff
path: root/converter
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-04-13 00:23:05 +0900
committertmk <nobody@nowhere>2013-04-13 11:30:08 +0900
commit540d0700dc0a8172e32d419a9b99c30e2e82a98a (patch)
tree0a1472a1de23b3287428a879d2ec7ac80c832236 /converter
parent2b33ecad57f80d9235665ecfbe477c098494468b (diff)
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 c4edadc569..9aa3489da7 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 f7a4b9bc97..ac1c40a38e 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 5bb0216fe5..171a0e06d5 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 1c53b876d2..4a2d1fc47b 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 3ddbee3e76..65001a7d1f 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 8a7c86822e..90e5edd313 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 77e2188a03..b080a76845 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