Browse Source

Rename board files to lowercase

pull/1433/head
Fred Sundvik 6 years ago
committed by Jack Humbert
parent
commit
190b90892b
5 changed files with 2 additions and 2 deletions
  1. +1
    -1
      drivers/ugfx/gdisp/is31fl3731c/gdisp_is31fl3731c.c
  2. +1
    -1
      drivers/ugfx/gdisp/st7565/gdisp_lld_ST7565.c
  3. +0
    -0
      keyboards/ergodox/infinity/board_is31fl3731c.h
  4. +0
    -0
      keyboards/ergodox/infinity/board_st7565.h
  5. +0
    -0
      keyboards/whitefox/board_is31fl3731c.h

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

@ -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 View File

@ -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. */


keyboards/ergodox/infinity/board_IS31FL3731C.h → keyboards/ergodox/infinity/board_is31fl3731c.h View File


keyboards/ergodox/infinity/board_ST7565.h → keyboards/ergodox/infinity/board_st7565.h View File


keyboards/whitefox/board_IS31FL3731C.h → keyboards/whitefox/board_is31fl3731c.h View File


Loading…
Cancel
Save