Skip to content

Commit

Permalink
Update zmk-config files from template
Browse files Browse the repository at this point in the history
  • Loading branch information
mutecipher committed Mar 16, 2024
1 parent 850b2fc commit 01f97a7
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
Empty file added boards/shields/.gitkeep
Empty file.
15 changes: 10 additions & 5 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# This file generates the GitHub Actions matrix
# For simple board + shield combinations, add them
# to the top level board and shield arrays, for more
# control, add individual board + shield combinations to
# the `include` property, e.g:
# This file generates the GitHub Actions matrix.
# For simple board + shield combinations, add them to the top level board and
# shield arrays, for more control, add individual board + shield combinations
# to the `include` property. You can also use the `cmake-args` property to
# pass flags to the build command and `artifact-name` to assign a name to
# distinguish build outputs from each other:
#
# board: [ "nice_nano_v2" ]
# shield: [ "corne_left", "corne_right" ]
# include:
# - board: bdn9_rev2
# - board: nice_nano_v2
# shield: reviung41
# - board: nice_nano_v2
# shield: corne_left
# cmake-args: -DCONFIG_ZMK_USB_LOGGING=y
# artifact-name: corne_left_with_logging
#
---
include:
Expand Down
3 changes: 0 additions & 3 deletions config/corne.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@

# Uncomment the following line to enable the Corne OLED Display
# CONFIG_ZMK_DISPLAY=y
# CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

CONFIG_ZMK_SLEEP=y
2 changes: 1 addition & 1 deletion config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
bindings = <
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
&bt BT_CLR &none &none &none &none &none &kp C_MUTE &kp C_VOLUME_DOWN &kp C_VOLUME_UP &none &none &none
&none &none &none &bt BT_PRV &bt BT_NXT &none &none &kp END &kp HOME &none DEL &none
&none &none &none &bt BT_PRV &bt BT_NXT &none &none &kp END &kp HOME &none &kp DEL &none
&none &trans &none &none &trans &none
>;
};
Expand Down
2 changes: 2 additions & 0 deletions config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ manifest:
remotes:
- name: zmkfirmware
url-base: https://github.com/zmkfirmware
# Additional modules containing boards/shields/custom code can be listed here as well
# See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects
projects:
- name: zmk
remote: zmkfirmware
Expand Down
3 changes: 3 additions & 0 deletions zephyr/module.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build:
settings:
board_root: .

0 comments on commit 01f97a7

Please sign in to comment.