diff options
Diffstat (limited to 'keyboards/claw44/keymaps/default/keymap.c')
| -rw-r--r-- | keyboards/claw44/keymaps/default/keymap.c | 17 |
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 | /* | ||
| 2 | Copyright 2012 Jun Wako <wakojun@gmail.com> | ||
| 3 | Copyright 2015 Jack Humbert | ||
| 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 | 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 | You should have received a copy of the GNU General Public License | ||
| 13 | along 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 |
