Skip to content

Commit 330b73a

Browse files
authored
Add license headers to all default layout keymaps (#19888)
1 parent 0152dd8 commit 330b73a

File tree

72 files changed

+203
-187
lines changed
  • layouts/default
    • 60_abnt2/default_60_abnt2
    • 60_ansi_arrow_split_bs_7u_spc/default_60_ansi_arrow_split_bs_7u_spc
    • 60_ansi_arrow/default_60_ansi_arrow
    • 60_ansi_split_bs_rshift/default_60_ansi_split_bs_rshift
    • 60_ansi_tsangan/default_60_ansi_tsangan
    • 60_ansi/default_60_ansi
    • 60_hhkb/default_60_hhkb
    • 60_iso_split_bs_rshift/default_60_iso_split_bs_rshift
    • 60_iso_tsangan/default_60_iso_tsangan
    • 60_iso/default_60_iso
    • 60_tsangan_hhkb/default_60_tsangan_hhkb
    • 64_ansi/default_64_ansi
    • 64_iso/default_64_iso
    • 65_ansi_blocker_split_bs/default_65_ansi_blocker_split_bs
    • 65_ansi_blocker_tsangan_split_bs/default_65_ansi_blocker_tsangan_split_bs
    • 65_ansi_blocker_tsangan/default_65_ansi_blocker_tsangan
    • 65_ansi_blocker/default_65_ansi_blocker
    • 65_ansi_split_bs/default_65_ansi_split_bs
    • 65_ansi/default_65_ansi
    • 65_iso_blocker_split_bs/default_65_iso_blocker_split_bs
    • 65_iso_blocker_tsangan_split_bs/default_65_iso_blocker_tsangan_split_bs
    • 65_iso_blocker_tsangan/default_65_iso_blocker_tsangan
    • 65_iso_blocker/default_65_iso_blocker
    • 65_iso_split_bs/default_65_iso_split_bs
    • 65_iso/default_65_iso
    • 66_ansi/default_66_ansi
    • 66_iso/default_66_iso
    • 68_ansi/default_68_ansi
    • 68_iso/default_68_iso
    • 75_ansi/default_75_ansi
    • 75_iso/default_75_iso
    • 96_ansi/default_96_ansi
    • 96_iso/default_96_iso
    • alice_split_bs/default_alice_split_bs
    • alice/default_alice
    • ergodox/default_ergodox
    • fullsize_ansi/default_fullsize_ansi
    • fullsize_iso/default_fullsize_iso
    • numpad_4x4/default_numpad_4x4
    • numpad_5x4/default_numpad_5x4
    • numpad_5x6/default_numpad_5x6
    • numpad_6x4/default_numpad_6x4
    • numpad_6x5/default_numpad_6x5
    • ortho_1x1/default_ortho_1x1
    • ortho_2x3/default_ortho_2x3
    • ortho_2x6/default_ortho_2x6
    • ortho_3x10/default_ortho_3x10
    • ortho_3x3/default_ortho_3x3
    • ortho_4x10/default_ortho_4x10
    • ortho_4x12/default_ortho_4x12
    • ortho_4x16/default_ortho_4x16
    • ortho_4x4/default_ortho_4x4
    • ortho_4x6/default_ortho_4x6
    • ortho_5x10/default_ortho_5x10
    • ortho_5x12/default_ortho_5x12
    • ortho_5x14/default_ortho_5x14
    • ortho_5x15/default_ortho_5x15
    • ortho_5x4/default_ortho_5x4
    • ortho_5x5/default_ortho_5x5
    • ortho_6x4/default_ortho_6x4
    • planck_mit/default_planck_mit
    • split_3x5_2/default_split_3x5_2
    • split_3x5_3/default_split_3x5_3
    • split_3x6_3/default_split_3x6_3
    • tkl_ansi/default_tkl_ansi
    • tkl_f13_ansi_tsangan/default_tkl_f13_ansi_tsangan
    • tkl_f13_ansi/default_tkl_f13_ansi
    • tkl_f13_iso_tsangan/default_tkl_f13_iso_tsangan
    • tkl_f13_iso/default_tkl_f13_iso
    • tkl_iso/default_tkl_iso
    • tkl_nofrow_ansi/default_tkl_nofrow_ansi
    • tkl_nofrow_iso/default_tkl_nofrow_iso

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+203
-187
lines changed

layouts/default/60_abnt2/default_60_abnt2/keymap.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2023 QMK
2+
// SPDX-License-Identifier: GPL-2.0-or-later
3+
14
#include QMK_KEYBOARD_H
25

36
#include "keymap_brazilian_abnt2.h"
@@ -39,7 +42,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
3942
*/
4043
[1] = LAYOUT_60_abnt2(
4144
BR_QUOT, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_DEL,
42-
_______, _______, _______, _______, QK_BOOT, _______, KC_INS, KC_HOME, KC_UP, KC_END, KC_PGUP, _______, _______,
45+
_______, _______, _______, _______, QK_BOOT, _______, KC_INS, KC_HOME, KC_UP, KC_END, KC_PGUP, _______, _______,
4346
_______, _______, _______, _______, _______, _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, KC_PGDN, _______, _______, _______,
4447
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
4548
_______, _______, _______, _______, _______, _______, _______, _______

layouts/default/60_ansi/default_60_ansi/keymap.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2023 QMK
2+
// SPDX-License-Identifier: GPL-2.0-or-later
3+
14
#include QMK_KEYBOARD_H
25

36
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,8 @@
1-
/*
2-
* Default 60 ANSI Arrow Keymap.
3-
*
4-
* Copyright (C) 2020 Sendy YK <https://mr.sendyyk.com>
5-
*
6-
* This program is free software: you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation, either version 3 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
16-
* You should have received a copy of the GNU General Public License
17-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
18-
*/
1+
// Copyright 2020 QMK / Sendy YK
2+
// SPDX-License-Identifier: GPL-2.0-or-later/
193

204
#include QMK_KEYBOARD_H
215

22-
enum layer_names {
23-
_BASE
24-
};
25-
266
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
277
/*
288
* ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐
@@ -37,11 +17,11 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
3717
* │Ctrl│GUI │Alt │Space │Alt│GUI│← │↓ │→ │
3818
* └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┘
3919
*/
40-
[_BASE] = LAYOUT_60_ansi_arrow(
20+
[0] = LAYOUT_60_ansi_arrow(
4121
QK_GESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC,
4222
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS,
4323
KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,
4424
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_RSFT, KC_UP, KC_SLSH,
4525
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_LEFT, KC_DOWN, KC_RGHT
46-
),
26+
)
4727
};

layouts/default/60_ansi_arrow_split_bs_7u_spc/default_60_ansi_arrow_split_bs_7u_spc/keymap.c

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,8 @@
1-
/*
2-
* Default 60 ANSI Arrow Split Backspace & 7U Space Keymap.
3-
*
4-
* Copyright (C) 2020 Sendy YK <https://mr.sendyyk.com>
5-
*
6-
* This program is free software: you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation, either version 3 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
16-
* You should have received a copy of the GNU General Public License
17-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
18-
*/
1+
// Copyright 2020 QMK / Sendy YK
2+
// SPDX-License-Identifier: GPL-2.0-or-later
193

204
#include QMK_KEYBOARD_H
215

22-
enum layer_names {
23-
_BASE
24-
};
25-
266
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
277
/*
288
* ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
@@ -37,7 +17,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
3717
* │Ctrl │GUI│Alt │Space │Alt│← │↓ │→ │
3818
* └─────┴───┴─────┴───────────────────────────┴───┴───┴───┴───┘
3919
*/
40-
[_BASE] = LAYOUT_60_ansi_arrow_split_bs_7u_spc(
20+
[0] = LAYOUT_60_ansi_arrow_split_bs_7u_spc(
4121
QK_GESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSLS, KC_DEL,
4222
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSPC,
4323
KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,

layouts/default/60_ansi_split_bs_rshift/default_60_ansi_split_bs_rshift/keymap.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2023 QMK
2+
// SPDX-License-Identifier: GPL-2.0-or-later
3+
14
#include QMK_KEYBOARD_H
25

36
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

layouts/default/60_ansi_tsangan/default_60_ansi_tsangan/keymap.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2023 QMK
2+
// SPDX-License-Identifier: GPL-2.0-or-later
3+
14
#include QMK_KEYBOARD_H
25

36
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

layouts/default/60_hhkb/default_60_hhkb/keymap.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2023 QMK
2+
// SPDX-License-Identifier: GPL-2.0-or-later
3+
14
#include QMK_KEYBOARD_H
25

36
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

layouts/default/60_iso/default_60_iso/keymap.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2023 QMK
2+
// SPDX-License-Identifier: GPL-2.0-or-later
3+
14
#include QMK_KEYBOARD_H
25

36
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

layouts/default/60_iso_split_bs_rshift/default_60_iso_split_bs_rshift/keymap.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2023 QMK
2+
// SPDX-License-Identifier: GPL-2.0-or-later
3+
14
#include QMK_KEYBOARD_H
25

36
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

layouts/default/60_iso_tsangan/default_60_iso_tsangan/keymap.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2023 QMK
2+
// SPDX-License-Identifier: GPL-2.0-or-later
3+
14
#include QMK_KEYBOARD_H
25

36
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

0 commit comments

Comments
 (0)