summaryrefslogtreecommitdiff
path: root/keyboard/hhkb
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 /keyboard/hhkb
parent2b33ecad57f80d9235665ecfbe477c098494468b (diff)
Remove common/controller_teensy.h
Diffstat (limited to 'keyboard/hhkb')
-rw-r--r--keyboard/hhkb/config.h3
-rw-r--r--keyboard/hhkb/config_vusb.h5
2 files changed, 0 insertions, 8 deletions
diff --git a/keyboard/hhkb/config.h b/keyboard/hhkb/config.h
index 9df86126e1..ec51852c18 100644
--- a/keyboard/hhkb/config.h
+++ b/keyboard/hhkb/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 0xCAFE
diff --git a/keyboard/hhkb/config_vusb.h b/keyboard/hhkb/config_vusb.h
index 44d5e4557d..37d3e4f228 100644
--- a/keyboard/hhkb/config_vusb.h
+++ b/keyboard/hhkb/config_vusb.h
@@ -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