├── README.md ├── heatmaps ├── ctgap2_heatmap.png ├── ctgap3_heatmap.png ├── ctgap4_heatmap.png └── ctgap_heatmap.png ├── kle ├── kle.json └── kle.png └── qmk ├── README.md ├── dactyl_manuform_4x5 ├── config.h └── keymap.c └── reviung34 ├── config.h └── keymap.c /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTGAP/ctgap-keyboard-layout/HEAD/README.md -------------------------------------------------------------------------------- /heatmaps/ctgap2_heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTGAP/ctgap-keyboard-layout/HEAD/heatmaps/ctgap2_heatmap.png -------------------------------------------------------------------------------- /heatmaps/ctgap3_heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTGAP/ctgap-keyboard-layout/HEAD/heatmaps/ctgap3_heatmap.png -------------------------------------------------------------------------------- /heatmaps/ctgap4_heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTGAP/ctgap-keyboard-layout/HEAD/heatmaps/ctgap4_heatmap.png -------------------------------------------------------------------------------- /heatmaps/ctgap_heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTGAP/ctgap-keyboard-layout/HEAD/heatmaps/ctgap_heatmap.png -------------------------------------------------------------------------------- /kle/kle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTGAP/ctgap-keyboard-layout/HEAD/kle/kle.json -------------------------------------------------------------------------------- /kle/kle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTGAP/ctgap-keyboard-layout/HEAD/kle/kle.png -------------------------------------------------------------------------------- /qmk/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTGAP/ctgap-keyboard-layout/HEAD/qmk/README.md -------------------------------------------------------------------------------- /qmk/dactyl_manuform_4x5/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTGAP/ctgap-keyboard-layout/HEAD/qmk/dactyl_manuform_4x5/config.h -------------------------------------------------------------------------------- /qmk/dactyl_manuform_4x5/keymap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTGAP/ctgap-keyboard-layout/HEAD/qmk/dactyl_manuform_4x5/keymap.c -------------------------------------------------------------------------------- /qmk/reviung34/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTGAP/ctgap-keyboard-layout/HEAD/qmk/reviung34/config.h -------------------------------------------------------------------------------- /qmk/reviung34/keymap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTGAP/ctgap-keyboard-layout/HEAD/qmk/reviung34/keymap.c --------------------------------------------------------------------------------