Skip to content

Commit

Permalink
Merge pull request #22 from Cjen1/trackball
Browse files Browse the repository at this point in the history
Add trackball thumb cluster.  Interim commit, needs a few mods for naming and handedness.
  • Loading branch information
joshreve authored Aug 20, 2021
2 parents b9c0013 + 8f7580b commit 0df44c2
Show file tree
Hide file tree
Showing 5 changed files with 6,186 additions and 5 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eval "$(lorri direnv)"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ build-models: check-requirements ## Build models.


shell: check-requirements ## Open an interactive shell inside a container.
@${DOCKER_CMD} run --rm -it --name DM-shell -v "src:/app/src" -v "things:/app/things" dactyl-keyboard bash && \
@${DOCKER_CMD} run --rm -it --name DM-shell -v ${source_dir}:/app/src -v ${artifact_dir}:/app/things dactyl-keyboard bash && \
echo "\nBye!"
.PHONY: shell

8 changes: 8 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{ pkgs ? import <nixpkgs> {} }:

pkgs.mkShell {
buildInputs = [
pkgs.cmake
pkgs.cq-editor
];
}
Loading

0 comments on commit 0df44c2

Please sign in to comment.