[keymap] Update rys keymap with 5th semi-secure token and remap layer 1 (#9822)
This commit is contained in:
@@ -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)\"
|
||||
Reference in New Issue
Block a user