alarm_face,
temperature_display_face,
voltage_face,
+ totp_face,
settings_face,
set_time_face,
};
* Some folks also like to use this to hide the preferences and time set faces from the normal rotation.
* If you don't want any faces to be excluded, set this to 0 and a long Mode press will have no effect.
*/
-#define MOVEMENT_SECONDARY_FACE_INDEX (MOVEMENT_NUM_FACES - 2)
+#define MOVEMENT_SECONDARY_FACE_INDEX (MOVEMENT_NUM_FACES - 3)
/* Custom hourly chime tune. Check movement_custom_signal_tunes.h for options. */
-#define SIGNAL_TUNE_DEFAULT
+#define SIGNAL_TUNE_MGS_CODEC
/* Determines the intensity of the led colors
* Set a hex value 0-15 with 0x0 being off and 0xF being max intensity
--- /dev/null
+static totp_t credentials[] = {
+ CREDENTIAL(365, "DXLHRHMVGXGTTWWH", SHA1, 30),
+ CREDENTIAL(NIN, "ZLQPMBFDPHIOEEY", SHA1, 30),
+};