diff options
-rw-r--r-- | keyboards/frooastboard/nano/config.h (renamed from keyboards/frooastboard/config.h) | 4 | ||||
-rw-r--r-- | keyboards/frooastboard/nano/info.json (renamed from keyboards/frooastboard/info.json) | 4 | ||||
-rw-r--r-- | keyboards/frooastboard/nano/keymaps/default/keymap.c (renamed from keyboards/frooastboard/keymaps/default/keymap.c) | 2 | ||||
-rw-r--r-- | keyboards/frooastboard/nano/keymaps/safe_mode/keymap.c (renamed from keyboards/frooastboard/keymaps/safe_mode/keymap.c) | 2 | ||||
-rw-r--r-- | keyboards/frooastboard/nano/keymaps/via/config.h (renamed from keyboards/frooastboard/keymaps/via/config.h) | 2 | ||||
-rw-r--r-- | keyboards/frooastboard/nano/keymaps/via/keymap.c (renamed from keyboards/frooastboard/keymaps/via/keymap.c) | 2 | ||||
-rw-r--r-- | keyboards/frooastboard/nano/keymaps/via/rules.mk (renamed from keyboards/frooastboard/keymaps/via/rules.mk) | 0 | ||||
-rw-r--r-- | keyboards/frooastboard/nano/nano.c (renamed from keyboards/frooastboard/frooastboard.c) | 4 | ||||
-rw-r--r-- | keyboards/frooastboard/nano/nano.h (renamed from keyboards/frooastboard/frooastboard.h) | 2 | ||||
-rw-r--r-- | keyboards/frooastboard/nano/readme.md (renamed from keyboards/frooastboard/readme.md) | 10 | ||||
-rw-r--r-- | keyboards/frooastboard/nano/rules.mk (renamed from keyboards/frooastboard/rules.mk) | 0 |
11 files changed, 16 insertions, 16 deletions
diff --git a/keyboards/frooastboard/config.h b/keyboards/frooastboard/nano/config.h index ebfc6a75d..48af8e7e9 100644 --- a/keyboards/frooastboard/config.h +++ b/keyboards/frooastboard/nano/config.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright 2021 frooastside | 1 | /* Copyright 2021-2022 frooastside |
2 | * | 2 | * |
3 | * This program is free software: you can redistribute it and/or modify | 3 | * This program is free software: you can redistribute it and/or modify |
4 | * it under the terms of the GNU General Public License as published by | 4 | * it under the terms of the GNU General Public License as published by |
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | /* USB Device descriptor parameter */ | 21 | /* USB Device descriptor parameter */ |
22 | #define MANUFACTURER frooastside | 22 | #define MANUFACTURER frooastside |
23 | #define PRODUCT Frooastboard | 23 | #define PRODUCT Frooastboard Nano |
24 | 24 | ||
25 | /* key matrix size */ | 25 | /* key matrix size */ |
26 | #define MATRIX_ROWS 2 | 26 | #define MATRIX_ROWS 2 |
diff --git a/keyboards/frooastboard/info.json b/keyboards/frooastboard/nano/info.json index bb63e1092..7c594187e 100644 --- a/keyboards/frooastboard/info.json +++ b/keyboards/frooastboard/nano/info.json | |||
@@ -1,6 +1,6 @@ | |||
1 | { | 1 | { |
2 | "keyboard_name": "Frooastboard", | 2 | "keyboard_name": "Frooastboard Nano", |
3 | "url": "https://github.com/frooastside/qmk_firmware/tree/master/keyboards/frooastboard", | 3 | "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/frooastboard/nano", |
4 | "maintainer": "frooastside", | 4 | "maintainer": "frooastside", |
5 | "debounce": 5, | 5 | "debounce": 5, |
6 | "diode_direction": "COL2ROW", | 6 | "diode_direction": "COL2ROW", |
diff --git a/keyboards/frooastboard/keymaps/default/keymap.c b/keyboards/frooastboard/nano/keymaps/default/keymap.c index 569937d8e..aa3ed88da 100644 --- a/keyboards/frooastboard/keymaps/default/keymap.c +++ b/keyboards/frooastboard/nano/keymaps/default/keymap.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright 2021 frooastside | 1 | /* Copyright 2021-2022 frooastside |
2 | * | 2 | * |
3 | * This program is free software: you can redistribute it and/or modify | 3 | * This program is free software: you can redistribute it and/or modify |
4 | * it under the terms of the GNU General Public License as published by | 4 | * it under the terms of the GNU General Public License as published by |
diff --git a/keyboards/frooastboard/keymaps/safe_mode/keymap.c b/keyboards/frooastboard/nano/keymaps/safe_mode/keymap.c index dc040070e..d237438da 100644 --- a/keyboards/frooastboard/keymaps/safe_mode/keymap.c +++ b/keyboards/frooastboard/nano/keymaps/safe_mode/keymap.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright 2021 frooastside | 1 | /* Copyright 2021-2022 frooastside |
2 | * | 2 | * |
3 | * This program is free software: you can redistribute it and/or modify | 3 | * This program is free software: you can redistribute it and/or modify |
4 | * it under the terms of the GNU General Public License as published by | 4 | * it under the terms of the GNU General Public License as published by |
diff --git a/keyboards/frooastboard/keymaps/via/config.h b/keyboards/frooastboard/nano/keymaps/via/config.h index 6bd3c6ea3..8c3969569 100644 --- a/keyboards/frooastboard/keymaps/via/config.h +++ b/keyboards/frooastboard/nano/keymaps/via/config.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright 2021 frooastside | 1 | /* Copyright 2021-2022 frooastside |
2 | * | 2 | * |
3 | * This program is free software: you can redistribute it and/or modify | 3 | * This program is free software: you can redistribute it and/or modify |
4 | * it under the terms of the GNU General Public License as published by | 4 | * it under the terms of the GNU General Public License as published by |
diff --git a/keyboards/frooastboard/keymaps/via/keymap.c b/keyboards/frooastboard/nano/keymaps/via/keymap.c index 028462cde..bddd16bae 100644 --- a/keyboards/frooastboard/keymaps/via/keymap.c +++ b/keyboards/frooastboard/nano/keymaps/via/keymap.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright 2021 frooastside | 1 | /* Copyright 2021-2022 frooastside |
2 | * | 2 | * |
3 | * This program is free software: you can redistribute it and/or modify | 3 | * This program is free software: you can redistribute it and/or modify |
4 | * it under the terms of the GNU General Public License as published by | 4 | * it under the terms of the GNU General Public License as published by |
diff --git a/keyboards/frooastboard/keymaps/via/rules.mk b/keyboards/frooastboard/nano/keymaps/via/rules.mk index 36b7ba9cb..36b7ba9cb 100644 --- a/keyboards/frooastboard/keymaps/via/rules.mk +++ b/keyboards/frooastboard/nano/keymaps/via/rules.mk | |||
diff --git a/keyboards/frooastboard/frooastboard.c b/keyboards/frooastboard/nano/nano.c index 8e7f3c899..584176a4e 100644 --- a/keyboards/frooastboard/frooastboard.c +++ b/keyboards/frooastboard/nano/nano.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright 2021 frooastside | 1 | /* Copyright 2021-2022 frooastside |
2 | * | 2 | * |
3 | * This program is free software: you can redistribute it and/or modify | 3 | * This program is free software: you can redistribute it and/or modify |
4 | * it under the terms of the GNU General Public License as published by | 4 | * it under the terms of the GNU General Public License as published by |
@@ -14,4 +14,4 @@ | |||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include "frooastboard.h" | 17 | #include "nano.h" |
diff --git a/keyboards/frooastboard/frooastboard.h b/keyboards/frooastboard/nano/nano.h index da598cf4a..76d1a42ea 100644 --- a/keyboards/frooastboard/frooastboard.h +++ b/keyboards/frooastboard/nano/nano.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright 2021 frooastside | 1 | /* Copyright 2021-2022 frooastside |
2 | * | 2 | * |
3 | * This program is free software: you can redistribute it and/or modify | 3 | * This program is free software: you can redistribute it and/or modify |
4 | * it under the terms of the GNU General Public License as published by | 4 | * it under the terms of the GNU General Public License as published by |
diff --git a/keyboards/frooastboard/readme.md b/keyboards/frooastboard/nano/readme.md index d465c3f4b..d67f17483 100644 --- a/keyboards/frooastboard/readme.md +++ b/keyboards/frooastboard/nano/readme.md | |||
@@ -1,19 +1,19 @@ | |||
1 | # Frooastboard | 1 | # Frooastboard Nano |
2 | 2 | ||
3 |  | 3 |  |
4 | 4 | ||
5 | * Keyboard Maintainer: [Frooastside](https://github.com/frooastside) | 5 | * Keyboard Maintainer: [Frooastside](https://github.com/frooastside) |
6 | * Hardware Supported: Frooastboard | 6 | * Hardware Supported: Frooastboard Nano |
7 | * Hardware Availability: https://github.com/Frooastside/Frooastboard | 7 | * Hardware Availability: https://github.com/Frooastside/Frooastboard |
8 | 8 | ||
9 | **Reset Key:** Hold down the key located at `K00`, commonly programmed as ESCAPE while plugging in the keyboard. (If via is used it is the key located at `K10`.) | 9 | **Reset Key:** Hold down the key located at `K00`, commonly programmed as ESCAPE while plugging in the keyboard. (If via is used it is the key located at `K10`.) |
10 | 10 | ||
11 | Make example for this keyboard (after setting up your build environment): | 11 | Make example for this keyboard (after setting up your build environment): |
12 | 12 | ||
13 | make frooastboard:default | 13 | make frooastboard/nano:default |
14 | 14 | ||
15 | Flashing example for this keyboard: | 15 | Flashing example for this keyboard: |
16 | 16 | ||
17 | make frooastboard:default:flash | 17 | make frooastboard/nano:default:flash |
18 | 18 | ||
19 | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | 19 | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). |
diff --git a/keyboards/frooastboard/rules.mk b/keyboards/frooastboard/nano/rules.mk index bef90c50a..bef90c50a 100644 --- a/keyboards/frooastboard/rules.mk +++ b/keyboards/frooastboard/nano/rules.mk | |||