]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
Remove common/controller_teensy.h
authortmk <nobody@nowhere>
Fri, 12 Apr 2013 15:23:05 +0000 (00:23 +0900)
committertmk <nobody@nowhere>
Sat, 13 Apr 2013 02:30:08 +0000 (11:30 +0900)
16 files changed:
common/controller_teensy.h [deleted file]
converter/adb_usb/config.h
converter/m0110_usb/config.h
converter/news_usb/config_pjrc.h
converter/ps2_usb/config.h
converter/terminal_usb/config_102_pjrc.h
converter/terminal_usb/config_122_pjrc.h
converter/x68k_usb/config_pjrc.h
keyboard/IIgs/config.h
keyboard/hbkb/config.h
keyboard/hbkb/controller_teensy.h [deleted file]
keyboard/hhkb/config.h
keyboard/hhkb/config_vusb.h
keyboard/hid_liber/config.h
keyboard/macway/config.h
keyboard/phantom/config.h

diff --git a/common/controller_teensy.h b/common/controller_teensy.h
deleted file mode 100644 (file)
index 6c3f47c..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
-Copyright 2011 Jun Wako <wakojun@gmail.com>
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#ifndef TEENSY_H
-#define TEENSY_H 1
-
-// for Teensy/Teensy++ 2.0
-#define DEBUG_LED 1
-#define DEBUG_LED_CONFIG    (DDRD |= (1<<6))
-#define DEBUG_LED_ON        (PORTD |= (1<<6))
-#define DEBUG_LED_OFF       (PORTD &= ~(1<<6))
-
-#endif
index c4edadc5697cea1076c35a8e1d4240141f82b315..9aa3489da71fd5853127a96befbf3aad21b7640d 100644 (file)
@@ -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
index f7a4b9bc97c3eb3b0afaffd0640c37650385948c..ac1c40a38e08c70bc5258371a4512411c1f2e622 100644 (file)
@@ -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
index 5bb0216fe50513587738d3d27537052c2cae0c4d..171a0e06d5c33a7767f071dcd1f927318e9b656f 100644 (file)
@@ -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
index 1c53b876d2e137404f63ded2ac1b9044973b4d7a..4a2d1fc47b8a4fefe5c157eb5a14adf1a36cb174 100644 (file)
@@ -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
index 3ddbee3e7622ea6eb6afb28b911c05e345cdcf2b..65001a7d1ffa11f77d3760d7205793ac65c182ca 100644 (file)
@@ -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
index 8a7c86822e769c4f3026260e7e03a264b5819970..90e5edd313ded065e270e277e24b66d714a78f4b 100644 (file)
@@ -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
index 77e2188a03ef7440c251012312d8a9a130a6e116..b080a768459d58e0215b1e347f3f67e6cc90b705 100644 (file)
@@ -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
index 11acf87c071919636216c73ea34a04c15ddd3710..0039cb48b5bd935395b119ce23a5c23ab57c60b6 100644 (file)
@@ -18,9 +18,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #ifndef CONFIG_H\r
 #define CONFIG_H\r
 \r
-/* controller configuration */\r
-#include "controller_teensy.h"\r
-\r
 \r
 /* USB Device descriptor parameter */\r
 /* for Apple \r
index 9db8c2c4d4d5ddff263bdf2842af2b3e69ad5f81..fef8c05ed3f5b1765fd07955470d10dc2ed2e04e 100644 (file)
@@ -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      0xBB00
diff --git a/keyboard/hbkb/controller_teensy.h b/keyboard/hbkb/controller_teensy.h
deleted file mode 100644 (file)
index 1b16113..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
-Copyright 2011 Jun Wako <wakojun@gmail.com>
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#ifndef TEENSY_H
-#define TEENSY_H 1
-
-// for Teensy/Teensy++ 2.0
-#undef  DEBUG_LED
-#define DEBUG_LED_CONFIG
-#define DEBUG_LED_ON
-#define DEBUG_LED_OFF
-
-#endif
index 9df86126e1aa23f262048575232f2cffa7ea5792..ec51852c188c7d4a8add4848559c9fa91697ef4d 100644 (file)
@@ -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      0xCAFE
index 44d5e4557dc82e3039938b2cbeaede9ecf74b6b2..37d3e4f2287b8c0be1c8410dd9d39df0266d3697 100644 (file)
@@ -41,9 +41,4 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #endif
 
 
-#define DEBUG_LED 1
-#define DEBUG_LED_CONFIG    (DDRD |= (1<<4))
-#define DEBUG_LED_OFF       (PORTD |= (1<<4))
-#define DEBUG_LED_ON        (PORTD &= ~(1<<4))
-
 #endif
index 9ee38046884c424a031a34312410c56b417474b3..968ccf55001cc1f9e7d5082cb4eac74f2d3f3166 100644 (file)
@@ -46,10 +46,4 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
     keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
 )
 
-// TODO: configurable
-#define DEBUG_LED 0
-#define DEBUG_LED_CONFIG
-#define DEBUG_LED_ON
-#define DEBUG_LED_OFF
-
 #endif
index 74093405ad6a96819b0a94ee458e02c37b5b4437..e87da1ffa68ce518a5250deef650ee91d682bb41 100644 (file)
@@ -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"
-
 
 /* USB Device descriptor parameter */
 #define VENDOR_ID       0xFEED
index 18bd130419bcc92114be586ad0e1f5f7573235a0..ac014bae9fcd10b6bb15943f845b147e8a5e83a3 100644 (file)
@@ -47,10 +47,4 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
     keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
 )
 
-// TODO: configurable
-#define DEBUG_LED 0
-#define DEBUG_LED_CONFIG
-#define DEBUG_LED_ON
-#define DEBUG_LED_OFF
-
 #endif