feat: scaffold users/matej shared QMK userspace

This commit is contained in:
2026-05-03 23:43:17 +02:00
parent 865bc3e516
commit bf9487acf7
5 changed files with 82 additions and 0 deletions

15
users/matej/matej.h Normal file
View 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,
};