Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
clean up keymap
add settings_reset firmware
  • Loading branch information
carrefinho committed Jul 26, 2024
1 parent 0c4e009 commit cd10aaf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Forager ZMK Config

This is the sample ZMK config module for [the Forager keyboard](https://github.com/carrefinho/forager).

It uses the awesome [zmk-rgbled-widget from caksoylar](https://github.com/caksoylar/zmk-rgbled-widget).
6 changes: 0 additions & 6 deletions boards/shields/forager/forager.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@
flavor = "balanced";
bindings = <&kp>, <&kp>;
};
sabk: shift_to_alt_backspace {
compatible = "zmk,behavior-mod-morph";
#binding-cells = <0>;
bindings = <&kp BSPC>, <&kp LA(BSPC)>;
mods = <(MOD_LSFT|MOD_RSFT)>;
};
smart_shift: smart_shift {
compatible = "zmk,behavior-mod-morph";
#binding-cells = <0>;
Expand Down
2 changes: 2 additions & 0 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ include:
shield: forager_left rgbled_adapter
- board: seeeduino_xiao_ble
shield: forager_right rgbled_adapter
- board: seeeduino_xiao_ble
shield: settings_reset

0 comments on commit cd10aaf

Please sign in to comment.