summaryrefslogtreecommitdiff
path: root/keyboards/kudox_game/readme.md
diff options
context:
space:
mode:
authorくまお工房 <52371962+kumaokobo@users.noreply.github.com>2020-03-25 05:02:41 +0900
committerGitHub <noreply@github.com>2020-03-24 13:02:41 -0700
commit3587e20e7016792846d351925706da04e9442420 (patch)
treeef0514269cdfdd62cf8358935eb689b66f2ce104 /keyboards/kudox_game/readme.md
parent963bba1fc3c1109696ec033e88f39caa3f2ed943 (diff)
[Keyboard] Add kudox game rev2 (#8529)
* Add Kudox Game rev2. * Add the keymap of Kudox Game a layer for regulating RGB. * Modified rgblight_init when RGBLIGHT_ENABLE=no. * Remove invalid codes. * Modified *init* function right intention of framework.
Diffstat (limited to 'keyboards/kudox_game/readme.md')
-rw-r--r--keyboards/kudox_game/readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/kudox_game/readme.md b/keyboards/kudox_game/readme.md
index 5ad867790b..31565a5996 100644
--- a/keyboards/kudox_game/readme.md
+++ b/keyboards/kudox_game/readme.md
@@ -9,18 +9,18 @@
</p>
- Keyboard Maintainer: [Kumao Kobo](https://github.com/kumaokobo)
-- Hardware Supported: Kudox Game PCB rev1.0 w/ Pro Micro
+- Hardware Supported: Kudox Game PCB rev1.0 rev2.0 w/ Pro Micro
Make example for this keyboard (after setting up your build environment):
```sh
-make kudox_game/rev1:default
+make kudox_game/rev2:default
```
Example of flashing this keyboard:
```sh
-make kudox_game/rev1:default:avrdude
+make kudox_game/rev2:default:avrdude
```
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).