diff --git a/keyboards/5keys/keymaps/default/keymap.c b/keyboards/5keys/keymaps/default/keymap.c index f7a36ad513c..878ae4286b9 100644 --- a/keyboards/5keys/keymaps/default/keymap.c +++ b/keyboards/5keys/keymaps/default/keymap.c @@ -1,3 +1,16 @@ +/* Copylight 2024 mikiya418. + * + * This program is free software: you can redistribute it and/or modify it under the terms + * of the GNU General Public License as published by the Free Software Foundation, + * either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with this + * program. If not, see . + */ #include QMK_KEYBOARD_H const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { diff --git a/keyboards/5keys/readme.md b/keyboards/5keys/readme.md index b61635a71fd..304f76ff230 100644 --- a/keyboards/5keys/readme.md +++ b/keyboards/5keys/readme.md @@ -5,8 +5,8 @@ *A short description of the keyboard/project* * Keyboard Maintainer: [mikiya418](https://github.com/mikiya418) -* Hardware Supported: *The PCBs, controllers supported* -* Hardware Availability: *Links to where you can find this hardware* +* Hardware Supported: 5keys PCBs, Pro Micro +* Hardware Availability: Make example for this keyboard (after setting up your build environment):