aboutsummaryrefslogtreecommitdiff
path: root/users/snowe/snowe.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/snowe/snowe.h')
-rw-r--r--users/snowe/snowe.h43
1 files changed, 43 insertions, 0 deletions
diff --git a/users/snowe/snowe.h b/users/snowe/snowe.h
new file mode 100644
index 000000000..4453b2646
--- /dev/null
+++ b/users/snowe/snowe.h
@@ -0,0 +1,43 @@
1/*
2Copyright 2021 Tyler Thrailkill <@snowe/@snowe2010>
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 2 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/
17
18
19#pragma once
20#include QMK_KEYBOARD_H
21
22#ifndef QMK_FIRMWARE_SNOWE_H
23# define QMK_FIRMWARE_SNOWE_H ;
24#endif // QMK_FIRMWARE_SNOWE_H
25
26#include "wrappers.h"
27#include "keycode_aliases.h"
28
29#define IGNORE_MOD_TAP_INTERRUPT
30#undef PERMISSIVE_HOLD
31
32//#if defined(RGBLIGHT_ENABLE)
33//# include "rgb_stuff.h"
34//#endif
35//#if defined(RGB_MATRIX_ENABLE)
36//# include "rgb_matrix_stuff.h"
37//#endif
38#ifdef OLED_DRIVER_ENABLE
39# include "oled_setup.h"
40#endif
41
42
43enum layers { _MAIN, _LOWER, _UPPER, _ADJUST };