diff options
Diffstat (limited to 'keyboard/hhkb')
| -rw-r--r-- | keyboard/hhkb/config.h | 3 | ||||
| -rw-r--r-- | keyboard/hhkb/config_vusb.h | 5 |
2 files changed, 0 insertions, 8 deletions
diff --git a/keyboard/hhkb/config.h b/keyboard/hhkb/config.h index 9df86126e..ec51852c1 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/>. | |||
| 18 | #ifndef CONFIG_H | 18 | #ifndef CONFIG_H |
| 19 | #define CONFIG_H | 19 | #define CONFIG_H |
| 20 | 20 | ||
| 21 | /* controller configuration */ | ||
| 22 | #include "controller_teensy.h" | ||
| 23 | |||
| 24 | 21 | ||
| 25 | #define VENDOR_ID 0xFEED | 22 | #define VENDOR_ID 0xFEED |
| 26 | #define PRODUCT_ID 0xCAFE | 23 | #define PRODUCT_ID 0xCAFE |
diff --git a/keyboard/hhkb/config_vusb.h b/keyboard/hhkb/config_vusb.h index 44d5e4557..37d3e4f22 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/>. | |||
| 41 | #endif | 41 | #endif |
| 42 | 42 | ||
| 43 | 43 | ||
| 44 | #define DEBUG_LED 1 | ||
| 45 | #define DEBUG_LED_CONFIG (DDRD |= (1<<4)) | ||
| 46 | #define DEBUG_LED_OFF (PORTD |= (1<<4)) | ||
| 47 | #define DEBUG_LED_ON (PORTD &= ~(1<<4)) | ||
| 48 | |||
| 49 | #endif | 44 | #endif |
