Skip to content

Commit

Permalink
meta: fix things
Browse files Browse the repository at this point in the history
  • Loading branch information
markjoshwel committed Sep 20, 2023
1 parent a8672e3 commit 2cdde51
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: release
on:
workflow_dispatch:
push:
tags:
- 'v*'

jobs:
build:
Expand Down
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ an approachable 60%-like QMK keymap for the [Lily58 Pro RE](https://github.com/k

- lower layer:

```text
,-----------------------------------------. ,-----------------------------------------.
| F1 | F2 | F3 | F4 | F5 | F6 | | F7 | F8 | F9 | F10 | F11 | DEL |
|------+------+------+------+------+------| |------+------+------+------+------+------|
| F12 | M1 | MUp | M2 | | | | | Up | | 7 | 8 | 9 |
|------+------+------+------+------+------| |------+------+------+------+------+------|
|CapsLk|MLeft |Mdown |MRight| | |-------. ,-------| Left | Down |Right | 4 | 5 | 6 |
|------+------+------+------+------+------| Reset | | Reset |------+------+------+------+------+------|
|LCTRL |MAccl0|MAccl1|MAccl3| | |-------| |-------| | | | 1 | 2 | 3 |
`-----------------------------------------/ / \ \-----------------------------------------'
| | APP | LAlt | / / \ \ | | RAlt | 0 |
| | | |/ / \ \ | | | |
`----------------------------' '------''--------------------'
```
```text
,-----------------------------------------. ,-----------------------------------------.
| F1 | F2 | F3 | F4 | F5 | F6 | | F7 | F8 | F9 | F10 | F11 | DEL |
|------+------+------+------+------+------| |------+------+------+------+------+------|
| F12 | M1 | MUp | M2 | | | | | Up | | 7 | 8 | 9 |
|------+------+------+------+------+------| |------+------+------+------+------+------|
|CapsLk|MLeft |Mdown |MRight| | |-------. ,-------| Left | Down |Right | 4 | 5 | 6 |
|------+------+------+------+------+------| Reset | | Reset |------+------+------+------+------+------|
|LCTRL |MAccl0|MAccl1|MAccl3| | |-------| |-------| | | | 1 | 2 | 3 |
`-----------------------------------------/ / \ \-----------------------------------------'
| | APP | LAlt | / / \ \ | | RAlt | 0 |
| | | |/ / \ \ | | | |
`----------------------------' '------''--------------------'
```

## make it yours

Expand All @@ -66,7 +66,7 @@ to `config.h`, `keymap.c` and `rules.mk`.

## building

you will need and [qmk-cli](https://docs.qmk.fm/#/newbs_getting_started?id=set-up-your-environment).
you will need [qmk-cli](https://docs.qmk.fm/#/newbs_getting_started?id=set-up-your-environment).

```shell
make
Expand Down

0 comments on commit 2cdde51

Please sign in to comment.