feat: scaffold users/matej shared QMK userspace
This commit is contained in:
15
users/matej/matej.h
Normal file
15
users/matej/matej.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
enum layers {
|
||||
_BASE,
|
||||
_FN,
|
||||
_NAV,
|
||||
_GAME,
|
||||
};
|
||||
|
||||
enum custom_keycodes {
|
||||
M_DSC_SEP = SAFE_RANGE,
|
||||
M_BASE_PEEK,
|
||||
};
|
||||
Reference in New Issue
Block a user