├── Firmware Files ├── Version 0.8.1 │ └── Right Hand │ │ ├── aliases.c │ │ ├── combos.c │ │ ├── combos.txt │ │ ├── key.txt │ │ └── processor.R ├── Version 0.9.0 │ ├── Left Hand │ │ ├── aliases.c │ │ ├── combos.c │ │ ├── combos.txt │ │ └── key.txt │ ├── Right Hand │ │ ├── aliases.c │ │ ├── combos.c │ │ ├── combos.txt │ │ └── key.txt │ └── readme.md ├── keymap.c ├── mirror_a_layout.R └── processor.R ├── LICENSE-APACHE-2.0.txt ├── LICENSE-CC-Attribution-NonCommercial-ShareAlike-4.0-International.txt └── README.md /Firmware Files/Version 0.8.1/Right Hand/aliases.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artseyio/qmk-artsey/HEAD/Firmware Files/Version 0.8.1/Right Hand/aliases.c -------------------------------------------------------------------------------- /Firmware Files/Version 0.8.1/Right Hand/combos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artseyio/qmk-artsey/HEAD/Firmware Files/Version 0.8.1/Right Hand/combos.c -------------------------------------------------------------------------------- /Firmware Files/Version 0.8.1/Right Hand/combos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artseyio/qmk-artsey/HEAD/Firmware Files/Version 0.8.1/Right Hand/combos.txt -------------------------------------------------------------------------------- /Firmware Files/Version 0.8.1/Right Hand/key.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artseyio/qmk-artsey/HEAD/Firmware Files/Version 0.8.1/Right Hand/key.txt -------------------------------------------------------------------------------- /Firmware Files/Version 0.8.1/Right Hand/processor.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artseyio/qmk-artsey/HEAD/Firmware Files/Version 0.8.1/Right Hand/processor.R -------------------------------------------------------------------------------- /Firmware Files/Version 0.9.0/Left Hand/aliases.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artseyio/qmk-artsey/HEAD/Firmware Files/Version 0.9.0/Left Hand/aliases.c -------------------------------------------------------------------------------- /Firmware Files/Version 0.9.0/Left Hand/combos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artseyio/qmk-artsey/HEAD/Firmware Files/Version 0.9.0/Left Hand/combos.c -------------------------------------------------------------------------------- /Firmware Files/Version 0.9.0/Left Hand/combos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artseyio/qmk-artsey/HEAD/Firmware Files/Version 0.9.0/Left Hand/combos.txt -------------------------------------------------------------------------------- /Firmware Files/Version 0.9.0/Left Hand/key.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artseyio/qmk-artsey/HEAD/Firmware Files/Version 0.9.0/Left Hand/key.txt -------------------------------------------------------------------------------- /Firmware Files/Version 0.9.0/Right Hand/aliases.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artseyio/qmk-artsey/HEAD/Firmware Files/Version 0.9.0/Right Hand/aliases.c -------------------------------------------------------------------------------- /Firmware Files/Version 0.9.0/Right Hand/combos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artseyio/qmk-artsey/HEAD/Firmware Files/Version 0.9.0/Right Hand/combos.c -------------------------------------------------------------------------------- /Firmware Files/Version 0.9.0/Right Hand/combos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artseyio/qmk-artsey/HEAD/Firmware Files/Version 0.9.0/Right Hand/combos.txt -------------------------------------------------------------------------------- /Firmware Files/Version 0.9.0/Right Hand/key.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artseyio/qmk-artsey/HEAD/Firmware Files/Version 0.9.0/Right Hand/key.txt -------------------------------------------------------------------------------- /Firmware Files/Version 0.9.0/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artseyio/qmk-artsey/HEAD/Firmware Files/Version 0.9.0/readme.md -------------------------------------------------------------------------------- /Firmware Files/keymap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artseyio/qmk-artsey/HEAD/Firmware Files/keymap.c -------------------------------------------------------------------------------- /Firmware Files/mirror_a_layout.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artseyio/qmk-artsey/HEAD/Firmware Files/mirror_a_layout.R -------------------------------------------------------------------------------- /Firmware Files/processor.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artseyio/qmk-artsey/HEAD/Firmware Files/processor.R -------------------------------------------------------------------------------- /LICENSE-APACHE-2.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artseyio/qmk-artsey/HEAD/LICENSE-APACHE-2.0.txt -------------------------------------------------------------------------------- /LICENSE-CC-Attribution-NonCommercial-ShareAlike-4.0-International.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artseyio/qmk-artsey/HEAD/LICENSE-CC-Attribution-NonCommercial-ShareAlike-4.0-International.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artseyio/qmk-artsey/HEAD/README.md --------------------------------------------------------------------------------