Userspace update for user bbaserdem (#3443)
* Put in my keymaps * Fixed all but weird lets split issue * Organized and tried to trobleshoot lets split * Organized and tried to trobleshoot lets split * Added bbaserdem keymaps * Added bbaserdem keymaps * Fixed stuff * FIxed a filename error * Lets split eh * Finalized things regarding keymap
This commit is contained in:
parent
b89cec9ebc
commit
738a9fc16c
23 changed files with 213 additions and 251 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef CONFIG_USER_H
|
||||
#define CONFIG_USER_H
|
||||
#ifndef CONFIG_KEYMAP_H
|
||||
#define CONFIG_KEYMAP_H
|
||||
|
||||
#include "../../config.h"
|
||||
|
||||
|
|
|
@ -20,18 +20,17 @@ uint32_t layer_state_set_keymap(uint32_t state) {
|
|||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
// Main Dvorak layer
|
||||
[_DV] = DVORAK,
|
||||
[_DV] = LAYOUT_letssplit_wrapper(DVORAK),
|
||||
// Turkish and special character overlay
|
||||
[_AL] = ALTCHAR,
|
||||
[_AL] = LAYOUT_letssplit_wrapper(ALTCHAR),
|
||||
// Gaming layer
|
||||
[_GA] = GAME,
|
||||
[_GA] = LAYOUT_letssplit_wrapper(GAME),
|
||||
// Numbers layer
|
||||
[_NU] = NUMBERS,
|
||||
[_NU] = LAYOUT_letssplit_wrapper(NUMBERS),
|
||||
// Settings layer
|
||||
[_SE] = SETTINGS,
|
||||
[_SE] = LAYOUT_letssplit_wrapper(SETTINGS),
|
||||
// Mouse emulation layer
|
||||
[_MO] = MOUSE,
|
||||
#ifdef AUDIO_ENABLE
|
||||
[_MU] = MUSIC,
|
||||
#endif
|
||||
[_MO] = LAYOUT_letssplit_wrapper(MOUSE),
|
||||
// Music layer
|
||||
[_MU] = LAYOUT_letssplit_wrapper(MUSIC),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue