Keymap / userspace update (#5358)
* Update userspace with common config.h * Add my dz60, satan and xd75 keyboard keymaps * Fixing executable bits changed during last upstream merge * Cleanup unnecessary files and defines * Remove unnecessary defines from userspace config * Add underglow controls to dz60 function layer * Fixing merge conflicts * Fixing exectable bits changed during merge * Userspace update
This commit is contained in:
parent
9d915ed051
commit
ff95c60e46
4 changed files with 133 additions and 23 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[_QW] = LAYOUT_planck_grid_wrapper(QWERTY_4x12),
|
||||
[_GAME] = LAYOUT_planck_grid_wrapper(GAME_4x12),
|
||||
[_LW] = LAYOUT_planck_grid_wrapper(LOWER_4x12),
|
||||
[_NV] = LAYOUT_planck_grid_wrapper(NAV_4x12),
|
||||
[_NP] = LAYOUT_planck_grid_wrapper(NUMPAD_4x12),
|
||||
|
@ -30,4 +31,4 @@ void rgb_matrix_indicators_user(void) {
|
|||
// Disable light in middle of 2U position
|
||||
rgb_matrix_set_color(42, 0, 0, 0);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue