Skip to content

Commit

Permalink
Add split mouse, works on Linux, not on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
James Munns committed Mar 6, 2020
1 parent a77ff66 commit 8e68fbd
Show file tree
Hide file tree
Showing 9 changed files with 1,053 additions and 0 deletions.
9 changes: 9 additions & 0 deletions split-mouse/.cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[build]
target = "thumbv6m-none-eabi"

[target.thumbv6m-none-eabi]
# runner = 'gdbgui -g arm-none-eabi-gdb --gdb-args="-command=debug.gdb"'
runner = "arm-none-eabi-gdb -tui -q -x debug.gdb"
rustflags = [
"-C", "link-arg=-Tlink.x",
]
3 changes: 3 additions & 0 deletions split-mouse/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/target
**/*.rs.bk
vintage-settings.toml

0 comments on commit 8e68fbd

Please sign in to comment.