Skip to content

Commit

Permalink
Merge branch 'qmk:master' into PR-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gourdo1 authored Feb 17, 2022
2 parents 7810552 + 2d12eac commit 42928a5
Show file tree
Hide file tree
Showing 35 changed files with 550 additions and 2,000 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2021 frooastside
/* Copyright 2021-2022 frooastside
*
* 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
Expand All @@ -20,7 +20,7 @@

/* USB Device descriptor parameter */
#define MANUFACTURER frooastside
#define PRODUCT Frooastboard
#define PRODUCT Frooastboard Nano

/* key matrix size */
#define MATRIX_ROWS 2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"keyboard_name": "Frooastboard",
"url": "https://github.com/frooastside/qmk_firmware/tree/master/keyboards/frooastboard",
"keyboard_name": "Frooastboard Nano",
"url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/frooastboard/nano",
"maintainer": "frooastside",
"debounce": 5,
"diode_direction": "COL2ROW",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2021 frooastside
/* Copyright 2021-2022 frooastside
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2021 frooastside
/* Copyright 2021-2022 frooastside
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2021 frooastside
/* Copyright 2021-2022 frooastside
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2021 frooastside
/* Copyright 2021-2022 frooastside
*
* 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
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2021 frooastside
/* Copyright 2021-2022 frooastside
*
* 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
Expand All @@ -14,4 +14,4 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include "frooastboard.h"
#include "nano.h"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2021 frooastside
/* Copyright 2021-2022 frooastside
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -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)
* Hardware Supported: Frooastboard
* Hardware Supported: Frooastboard Nano
* 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`.)

Make example for this keyboard (after setting up your build environment):

make frooastboard:default
make frooastboard/nano:default

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).
File renamed without changes.
Empty file removed keyboards/helix/rev1/.noci
Empty file.
86 changes: 0 additions & 86 deletions keyboards/helix/rev1/config.h

This file was deleted.

80 changes: 0 additions & 80 deletions keyboards/helix/rev1/info.json

This file was deleted.

51 changes: 0 additions & 51 deletions keyboards/helix/rev1/keymaps/OLED_sample/config.h

This file was deleted.

Loading

0 comments on commit 42928a5

Please sign in to comment.