summaryrefslogtreecommitdiff
path: root/keyboards/skergo/readme.md
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2022-08-02 11:30:26 -0700
committerGitHub <noreply@github.com>2022-08-02 19:30:26 +0100
commit24488e043eb61e6e53dfcc2e391a1ed317aeb5c7 (patch)
treef9834dc707b16ef963fd44ca05350c168609a2e8 /keyboards/skergo/readme.md
parent068bfc49de127c1f1305ee7680f51425ca9cd1f1 (diff)
SKergo Refactor (#17877)
* skergo.h: use ___ for KC_NO * skergo.h: use 3-character notation * skergo.h: add matrix diagram * add LAYOUT_all macro * update grid alignment of LAYOUT macro and keymaps * refactor keymaps Refactor keymaps to use the `LAYOUT_all` macro. Converts tabs to spaces. This change necessitates the following changes to keymaps: - The keycodes for Page Up, Page Down, and End each move up one row - all as the last keys on their new rows. - The keycode for the secondary B key moves up one row, inserted between the primary (left side) B and the N. * remove LAYOUT macro * rename LAYOUT_all macro to LAYOUT_split_bs * add LAYOUT_2u_bs macro * readme.md: add flashing example * info.json: correct maintainer value Update to reference maintainer's GitHub username.
Diffstat (limited to 'keyboards/skergo/readme.md')
-rw-r--r--keyboards/skergo/readme.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/skergo/readme.md b/keyboards/skergo/readme.md
index ee10a5b7c0..d6ffa4babb 100644
--- a/keyboards/skergo/readme.md
+++ b/keyboards/skergo/readme.md
@@ -12,4 +12,8 @@ Make example for this keyboard (after setting up your build environment):
make skergo:default
+Flashing example for this keyboard:
+
+ make skergo: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).