Add another secure string emitter to the keymap (#5057)

* Add another secure string emitter to the keymap

* Delete BACKLIGHT_ENABLE since it's default

Co-Authored-By: rys <rys@pixeltards.com>
This commit is contained in:
Rys Sommefeldt
2019-02-05 23:58:01 +00:00
committed by MechMerlin
parent 0affcc8bc3
commit 9986c3d0b7
2 changed files with 9 additions and 2 deletions

View File

@@ -8,7 +8,6 @@ EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
CONSOLE_ENABLE = no # Console for debug(+400)
COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
MIDI_ENABLE = no # MIDI controls
AUDIO_ENABLE = no # Audio output on port C6
UNICODE_ENABLE = no # Unicode
@@ -17,4 +16,6 @@ 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)
RYS_QSTOKEN = $(shell security find-generic-password -a qmk -s tada68-2 -w)
CFLAGS += -DRYS_PSTOKEN=\"$(RYS_PSTOKEN)\"
CFLAGS += -DRYS_QSTOKEN=\"$(RYS_QSTOKEN)\"