logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

board.mk (255B)


  1. # List of all the board related files.
  2. BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_F411RE/board.c
  3. # Required include directories
  4. BOARDINC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_F411RE
  5. # Shared variables
  6. ALLCSRC += $(BOARDSRC)
  7. ALLINC += $(BOARDINC)