mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-08 17:29:09 +00:00
9987f9dcff
* initial commit for my custom layout * fix switching into and out of numfun layer * enable tap dance to lock layers * enable layer indicator LEDs * remove Colemak2 layer because it was dumb * remove handler for nonexistent keycode * add new movement keys to lower layer * standardize indentation because I'm not a monster * add Woodpad keyboard with Michael's Tryggve layout * Add dvorak/colemak layers * add hash * Update keymap.c * Fixed OSL Symbol layer layout issue * Minor later tweak * Clean up actions * Diablo 3 macro keys remove * Fixed numbad issues * Remove Underglow toggle * Fix layer consistency * cleanup of code * line feed * small fixes * Major merge * Merge cleanup on my keymap * Cleanup * Update compile command * Swapped arrows * Additional cleanup * Revert "Woodpad" * update * minor update * staging for pull request * Finish removing layer underglow toggles
51 lines
674 B
Text
51 lines
674 B
Text
.dep
|
|
*.o
|
|
*.bin
|
|
*.eep
|
|
*.elf
|
|
*.hex
|
|
!util/bootloader.hex
|
|
!quantum/tools/eeprom_reset.hex
|
|
*.log
|
|
*.lss
|
|
*.lst
|
|
*.map
|
|
*.sym
|
|
*.swp
|
|
tags
|
|
*~
|
|
build/
|
|
.build/
|
|
*.bak
|
|
.vagrant/
|
|
quantum/version.h
|
|
.idea/
|
|
CMakeLists.txt
|
|
.DS_STORE
|
|
/util/wsl_downloaded
|
|
/util/win_downloaded
|
|
|
|
# Eclipse/PyCharm/Other IDE Settings
|
|
.cproject
|
|
.project
|
|
.settings/
|
|
.idea
|
|
.browse.VC.db*
|
|
*.stackdump
|
|
util/Win_Check_Output.txt
|
|
# Let these ones be user specific, since we have so many different configurations
|
|
.vscode/launch.json
|
|
.vscode/tasks.json
|
|
.stfolder
|
|
|
|
# ignore image files
|
|
*.png
|
|
*.jpg
|
|
*.gif
|
|
|
|
# Do not ignore MiniDox left/right hand eeprom files
|
|
!keyboards/minidox/*.eep
|
|
|
|
# things travis sees
|
|
secrets.tar
|
|
id_rsa_*
|