master
Mark 2022-11-18 23:34:12 -08:00
parent 065ab5b166
commit 1c213ed8da
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 4 additions and 2 deletions

View File

@ -10,8 +10,10 @@
// Values that should not be saved to git. // Values that should not be saved to git.
// Create a `secrets.h` in the keymap directory. // Create a `secrets.h` in the keymap directory.
// //
// It should define the following: // It should contain the following:
// SECRET_EMAIL // #define SECRET_EMAIL "val"
// #define SECRET_GMAIL "val"
// #define SECRET_SCHOOL_EMAIL "val"
#include "secrets.h" #include "secrets.h"