summaryrefslogtreecommitdiffstats
path: root/keyboards/tada68/keymaps/rys/rules.mk
diff options
context:
space:
mode:
authorRys Sommefeldt <rys@pixeltards.com>2019-01-22 21:39:53 +0100
committerDrashna Jaelre <drashna@live.com>2019-01-22 21:39:53 +0100
commit2a33d2c4243e6fdca9849ff1caadbaea941e8c85 (patch)
treec6ca58591d23f40d4d79888c9ca0ffa3a0f849a2 /keyboards/tada68/keymaps/rys/rules.mk
parent5be7d09b36a1a15e80978746cf256a5b62db7355 (diff)
downloadqmk_firmware-2a33d2c4243e6fdca9849ff1caadbaea941e8c85.tar.gz
qmk_firmware-2a33d2c4243e6fdca9849ff1caadbaea941e8c85.tar.xz
[Keymap] Add a compile-time provided macro and assign to _FL (#4908)
* Update make command with correct variant * Add a custom keycode for a compile-time defined macro and add to _FL
Diffstat (limited to 'keyboards/tada68/keymaps/rys/rules.mk')
-rw-r--r--keyboards/tada68/keymaps/rys/rules.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/tada68/keymaps/rys/rules.mk b/keyboards/tada68/keymaps/rys/rules.mk
index b2789a78a..db6efeb8f 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)\"