aboutsummaryrefslogtreecommitdiff
path: root/users/csc027/csc027.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/csc027/csc027.h')
-rw-r--r--users/csc027/csc027.h32
1 files changed, 6 insertions, 26 deletions
diff --git a/users/csc027/csc027.h b/users/csc027/csc027.h
index 2a4c8a8a6..96bf7dc0e 100644
--- a/users/csc027/csc027.h
+++ b/users/csc027/csc027.h
@@ -8,33 +8,13 @@ enum custom_keycodes {
8 LOWER = SAFE_RANGE, 8 LOWER = SAFE_RANGE,
9 RAISE, 9 RAISE,
10 10
11 // Git Keycodes
12 GIT_ADD, // Add
13 GIT_BRC, // Branch
14 GIT_CHK, // Checkout
15 GIT_CHR, // Cherry-Pick
16 GIT_CMT, // Commit
17 GIT_DIF, // Diff
18 GIT_FTC, // Fetch
19 GIT_GRP, // Grep
20 GIT_LOG, // Log
21 GIT_INT, // Init
22 GIT_MRG, // Merge
23 GIT_MOV, // Move (mv)
24 GIT_PSH, // Push
25 GIT_PUL, // Pull
26 GIT_RBS, // Rebase
27 GIT_RMT, // Remote
28 GIT_RST, // Reset
29 GIT_SHW, // Show
30 GIT_STH, // Stash
31 GIT_STS, // Status
32 GIT_TAG, // Tag
33 11
34 // Remote Desktop 12 MC_first,
35 MC_MRD7, // Minimize Remote Desktop on Windows 7 13
36 MC_MRD8, // Minimize Remote Desktop on Windows 8+ 14 // Macro Keycodes
37 MC_ATRD // Switch windows on local machine from Remote Desktop on Windows 15 CUSTOM_MACROS(CUSTOM_ENUM, DROP, COMMA_DELIM),
16
17 MC_last
38}; 18};
39 19
40enum custom_layers { 20enum custom_layers {