Skip to content

Commit

Permalink
feat: build with mouse support
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart-warren committed Jun 16, 2022
1 parent 493df01 commit da82053
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ on: [push, pull_request, workflow_dispatch]

jobs:
build:
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
# uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
uses: ftc/zmk/.github/workflows/build-user-config.yml@mouse-ftc
6 changes: 3 additions & 3 deletions config/corne.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Uncomment the following lines to enable the Corne RGB Underglow
# CONFIG_ZMK_RGB_UNDERGLOW=y
# CONFIG_WS2812_STRIP=y
CONFIG_ZMK_RGB_UNDERGLOW=y
CONFIG_WS2812_STRIP=y

# Uncomment the following line to enable the Corne OLED Display
# CONFIG_ZMK_DISPLAY=y
CONFIG_ZMK_DISPLAY=y
6 changes: 6 additions & 0 deletions config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@ manifest:
remotes:
- name: zmkfirmware
url-base: https:/zmkfirmware
- name: ftc-fork
url-base: https:/ftc
projects:
- name: zmk
remote: zmkfirmware
revision: main
import: app/west.yml
- name: zmk-mouse-hack
remote: ftc-fork
revision: mouse-ftc
import: app/west.yml
self:
path: config

0 comments on commit da82053

Please sign in to comment.