forked from mirror/qmk_firmware
[Keymap] Adding my userspace and keymaps (#6496)
* add Userspace and keymaps
* Adding keymaps for zeal60 and iris
* Created my own tap dance that toggles RGB Mode based on whether I toggled caps lock or not
* parent 578ed42a7f
author Seth Barberee <seth.barberee@gmail.com> 1565065903 -0500
committer Seth Barberee <seth.barberee@gmail.com> 1565065903 -0500
move to userspace
add zeal60
* update based on review
* move userspace to github name
This commit is contained in:
committed by
Drashna Jaelre
parent
d8d2a09674
commit
0ec0d29e9f
8
users/sethBarberee/config.h
Normal file
8
users/sethBarberee/config.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
# ifndef CAPS_LOCK_MODE
|
||||
# define CAPS_LOCK_MODE 1
|
||||
# endif
|
||||
# ifndef NORMAL_MODE
|
||||
# define NORMAL_MODE 4
|
||||
# endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user