Compare commits
2 Commits
9f35cdd35c
...
9f545d3c64
Author | SHA1 | Date | |
---|---|---|---|
9f545d3c64 | |||
064b30923b |
16
.gitea/workflows/build-sporq.yaml
Normal file
16
.gitea/workflows/build-sporq.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
|
||||||
|
on: [push, pull_request, workflow_dispatch]
|
||||||
|
name: Build
|
||||||
|
|
||||||
|
container:
|
||||||
|
image: ghcr.io/qmk/qmk_base_container:latest@sha256:698ca027ad6a23f15beb446952714c7202059834b7a410f8fb8e2094778765b4
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build_latex:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Set up Git repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Build sporq keymap for splitkb/aurora/corne/rev1
|
||||||
|
run: qmk compile -kb splitkb/aurora/corne/rev1 -km sporq
|
@ -29,6 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
//#define TAPPING_TERM 100
|
//#define TAPPING_TERM 100
|
||||||
|
|
||||||
#ifdef OLED_ENABLE
|
#ifdef OLED_ENABLE
|
||||||
#define OLED_BRIGHTNESS 100
|
#define OLED_BRIGHTNESS 1
|
||||||
#define OLED_TIMEOUT 900000 // 15 minutes
|
#define OLED_TIMEOUT 900000 // 15 minutes
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user