瀏覽代碼

Rename board files to lowercase

Fred Sundvik 8 年之前
父節點
當前提交
190b90892b

+ 1 - 1
drivers/ugfx/gdisp/is31fl3731c/gdisp_is31fl3731c.c

@@ -26,7 +26,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include "gdisp_lld_config.h"
 #include "src/gdisp/gdisp_driver.h"
 
-#include "board_IS31FL3731C.h"
+#include "board_is31fl3731c.h"
 
 
 // Can't include led_tables from here

+ 1 - 1
drivers/ugfx/gdisp/st7565/gdisp_lld_ST7565.c

@@ -13,7 +13,7 @@
 #include "gdisp_lld_config.h"
 #include "src/gdisp/gdisp_driver.h"
 
-#include "board_ST7565.h"
+#include "board_st7565.h"
 
 /*===========================================================================*/
 /* Driver local definitions.                                                 */

+ 0 - 0
keyboards/ergodox/infinity/board_IS31FL3731C.h → keyboards/ergodox/infinity/board_is31fl3731c.h


+ 0 - 0
keyboards/ergodox/infinity/board_ST7565.h → keyboards/ergodox/infinity/board_st7565.h


+ 0 - 0
keyboards/whitefox/board_IS31FL3731C.h → keyboards/whitefox/board_is31fl3731c.h