[Keyboard] Renamed Frooastboard to Frooastboard Nano (#16373)
This commit is contained in:
parent
7dd993fb06
commit
2d12eacb4b
11 changed files with 16 additions and 16 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright 2021 frooastside
|
/* Copyright 2021-2022 frooastside
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
/* USB Device descriptor parameter */
|
/* USB Device descriptor parameter */
|
||||||
#define MANUFACTURER frooastside
|
#define MANUFACTURER frooastside
|
||||||
#define PRODUCT Frooastboard
|
#define PRODUCT Frooastboard Nano
|
||||||
|
|
||||||
/* key matrix size */
|
/* key matrix size */
|
||||||
#define MATRIX_ROWS 2
|
#define MATRIX_ROWS 2
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"keyboard_name": "Frooastboard",
|
"keyboard_name": "Frooastboard Nano",
|
||||||
"url": "https://github.com/frooastside/qmk_firmware/tree/master/keyboards/frooastboard",
|
"url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/frooastboard/nano",
|
||||||
"maintainer": "frooastside",
|
"maintainer": "frooastside",
|
||||||
"debounce": 5,
|
"debounce": 5,
|
||||||
"diode_direction": "COL2ROW",
|
"diode_direction": "COL2ROW",
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright 2021 frooastside
|
/* Copyright 2021-2022 frooastside
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright 2021 frooastside
|
/* Copyright 2021-2022 frooastside
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright 2021 frooastside
|
/* Copyright 2021-2022 frooastside
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright 2021 frooastside
|
/* Copyright 2021-2022 frooastside
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright 2021 frooastside
|
/* Copyright 2021-2022 frooastside
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -14,4 +14,4 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "frooastboard.h"
|
#include "nano.h"
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright 2021 frooastside
|
/* Copyright 2021-2022 frooastside
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
|
@ -1,19 +1,19 @@
|
||||||
# Frooastboard
|
# Frooastboard Nano
|
||||||
|
|
||||||
![Frooastboard](https://i.imgur.com/f26O8JLh.jpg)
|
![Frooastboard Nano](https://i.imgur.com/f26O8JLh.jpg)
|
||||||
|
|
||||||
* Keyboard Maintainer: [Frooastside](https://github.com/frooastside)
|
* Keyboard Maintainer: [Frooastside](https://github.com/frooastside)
|
||||||
* Hardware Supported: Frooastboard
|
* Hardware Supported: Frooastboard Nano
|
||||||
* Hardware Availability: https://github.com/Frooastside/Frooastboard
|
* Hardware Availability: https://github.com/Frooastside/Frooastboard
|
||||||
|
|
||||||
**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`.)
|
**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`.)
|
||||||
|
|
||||||
Make example for this keyboard (after setting up your build environment):
|
Make example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
make frooastboard:default
|
make frooastboard/nano:default
|
||||||
|
|
||||||
Flashing example for this keyboard:
|
Flashing example for this keyboard:
|
||||||
|
|
||||||
make frooastboard:default:flash
|
make frooastboard/nano:default:flash
|
||||||
|
|
||||||
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).
|
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).
|
Loading…
Reference in a new issue