diff options
author | Ryan <fauxpark@gmail.com> | 2023-02-19 22:33:47 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-19 11:33:47 +0000 |
commit | 330b73a2df1a4dd421534c267a2d3206a16813da (patch) | |
tree | 4feae902a4d12940e24e7a649f5a3da38295d827 /layouts/default/65_ansi_blocker_split_bs | |
parent | 0152dd811dad101d5764f66476fa842170b86695 (diff) |
Add license headers to all default layout keymaps (#19888)
Diffstat (limited to 'layouts/default/65_ansi_blocker_split_bs')
-rw-r--r-- | layouts/default/65_ansi_blocker_split_bs/default_65_ansi_blocker_split_bs/keymap.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/layouts/default/65_ansi_blocker_split_bs/default_65_ansi_blocker_split_bs/keymap.c b/layouts/default/65_ansi_blocker_split_bs/default_65_ansi_blocker_split_bs/keymap.c index 099e714395..15c56af31b 100644 --- a/layouts/default/65_ansi_blocker_split_bs/default_65_ansi_blocker_split_bs/keymap.c +++ b/layouts/default/65_ansi_blocker_split_bs/default_65_ansi_blocker_split_bs/keymap.c @@ -1,4 +1,4 @@ -// Copyright 2020-2022 QMK (@qmk) +// Copyright 2023 QMK // SPDX-License-Identifier: GPL-2.0-or-later #include QMK_KEYBOARD_H @@ -45,6 +45,5 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_MUTE, KC_VOLD, KC_VOLU, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ - ), - + ) }; |