1 Star 0 Fork 7

qxtx269/nrf52-keyboard

forked from genokolar/nrf52-keyboard 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
Geno [格诺] 提交于 2020-03-08 09:24 . 添加SDK文件、TMK CORE
/ble_app_hids_keyboard.eww
/hex
_build
/release
JLinkLog.txt
JLinkSettings.ini
EventRecorderStub.scvd
# ignore virtualenv
/venv
# Created by https://www.gitignore.io/api/code
# Edit at https://www.gitignore.io/?templates=code
### Code ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# End of https://www.gitignore.io/api/code
# Created by https://www.gitignore.io/api/keil
# Edit at https://www.gitignore.io/?templates=keil
### Keil ###
# something maybe need to add
# *.bat # generate batch file
# output/project_name # uv project generate without file ext
# *.SRC # generate source file
# *.src
# Prerequisites
*.d
*.dep
# Object files
*.o
*.obj
*.OBJ
# Listing Files
*.COD
*.cod
*.[Ii]
*.LST
*.lst
*.MAP
*.map
*.[Mm]51
*.[Mm]66
*.SCR
*.scr
# LINK output
*.ABS
# Libraries
*.lib
*.LIB
# uv output
*.lnp
*.build_log.htm
*.HEX
*.hex
# Build Files
*._IA
*.__[Ii]
*._[Ii][Ii]
# project
*.uvgui.*
*.uvguix.*
# End of https://www.gitignore.io/api/keil
/template/Makefile.windows
/template/Makefile.posix
.DS_Store
Thumbs.db
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qxtx269/nrf52-keyboard.git
[email protected]:qxtx269/nrf52-keyboard.git
qxtx269
nrf52-keyboard
nrf52-keyboard
master

搜索帮助