rules.mk 477 B

123456789
  1. RYS_STOKEN1 = "$(shell security find-generic-password -a qmk -s wt8a-1 -w)"
  2. RYS_STOKEN2 = "$(shell security find-generic-password -a qmk -s wt8a-2 -w)"
  3. RYS_STOKEN3 = "$(shell security find-generic-password -a qmk -s wt8a-3 -w)"
  4. RYS_STOKEN4 = "$(shell security find-generic-password -a qmk -s wt8a-4 -w)"
  5. CFLAGS += -DRYS_STOKEN1=\"$(RYS_STOKEN1)\"
  6. CFLAGS += -DRYS_STOKEN2=\"$(RYS_STOKEN2)\"
  7. CFLAGS += -DRYS_STOKEN3=\"$(RYS_STOKEN3)\"
  8. CFLAGS += -DRYS_STOKEN4=\"$(RYS_STOKEN4)\"