summaryrefslogtreecommitdiffstats
path: root/keyboard/hhkb/config_vusb.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/hhkb/config_vusb.h')
-rw-r--r--keyboard/hhkb/config_vusb.h5
1 files changed, 0 insertions, 5 deletions
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/>.
#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