Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
build for Rollow
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbj committed Feb 1, 2024
1 parent 5cee251 commit 65386a4
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ZMK config

for 3x6 [Corne-ish Zen](https://lowprokb.ca/products/corne-ish-zen)
for 3x6 [Rollow](https://www.barbellboards.com/product/rollow)

## keymap

![3x6 Corne-ish Zen keymap](keymap-drawer/keymap.svg)
![3x6 Rollow keymap](keymap-drawer/keymap.svg)

## build

Expand Down
8 changes: 6 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@
#
---
include:
- board: corneish_zen_v2_left
- board: corneish_zen_v2_right
- board: nice_nano_v2
shield: rollow_left
- board: nice_nano_v2
shield: rollow_right
# - board: nice_nano_v2
# shield: settings_reset
10 changes: 10 additions & 0 deletions config/rollow.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# display
CONFIG_ZMK_DISPLAY=y
CONFIG_ZMK_DISPLAY_WORK_QUEUE_DEDICATED=y

# encoders
CONFIG_EC11=y
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y

# build breaks unless this is defined
CONFIG_ZMK_MOUSE=y
1 change: 1 addition & 0 deletions config/rollow.keymap
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "keymap.dtsi"
10 changes: 5 additions & 5 deletions docker/docker.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#! /bin/sh -ex

# configure:
ZBE_ID="ciz"
ZBE_ID="rollow"
ZBE_ZMK_VERSION="3.2" # what ZMK version to use
ZBE_ENV="rgbj-ciz" # an informational tag about the ZMK build env
ZBE_OUTPUT="${HOME}/Downloads/${ZBE_ID}" # where the artifacts end up
# and either:
ZBE_BOARD_left=corneish_zen_v2_left
ZBE_BOARD_right=corneish_zen_v2_right
#ZBE_BOARD_left=board_left
#ZBE_BOARD_right=board_right
# or:
#ZBE_BOARD=board
#ZBE_SHIELD=shield
ZBE_BOARD=nice_nano_v2
ZBE_SHIELD=rollow
# end configure

ZBE_ZMK_CONFIG_DIR="$(realpath $(dirname $0)/..)"
Expand Down

0 comments on commit 65386a4

Please sign in to comment.