]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
match hal settings to whitefox, fix make rules
authorjpetermans <tibcmhhm@gmail.com>
Thu, 6 Apr 2017 20:53:18 +0000 (13:53 -0700)
committerjpetermans <tibcmhhm@gmail.com>
Thu, 6 Apr 2017 20:53:18 +0000 (13:53 -0700)
keyboards/infinity60/halconf.h
keyboards/infinity60/rules.mk

index 46b37a4f4696c192cd6c9d1ff5c983e4f0b5f0d8..f89dfc2e1ef026918564f4cb9c8aea1805cba030 100644 (file)
@@ -76,7 +76,7 @@
  * @brief   Enables the I2C subsystem.
  */
 #if !defined(HAL_USE_I2C) || defined(__DOXYGEN__)
-#define HAL_USE_I2C                 FALSE
+#define HAL_USE_I2C                 TRUE
 #endif
 
 /**
  * @brief   Enables the SERIAL over USB subsystem.
  */
 #if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__)
-#define HAL_USE_SERIAL_USB          TRUE
+#define HAL_USE_SERIAL_USB          FALSE
 #endif
 
 /**
index 56d6470b5983517ffe7e47c025be97280a430954..f58bb264207af1e51fe186e35c8cbb05ce93fd23 100644 (file)
@@ -1,6 +1,7 @@
 # project specific files
 SRC =  matrix.c \
-       led.c
+       led.c \
+       led_controller.c
 
 ## chip/board settings
 # - the next two should match the directories in
@@ -63,4 +64,4 @@ CONSOLE_ENABLE ?= yes # Console for debug
 COMMAND_ENABLE ?= yes    # Commands for debug and configuration
 SLEEP_LED_ENABLE ?= yes  # Breathing sleep LED during USB suspend
 NKRO_ENABLE ?= yes         # USB Nkey Rollover
-CUSTOM_MATRIX ?= yes # Custom matrix file
\ No newline at end of file
+CUSTOM_MATRIX ?= yes # Custom matrix file