diff options
author | Zac Moulton <moulton.zac@gmail.com> | 2021-09-10 18:56:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 18:56:50 -0700 |
commit | d7747a2d700eec08679011d79dc6192fe43ca402 (patch) | |
tree | bb714979ee6522af754c6deba60cd174fec0fdaf /users/moults31/vscode.h | |
parent | 759d1927f099ba319ad09c69a2cc71026d775713 (diff) | |
download | qmk_firmware-d7747a2d700eec08679011d79dc6192fe43ca402.tar.gz qmk_firmware-d7747a2d700eec08679011d79dc6192fe43ca402.zip |
[Keymap] moults31 userspace and keymaps (#12025)
Diffstat (limited to 'users/moults31/vscode.h')
-rw-r--r-- | users/moults31/vscode.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/users/moults31/vscode.h b/users/moults31/vscode.h new file mode 100644 index 000000000..7e88b6591 --- /dev/null +++ b/users/moults31/vscode.h | |||
@@ -0,0 +1,21 @@ | |||
1 | /* Copyright 2021 moults31 | ||
2 | * | ||
3 | * This program is free software: you can redistribute it and/or modify | ||
4 | * it under the terms of the GNU General Public License as published by | ||
5 | * the Free Software Foundation, either version 2 of the License, or | ||
6 | * (at your option) any later version. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | */ | ||
16 | #pragma once | ||
17 | |||
18 | #include QMK_KEYBOARD_H | ||
19 | #include "moults31.h" | ||
20 | |||
21 | bool process_record_vsc(uint16_t keycode, keyrecord_t *record); | ||