summaryrefslogtreecommitdiff
path: root/users/drashna/drashna.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2017-12-05 18:45:42 -0800
committerJack Humbert <jack.humb@gmail.com>2017-12-05 21:45:42 -0500
commitd5a76e899d1d4f91dc7d348075a08e42047fc8d1 (patch)
tree55fc36a57b7d658814d7df7d71c7daf207b4053e /users/drashna/drashna.h
parentdd05bf0d9602820bb9ba3bb1a8586b14c5504312 (diff)
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
Diffstat (limited to 'users/drashna/drashna.h')
-rw-r--r--users/drashna/drashna.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/users/drashna/drashna.h b/users/drashna/drashna.h
index 002af3dd43..4fd42acb90 100644
--- a/users/drashna/drashna.h
+++ b/users/drashna/drashna.h
@@ -19,6 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define USERSPACE
#include "quantum.h"
+#include "song_list.h"
// Define layer names
#define _QWERTY 0
@@ -86,6 +87,11 @@ enum userrpace_custom_keycodes {
KC_MAKE,
KC_RESET,
KC_RGB_T,
+ KC_SECRET_1,
+ KC_SECRET_2,
+ KC_SECRET_3,
+ KC_SECRET_4,
+ KC_SECRET_5,
NEW_SAFE_RANGE //use "NEWPLACEHOLDER for keymap specific codes
};
@@ -99,6 +105,10 @@ enum {
#endif
+#define QMK_KEYS_PER_SCAN 4
+#ifdef RGBLIGHT_ENABLE
+#define RGBLIGHT_SLEEP
+#endif
#endif