[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
This commit is contained in:
Rys Sommefeldt
2019-01-22 20:39:53 +00:00
committed by Drashna Jaelre
parent 5be7d09b36
commit 2a33d2c424
3 changed files with 27 additions and 9 deletions

View File

@@ -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)\"