[keymap] Update rys keymap with 5th semi-secure token and remap layer 1 (#9822)

This commit is contained in:
Rys Sommefeldt
2020-07-27 10:59:36 +01:00
committed by GitHub
parent 245d355176
commit f0926f6c2a
2 changed files with 13 additions and 5 deletions

View File

@@ -2,8 +2,10 @@ RYS_STOKEN1 = "$(shell security find-generic-password -a qmk -s wt8a-1 -w)"
RYS_STOKEN2 = "$(shell security find-generic-password -a qmk -s wt8a-2 -w)"
RYS_STOKEN3 = "$(shell security find-generic-password -a qmk -s wt8a-3 -w)"
RYS_STOKEN4 = "$(shell security find-generic-password -a qmk -s wt8a-4 -w)"
RYS_STOKEN5 = "$(shell security find-generic-password -a qmk -s wt8a-5 -w)"
CFLAGS += -DRYS_STOKEN1=\"$(RYS_STOKEN1)\"
CFLAGS += -DRYS_STOKEN2=\"$(RYS_STOKEN2)\"
CFLAGS += -DRYS_STOKEN3=\"$(RYS_STOKEN3)\"
CFLAGS += -DRYS_STOKEN4=\"$(RYS_STOKEN4)\"
CFLAGS += -DRYS_STOKEN5=\"$(RYS_STOKEN5)\"