Skip to content

Commit

Permalink
action control
Browse files Browse the repository at this point in the history
  • Loading branch information
Lysquid committed Jan 3, 2024
1 parent 9ffa3ad commit 4e4fa55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_binaries.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build QMK firmware

on: [push, workflow_dispatch]
on:
workflow_dispatch:
push:
branches:
- release

permissions:
contents: write
Expand Down
1 change: 1 addition & 0 deletions keyboards/ferris/keymaps/lysquid/keymap.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ enum keycodes {
#endif
};

// Lock the NAV layer with MO(NAV) + shift
bool nav_layer_lock(uint16_t keycode, keyrecord_t *record);

0 comments on commit 4e4fa55

Please sign in to comment.