diff options
author | Ryan <fauxpark@gmail.com> | 2022-10-19 21:33:05 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 11:33:05 +0100 |
commit | 18dc851e37a203b32db0261c365dd300488e1c71 (patch) | |
tree | 7f69f6ec56f1d6ce477ea3d0767be56354aab919 /users/xulkal | |
parent | fc0330a54a180c6e0d9de93277f23421ea143c03 (diff) |
Remove legacy Debug keycode (#18769)
* `DEBUG` -> `DB_TOGG`, default-ish keymaps
* `DEBUG` -> `DB_TOGG`, user keymaps
* `DEBUG` -> `DB_TOGG`, community layouts
* `DEBUG` -> `DB_TOGG`, userspace
* `DEBUG` -> `DB_TOGG`, docs & core
Diffstat (limited to 'users/xulkal')
-rw-r--r-- | users/xulkal/layouts.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/xulkal/layouts.h b/users/xulkal/layouts.h index 41861a5958..24f6bde468 100644 --- a/users/xulkal/layouts.h +++ b/users/xulkal/layouts.h @@ -96,7 +96,7 @@ * ,-----------------------------------------. ,-----------------------------------------. * | | | | | | | | | | | | | | * |------+------+------+------+------+------| |------+------+------+------+------+------| - * | | RESET| DEBUG| | | | | | | | | | | + * | | RESET| Debug| | | | | | | | | | | * |------+------+------+------+------+------| |------+------+------+------+------+------| * | | |MusMod|Aud on|AudOff|AGnorm| |AGswap|ClkUp |ClkDwn| | | | * |------+------+------+------+------+------| |------+------+------+------+------+------| @@ -107,7 +107,7 @@ */ #define _________________ADJUST_L1_________________ _______, _______, _______, _______, _______, _______ -#define _________________ADJUST_L2_________________ _______, RESET, DEBUG, _______, _______, _______ +#define _________________ADJUST_L2_________________ _______, RESET, DB_TOGG, _______, _______, _______ #define _________________ADJUST_L3_________________ _______, _______, MU_MOD, AU_ON, AU_OFF, AG_NORM #define _________________ADJUST_L4_________________ _______, MUV_DE, MUV_IN, MU_ON, MU_OFF, MI_ON #define _________________ADJUST_L5_________________ _______, _______, _______, _______, _______, _______ |