Skip to content

Commit

Permalink
fix all init make readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaxin96 committed Aug 27, 2021
1 parent 04ed3a3 commit 4d52f89
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 11 deletions.
2 changes: 1 addition & 1 deletion keyboards/yandrstudio/Eureka75/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Hardware Availability: https://github.com/Oh-My-Mechanical-Keyboard

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

make yandrstudio/Eureka75/f401:via
make yandrstudio/Eureka75/f401:default

See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.

4 changes: 4 additions & 0 deletions keyboards/yandrstudio/M69/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ Hardware Availability: https://github.com/Oh-My-Mechanical-Keyboard

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

for solder version:

make yandrstudio/M69/solder/f401:default

for hotswap version:

make yandrstudio/M69/hotswap/f401:default

Expand Down
2 changes: 1 addition & 1 deletion keyboards/yandrstudio/m60ble/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_LSFT,
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_RGUI, KC_RCTL),
LAYOUT(
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_F1, KC_F2, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
Expand Down
4 changes: 2 additions & 2 deletions keyboards/yandrstudio/m60ble/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ A 61 keys keyboard with rgb (keys and underground) and bluetooth 5.x.
This keyboard use 8mhz HSE and STM32F401 as MCU.

Keyboard Maintainer: https://github.com/jiaxin96
Hardware Supported: yp980ble
Hardware Supported: m60ble
Hardware Availability: https://github.com/Oh-My-Mechanical-Keyboard

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

make yandrstudio/m60ble/f401:ble
make yandrstudio/m60ble/f401:default

See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
5 changes: 3 additions & 2 deletions keyboards/yandrstudio/whiteMouse69/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ Hardware Availability: https://github.com/Oh-My-Mechanical-Keyboard

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

for stm32f401 version
for stm32f401 version:

make yandrstudio/whiteMouse69/f401:default

for stm32f103 version
for stm32f103 version:

make yandrstudio/whiteMouse69/f103:default

See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.

2 changes: 1 addition & 1 deletion keyboards/yandrstudio/zhou65/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Hardware Availability: https://github.com/Oh-My-Mechanical-Keyboard

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

make yandrstudio/zhou65/f401:via
make yandrstudio/zhou65/f401:default

See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.

12 changes: 8 additions & 4 deletions keyboards/yandrstudio/zhou75/readme.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
zhou75 version 1.0
zhou75
===

A 75% keys keyboard with rgb (keys).
This keyboard use 8mhz HSE and STM32F401 as MCU.
This keyboard use 16mhz HSE and STM32F401 as MCU.

Keyboard Maintainer: https://github.com/jiaxin96
Hardware Supported: zhou75
Hardware Availability: https://github.com/Oh-My-Mechanical-Keyboard

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

make yandrstudio/zhou75/solder/f401:via
for solder version:

make yandrstudio/zhou75/solder/f401:default

make yandrstudio/zhou75/hotswap/f401:via
for hotswap version:

make yandrstudio/zhou75/hotswap/f401:default

See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.

0 comments on commit 4d52f89

Please sign in to comment.