aboutsummaryrefslogtreecommitdiff
path: root/users/mechmerlin/mechmerlin.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/mechmerlin/mechmerlin.h')
-rw-r--r--users/mechmerlin/mechmerlin.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/users/mechmerlin/mechmerlin.h b/users/mechmerlin/mechmerlin.h
new file mode 100644
index 000000000..c140ac70c
--- /dev/null
+++ b/users/mechmerlin/mechmerlin.h
@@ -0,0 +1,17 @@
1#pragma once
2
3#include "quantum.h"
4
5enum userspace_layers {
6 _BL = 0, // Base Layer
7 _FL, // Function Layer
8 _AL // Arrow Layer
9};
10
11// Enum of custom keycodes defined in process_record_user
12enum keycodes {
13 KC_FNX, // Hold for FN layer, tap to toggle ARROWS layer.
14};
15
16// Custom #defined keycodes
17#define KC_CTCP MT(KC_LCTL, KC_CAPS)