diff options
Diffstat (limited to 'keyboards/tada68/keymaps/rys/rules.mk')
-rw-r--r-- | keyboards/tada68/keymaps/rys/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/tada68/keymaps/rys/rules.mk b/keyboards/tada68/keymaps/rys/rules.mk index b2789a78a7..db6efeb8f1 100644 --- a/keyboards/tada68/keymaps/rys/rules.mk +++ b/keyboards/tada68/keymaps/rys/rules.mk @@ -15,3 +15,6 @@ UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend + +RYS_PSTOKEN = $(shell security find-generic-password -a qmk -s tada68 -w) +CFLAGS += -DRYS_PSTOKEN=\"$(RYS_PSTOKEN)\" |