Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Mino Plus Keyboard #19535

Merged
merged 12 commits into from
Jan 18, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated per comments
  • Loading branch information
Shandon Anderson committed Jan 8, 2023
commit 35e58337795b42bbc6e8916b44b03a25e6284eb1
17 changes: 2 additions & 15 deletions keyboards/mino_plus/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
/* Copyright 2022 ShandonCodes
*
* 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 <https://www.gnu.org/licenses/>.
*/
// Copyright 2022 ShandonCodes (@ShandonCodes)
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H

enum layer_names {
Expand Down
17 changes: 2 additions & 15 deletions keyboards/mino_plus/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
/* Copyright 2022 ShandonCodes
*
* 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 <https://www.gnu.org/licenses/>.
*/
// Copyright 2022 ShandonCodes (@ShandonCodes)
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H

enum layer_names {
Expand Down
17 changes: 2 additions & 15 deletions keyboards/mino_plus/mino_plus.c
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
/* Copyright 2022 ShandonCodes
*
* 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 <https://www.gnu.org/licenses/>.
*/
// Copyright 2022 ShandonCodes (@ShandonCodes)
// SPDX-License-Identifier: GPL-2.0-or-later
#include "mino_plus.h"
CheeseL0ver marked this conversation as resolved.
Show resolved Hide resolved
19 changes: 3 additions & 16 deletions keyboards/mino_plus/mino_plus.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
/* Copyright 2022 ShandonCodes
*
* 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 <https://www.gnu.org/licenses/>.
*/
// Copyright 2022 ShandonCodes (@ShandonCodes)
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once
#pragma once

#include "quantum.h"

Expand Down
1 change: 0 additions & 1 deletion keyboards/mino_plus/soldered/config.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2022 ShandonCodes (@ShandonCodes)
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#include "config_common.h"
Expand Down
2 changes: 2 additions & 0 deletions keyboards/mino_plus/soldered/mcuconf.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Copyright 2022 ShandonCodes (@ShandonCodes)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once

#include_next "mcuconf.h"
CheeseL0ver marked this conversation as resolved.
Show resolved Hide resolved

#undef STM32_I2C_USE_I2C1
Expand Down
18 changes: 2 additions & 16 deletions keyboards/mino_plus/soldered/soldered.c
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
/* Copyright 2022 ShandonCodes
*
* 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 <https://www.gnu.org/licenses/>.
*/

// Copyright 2022 ShandonCodes (@ShandonCodes)
// SPDX-License-Identifier: GPL-2.0-or-later
#include "soldered.h"

void board_init(void) {
Expand Down
18 changes: 2 additions & 16 deletions keyboards/mino_plus/soldered/soldered.h
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
/* Copyright 2022 ShandonCodes
*
* 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 <https://www.gnu.org/licenses/>.
*/

// Copyright 2022 ShandonCodes (@ShandonCodes)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once

#include "quantum.h"
Expand Down