diff options
| author | csc027 <csc_dev@protonmail.com> | 2020-10-22 09:12:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-22 20:12:55 +1100 |
| commit | f9853433c140700ce6bfbfba7517e1e0620789d4 (patch) | |
| tree | 70f4c94f43987dfa7ecccc6e4aef71c244b5b0cb /users/csc027/csc027.h | |
| parent | caf61a19c64e4ee8ae213690a6f9d65a8dbe7241 (diff) | |
| download | qmk_firmware-f9853433c140700ce6bfbfba7517e1e0620789d4.tar.gz qmk_firmware-f9853433c140700ce6bfbfba7517e1e0620789d4.zip | |
csc027/keymap-updates (#10250)
Diffstat (limited to 'users/csc027/csc027.h')
| -rw-r--r-- | users/csc027/csc027.h | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/users/csc027/csc027.h b/users/csc027/csc027.h index 6daae2a30..e13f12861 100644 --- a/users/csc027/csc027.h +++ b/users/csc027/csc027.h | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2020 Constantine Chen @csc027 | ||
| 3 | |||
| 4 | This program is free software: you can redistribute it and/or modify | ||
| 5 | it under the terms of the GNU General Public License as published by | ||
| 6 | the Free Software Foundation, either version 2 of the License, or | ||
| 7 | (at your option) any later version. | ||
| 8 | |||
| 9 | This program is distributed in the hope that it will be useful, | ||
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | GNU General Public License for more details. | ||
| 13 | |||
| 14 | You should have received a copy of the GNU General Public License | ||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 16 | */ | ||
| 17 | |||
| 1 | #pragma once | 18 | #pragma once |
| 2 | 19 | ||
| 3 | #include "quantum.h" | 20 | #include "quantum.h" |
| @@ -22,7 +39,7 @@ enum custom_layers { | |||
| 22 | _RS, // Raise | 39 | _RS, // Raise |
| 23 | _LW, // Lower | 40 | _LW, // Lower |
| 24 | _MS, // Mouse | 41 | _MS, // Mouse |
| 25 | _GT, // Git | 42 | _WT, // Windows Terminal |
| 26 | _CN, // Convenience | 43 | _CN, // Convenience |
| 27 | _GG, // General Gaming | 44 | _GG, // General Gaming |
| 28 | _CS // Counter-Strike: Global Offensive | 45 | _CS // Counter-Strike: Global Offensive |
