aboutsummaryrefslogtreecommitdiff
path: root/keyboards/claw44/keymaps/default/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/claw44/keymaps/default/keymap.c')
-rw-r--r--keyboards/claw44/keymaps/default/keymap.c17
1 files changed, 15 insertions, 2 deletions
diff --git a/keyboards/claw44/keymaps/default/keymap.c b/keyboards/claw44/keymaps/default/keymap.c
index 65dbd67d9..e8416b9c6 100644
--- a/keyboards/claw44/keymaps/default/keymap.c
+++ b/keyboards/claw44/keymaps/default/keymap.c
@@ -1,3 +1,18 @@
1/*
2Copyright 2012 Jun Wako <wakojun@gmail.com>
3Copyright 2015 Jack Humbert
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.
8This program is distributed in the hope that it will be useful,
9but WITHOUT ANY WARRANTY; without even the implied warranty of
10MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11GNU General Public License for more details.
12You should have received a copy of the GNU General Public License
13along with this program. If not, see <http://www.gnu.org/licenses/>.
14*/
15
1#include QMK_KEYBOARD_H 16#include QMK_KEYBOARD_H
2 17
3// Each layer gets a name for readability, which is then used in the keymap matrix below. 18// Each layer gets a name for readability, which is then used in the keymap matrix below.
@@ -11,8 +26,6 @@ enum layer_number {
11 _LOWER, 26 _LOWER,
12}; 27};
13 28
14#define KC_ KC_TRNS
15#define KC_RST RESET
16#define KC_L_SPC LT(_LOWER, KC_SPC) // lower 29#define KC_L_SPC LT(_LOWER, KC_SPC) // lower
17#define KC_R_ENT LT(_RAISE, KC_ENT) // raise 30#define KC_R_ENT LT(_RAISE, KC_ENT) // raise
18#define KC_G_JA LGUI_T(KC_LANG1) // cmd or win 31#define KC_G_JA LGUI_T(KC_LANG1) // cmd or win