blob: f5ab0c8dc676431c1d0335dca2512ac573363318 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include QMK_KEYBOARD_CONFIG_H
#define PREVENT_STUCK_MODIFIERS
#define KM LAYOUT_60_ansi_split_bs_rshift
#endif //CONFIG_USER_H
|