diff options
Diffstat (limited to 'keyboards/clueboard/17')
| -rw-r--r-- | keyboards/clueboard/17/17.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/clueboard/17/17.c b/keyboards/clueboard/17/17.c index 627aa236d..9e8ca644e 100644 --- a/keyboards/clueboard/17/17.c +++ b/keyboards/clueboard/17/17.c | |||
| @@ -6,10 +6,6 @@ void matrix_init_kb(void) { | |||
| 6 | // put your keyboard start-up code here | 6 | // put your keyboard start-up code here |
| 7 | // runs once when the firmware starts up | 7 | // runs once when the firmware starts up |
| 8 | matrix_init_user(); | 8 | matrix_init_user(); |
| 9 | |||
| 10 | // JTAG disable for PORT F. write JTD bit twice within four cycles. | ||
| 11 | MCUCR |= (1<<JTD); | ||
| 12 | MCUCR |= (1<<JTD); | ||
| 13 | }; | 9 | }; |
| 14 | 10 | ||
| 15 | void led_set_kb(uint8_t usb_led) { | 11 | void led_set_kb(uint8_t usb_led) { |
