forked from forks/qmk_firmware
349e0012ba
This adds basic support for JM60 RGB PCB that was sold by KBDfans https://kbdfans.myshopify.com/ https://www.aliexpress.com/store/product/JM60-RGB60-Custom-mechanical-keyboard-PCB-ANSI/2230037_32810956675.html No support for RGB Backlight yet.
6 lines
171 B
Makefile
6 lines
171 B
Makefile
# List of all the board related files.
|
|
BOARDSRC = $(KEYBOARD_PATH)/boards/JM60_BOARD/board.c
|
|
|
|
# Required include directories
|
|
BOARDINC = $(KEYBOARD_PATH)/boards/JM60_BOARD
|