Init: Corne-only zmk-config
Extracted from zmk-config-archive (multi-board repo). Corne 42-key with nice_nano_v2, nice_oled, RGB, ZMK Studio, Javelin steno.
This commit is contained in:
commit
9d21b8ff1e
35 changed files with 3830 additions and 0 deletions
91
.gitignore
vendored
Normal file
91
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,91 @@
|
|||
# zmk
|
||||
zmk/
|
||||
|
||||
# sketchybar
|
||||
sketchybar/dotfiles/
|
||||
sketchybar/dotfiles
|
||||
sketchybar/dotfiles/*
|
||||
|
||||
# MacOS
|
||||
.DS_Store
|
||||
vim-tools_notiz.vim
|
||||
.DS_Store
|
||||
./*/.DS_Store
|
||||
.vscode
|
||||
# .vimspector.json
|
||||
push.sh
|
||||
/test
|
||||
test/
|
||||
|
||||
# c, cpp
|
||||
*.x
|
||||
*.d
|
||||
*.dSYM
|
||||
*.o
|
||||
*.out
|
||||
|
||||
# firmware build output
|
||||
*.uf2
|
||||
*.hex
|
||||
*.bin
|
||||
|
||||
# log
|
||||
*.log
|
||||
|
||||
# cache
|
||||
*.cache
|
||||
cache/
|
||||
|
||||
# Windows
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
|
||||
# Tags
|
||||
#TAGS
|
||||
#!TAGS/
|
||||
#tags
|
||||
doc/tags
|
||||
tags-cn
|
||||
!tags/
|
||||
.tags
|
||||
.tags1
|
||||
tags.lock
|
||||
tags.temp
|
||||
gtags.files
|
||||
GTAGS
|
||||
GRTAGS
|
||||
GPATH
|
||||
cscope.files
|
||||
cscope.out
|
||||
cscope.in.out
|
||||
cscope.po.out
|
||||
|
||||
# Vim
|
||||
[._]*.s[a-w][a-z]
|
||||
[._]s[a-w][a-z]
|
||||
*.un~
|
||||
Session.vim
|
||||
.netrwhist
|
||||
*~
|
||||
|
||||
# Test % Tmp
|
||||
test.*
|
||||
tmp.*
|
||||
temp.*
|
||||
|
||||
# Java
|
||||
*.class
|
||||
|
||||
# JavaScript
|
||||
node_modules
|
||||
|
||||
# Python
|
||||
*.pyc
|
||||
.idea/
|
||||
/.idea
|
||||
# build/
|
||||
__pycache__
|
||||
|
||||
# Rust
|
||||
target/
|
||||
**/*.rs.bk
|
||||
Loading…
Add table
Add a link
Reference in a new issue