From d5a76e899d1d4f91dc7d348075a08e42047fc8d1 Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Tue, 5 Dec 2017 18:45:42 -0800 Subject: Updates to drashna keymaps and userspace (#2093) * Add "secret" macor * Updating secret macros * Re-add RGB to Ergodox * Fixed issue when RGB was disabled * Consistency changes * Updated bootloader macro * Fixing audio setup * Fix bootloader typo * Update to full list of stings (for completeness) * Template fix * Finally got woodpad to force numlock * Fix for new RGB mode --- users/drashna/sensitive.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 users/drashna/sensitive.h (limited to 'users/drashna/sensitive.h') diff --git a/users/drashna/sensitive.h b/users/drashna/sensitive.h new file mode 100644 index 000000000..bf47263bd --- /dev/null +++ b/users/drashna/sensitive.h @@ -0,0 +1,8 @@ +const char secret[][64] = { + "test1", + "test2", + "test3", + "test4", + "test5" +}; + -- cgit v1.2.3