diff options
| author | Joel Challis | 2025-09-12 21:00:03 +0200 |
|---|---|---|
| committer | GitHub | 2025-09-12 21:00:03 +0200 |
| commit | 46231df62d1914bb7d25f26a7ece41b7805cc807 (patch) | |
| tree | eb550f50aaa2eb11dc6d46a9612e11dc7cacc9be /keyboards/keebio/rorschach/keymaps/default | |
| parent | b6310b5a1507aa085a732f1105b7f022c837f443 (diff) | |
Tidy Keebio keyboards (#25653)
Diffstat (limited to 'keyboards/keebio/rorschach/keymaps/default')
| -rw-r--r-- | keyboards/keebio/rorschach/keymaps/default/config.h | 24 | ||||
| -rw-r--r-- | keyboards/keebio/rorschach/keymaps/default/keymap.c | 4 |
2 files changed, 3 insertions, 25 deletions
diff --git a/keyboards/keebio/rorschach/keymaps/default/config.h b/keyboards/keebio/rorschach/keymaps/default/config.h deleted file mode 100644 index da32daebb3..0000000000 --- a/keyboards/keebio/rorschach/keymaps/default/config.h +++ /dev/null @@ -1,24 +0,0 @@ -/* -Copyright 2018 Danny Nguyen <danny@keeb.io> - -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 2 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 <http://www.gnu.org/licenses/>. -*/ - -#pragma once - -// #define USE_I2C - -/* Select hand configuration */ -// #define MASTER_RIGHT -// #define EE_HANDS diff --git a/keyboards/keebio/rorschach/keymaps/default/keymap.c b/keyboards/keebio/rorschach/keymaps/default/keymap.c index 2949164c34..df03718193 100644 --- a/keyboards/keebio/rorschach/keymaps/default/keymap.c +++ b/keyboards/keebio/rorschach/keymaps/default/keymap.c @@ -1,5 +1,7 @@ -#include QMK_KEYBOARD_H +// Copyright 2025 Keebio (@keebio) +// SPDX-License-Identifier: GPL-2.0-or-later +#include QMK_KEYBOARD_H enum layer_names { _QWERTY, |