]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - keyboard/hhkb/config_vusb.h
Merge branch 'bootmagic_salt'(Fix issue #41)
[tmk_firmware.git] / keyboard / hhkb / config_vusb.h
index b85e16fa3f2b14b54024f6068a888bcde785d6d3..37d3e4f2287b8c0be1c8410dd9d39df0266d3697 100644 (file)
@@ -37,13 +37,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 /* mouse keys */
 #ifdef MOUSEKEY_ENABLE
-#   define MOUSEKEY_DELAY_TIME 255
+#   define MOUSEKEY_DELAY_TIME 100
 #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