Skip to content

Commit a1b1e06

Browse files
committed
feat: update error
1 parent 7cce3dd commit a1b1e06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

users/halcyon_modules/splitkb/rules.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ endif
2929
HLC_OPTIONS := $(HLC_NONE) $(HLC_CIRQUE_TRACKPAD) $(HLC_ENCODER) $(HLC_TFT_DISPLAY) $(HLC_ENCODER_REV2)
3030

3131
ifeq ($(filter 1, $(HLC_OPTIONS)), )
32-
$(error Halcyon_modules used but wrong or no module specified. Please specify one by adding `-e <module_name>=1` to your compile command where <module_name> can be: HLC_NONE, HLC_CIRQUE_TRACKPAD, HLC_ENCODER or HLC_TFT_DISPLAY)
32+
$(error Halcyon_modules used but wrong or no module specified. Please specify one by adding `-e <module_name>=1` to your compile command where <module_name> can be: HLC_NONE, HLC_CIRQUE_TRACKPAD, HLC_ENCODER, HLC_ENCODER_REV2 or HLC_TFT_DISPLAY)
3333
endif

0 commit comments

Comments
 (0)