Update sethBarberee Userspace (#12620)
* update for LTO and guard RGBLED_SPLIT * Revert "update for LTO and guard RGBLED_SPLIT" This reverts commit ce81177cbe330ae3e1e14c264dc0cb0946f08d70. * Revert "Revert "update for LTO and guard RGBLED_SPLIT"" This reverts commit 67da0ce9f38777064ad094c1ecba7ce17a40994f. * update iris keymap for keymap_kc removal and overhaul userspace * add licenses * fix tap_dance error when rgblight is disabled and update/clean iris/sinc maps
This commit is contained in:
parent
067a6f0174
commit
b7fe24923e
16 changed files with 609 additions and 229 deletions
|
@ -30,32 +30,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#undef RGBLED_NUM
|
||||
#define RGBLED_NUM 8
|
||||
#define RGBLIGHT_ANIMATIONS
|
||||
#define RGBLIGHT_SLEEP
|
||||
#define RGBLIGHT_HUE_STEP 8
|
||||
#define RGBLIGHT_SAT_STEP 8
|
||||
#define RGBLIGHT_VAL_STEP 8
|
||||
|
||||
#undef RGBLED_SPLIT
|
||||
#define RGBLED_SPLIT { RGBLED_NUM, 0} // defined to sync animations
|
||||
|
||||
#define FORCE_NKRO // force NKRO on by default
|
||||
|
||||
#undef TAPPING_TERM
|
||||
#define TAPPING_TERM 200
|
||||
|
||||
|
||||
#if !defined(NO_DEBUG) && !defined(CONSOLE_ENABLE)
|
||||
#define NO_DEBUG
|
||||
#endif // !NO_DEBUG
|
||||
#if !defined(NO_PRINT) && !defined(CONSOLE_ENABLE)
|
||||
#define NO_PRINT
|
||||
#endif // !NO_PRINT
|
||||
|
||||
#define NO_MUSIC_MODE
|
||||
|
||||
// Override caps lock indication from my userspace
|
||||
//#undef NORMAL_MODE
|
||||
//#define NORMAL_MODE 1
|
||||
|
||||
//#undef CAPS_LOCK_MODE
|
||||
//#define CAPS_LOCK_MODE 28
|
||||
#define RGBLED_SPLIT { RGBLED_NUM, 0}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue