diff options
| author | zvecr <git@zvecr.com> | 2019-05-12 08:01:00 +0100 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-05-12 00:01:00 -0700 |
| commit | 7e1d28673ff4c984be889ca1b67a45ca6d3a5065 (patch) | |
| tree | 880bd0cded6cc4af9d2d31712ea508fdfc1994cd /keyboards/yosino58 | |
| parent | 94f104cb6cd8751b49df7fa7e5b0b266e5354f92 (diff) | |
| download | qmk_firmware-7e1d28673ff4c984be889ca1b67a45ca6d3a5065.tar.gz qmk_firmware-7e1d28673ff4c984be889ca1b67a45ca6d3a5065.zip | |
[Keyboard] Fix file encoding and add readme (#5853)
Diffstat (limited to 'keyboards/yosino58')
| -rw-r--r-- | keyboards/yosino58/readme.md | 16 | ||||
| -rw-r--r-- | keyboards/yosino58/rev1/config.h | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/keyboards/yosino58/readme.md b/keyboards/yosino58/readme.md new file mode 100644 index 000000000..50c95bb99 --- /dev/null +++ b/keyboards/yosino58/readme.md | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | # yosino58 | ||
| 2 | |||
| 3 |  | ||
| 4 | |||
| 5 | yosino58 is a 58-key, Column-Staggered split keyboard. | ||
| 6 | Compatible with Cherry MX and Kailh low profile switches. Optional support for OLED and Backlight LED. | ||
| 7 | |||
| 8 | Keyboard Maintainer: [sakurachari](https://github.com/sakurachari) | ||
| 9 | Hardware Supported: yosino58 | ||
| 10 | Hardware Availability: https://booth.pm/ja/items/1278362 | ||
| 11 | |||
| 12 | Make example for this keyboard (after setting up your build environment): | ||
| 13 | |||
| 14 | make yosino58:default | ||
| 15 | |||
| 16 | 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/yosino58/rev1/config.h b/keyboards/yosino58/rev1/config.h index a9f4f666e..8a0cf151b 100644 --- a/keyboards/yosino58/rev1/config.h +++ b/keyboards/yosino58/rev1/config.h | |||
| @@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 24 | #define DEVICE_VER 0x0001 | 24 | #define DEVICE_VER 0x0001 |
| 25 | #define MANUFACTURER sakuranbo0046 | 25 | #define MANUFACTURER sakuranbo0046 |
| 26 | #define PRODUCT yosino58 | 26 | #define PRODUCT yosino58 |
| 27 | #define DESCRIPTION yosino58 is 6~4+5keys column-staggered split keyboard. | 27 | #define DESCRIPTION yosino58 is 6x4+5keys column-staggered split keyboard. |
| 28 | 28 | ||
| 29 | /* key matrix size */ | 29 | /* key matrix size */ |
| 30 | // Rows are doubled-up | 30 | // Rows are doubled-up |
