aboutsummaryrefslogtreecommitdiff
path: root/users/bcat/bcat.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-08-03 16:40:14 +0000
committerQMK Bot <hello@qmk.fm>2021-08-03 16:40:14 +0000
commit738e8e72ba1ef8da444c5c0406ec962c30d9242c (patch)
treef210dc6603e6deedf290bf0810ce540ab669b669 /users/bcat/bcat.h
parent69619768553b9a30ef71f4db0178c8ddb696fb0e (diff)
parent853344235a1cc1329000af2887de50ed4ce964a2 (diff)
downloadqmk_firmware-738e8e72ba1ef8da444c5c0406ec962c30d9242c.tar.gz
qmk_firmware-738e8e72ba1ef8da444c5c0406ec962c30d9242c.zip
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'users/bcat/bcat.h')
-rw-r--r--users/bcat/bcat.h18
1 files changed, 17 insertions, 1 deletions
diff --git a/users/bcat/bcat.h b/users/bcat/bcat.h
index 1ea05e5fa..0dae774ec 100644
--- a/users/bcat/bcat.h
+++ b/users/bcat/bcat.h
@@ -1,8 +1,24 @@
1/* Copyright 2021 Jonathan Rascher
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
1#pragma once 17#pragma once
2 18
3#include "quantum.h" 19#include "quantum.h"
4 20
5enum user_keycodes { 21enum user_keycode {
6 MC_ALTT = SAFE_RANGE, 22 MC_ALTT = SAFE_RANGE,
7 KEYMAP_SAFE_RANGE, 23 KEYMAP_SAFE_RANGE,
8}; 24};