~ruther/qmk_firmware

qmk_firmware/platforms/chibios/boards/QMK_BLOK/board/board.mk -rw-r--r-- 248 bytes
0032f293 — Rutherther Move to 36 key layout possibility, custom shift keys 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
# List of all the board related files.
BOARDSRC = $(CHIBIOS)/os/hal/boards/RP_PICO_RP2040/board.c

# Required include directories
BOARDINC = $(CHIBIOS)/os/hal/boards/RP_PICO_RP2040

# Shared variables
ALLCSRC += $(BOARDSRC) 
ALLINC  += $(BOARDINC)