diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-12-21 19:39:48 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-12-21 19:39:48 -0800 |
commit | ea1fe35ae7c5fa026309a1d51cd90450e48c6b39 (patch) | |
tree | 1b16e0ce28a1bb8c2b89fec497a1afd42142b88e /keyboards/infinity60/readme.md | |
parent | 4d98c69e0297973789564ce508f2e8dafe69c32b (diff) | |
download | qmk_firmware-ea1fe35ae7c5fa026309a1d51cd90450e48c6b39.tar.gz |
Keyboard: Infinity60 refactor, Configurator support and readme update (#4707)
* Infinity60: refactor
- infinity60.h / keymap.c
- renamed layout macro to LAYOUT_60_ansi_split_bs_rshift; removed layout macro alias
- updated to #pragma once
- keymaps now use #include QMK_KEYBOARD_H
- keymaps/jpetermans/config.h updated to #pragma once
- keymaps/jpetermans/rules.mk deleted (complete contents were deprecated make instructions)
* Infinity 60%: Configurator support
* Infinity60: readme update
Updated the Docs links.
* Infinity60: bugfix depariel keymap
Had a typo.
* Infinity60: edit matrix.c
per @drashna
- https://github.com/qmk/qmk_firmware/pull/4707#issuecomment-449540676
Diffstat (limited to 'keyboards/infinity60/readme.md')
-rw-r--r-- | keyboards/infinity60/readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/infinity60/readme.md b/keyboards/infinity60/readme.md index e77abca64..01f3a8a2f 100644 --- a/keyboards/infinity60/readme.md +++ b/keyboards/infinity60/readme.md @@ -11,4 +11,5 @@ Make example for this keyboard (after setting up your build environment): make infinity60:default -See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information. +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). + |