mirror of
https://github.com/synthetos/g2.git
synced 2026-09-23 21:38:54 +08:00
Added liteplacer boards
This commit is contained in:
@@ -72,6 +72,13 @@ ifeq ("$(CONFIG)","MiniMill")
|
||||
SETTINGS_FILE="settings_minimill.h"
|
||||
endif
|
||||
|
||||
ifeq ("$(CONFIG)","Liteplacer")
|
||||
ifeq ("$(BOARD)","NONE")
|
||||
BOARD=gquintic-g
|
||||
endif
|
||||
SETTINGS_FILE="settings_liteplacer.h"
|
||||
endif
|
||||
|
||||
ifeq ("$(CONFIG)","MiniMillgShield")
|
||||
ifeq ("$(BOARD)","NONE")
|
||||
BOARD=gShield
|
||||
|
||||
Reference in New Issue
Block a user