├── LICENSE ├── aether.c ├── aether.h ├── config.h ├── kbplate.dxf ├── keymaps └── default │ ├── keymap.c │ └── readme.md ├── readme.md └── rules.mk /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Y5U/Aether/HEAD/LICENSE -------------------------------------------------------------------------------- /aether.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Y5U/Aether/HEAD/aether.c -------------------------------------------------------------------------------- /aether.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Y5U/Aether/HEAD/aether.h -------------------------------------------------------------------------------- /config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Y5U/Aether/HEAD/config.h -------------------------------------------------------------------------------- /kbplate.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Y5U/Aether/HEAD/kbplate.dxf -------------------------------------------------------------------------------- /keymaps/default/keymap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Y5U/Aether/HEAD/keymaps/default/keymap.c -------------------------------------------------------------------------------- /keymaps/default/readme.md: -------------------------------------------------------------------------------- 1 | # The default keymap for split2 2 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Y5U/Aether/HEAD/readme.md -------------------------------------------------------------------------------- /rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Y5U/Aether/HEAD/rules.mk --------------------------------------------------------------------------------