/* ---------------------------------------------------------------------------- * ergoDOX : layout exports * * Different layouts are included by modifying a variable in the makefile. * ---------------------------------------------------------------------------- * Copyright (c) 2012 Ben Blazak * Released under The MIT License (MIT) (see "license.md") * Project located at * ------------------------------------------------------------------------- */ #ifndef KEYBOARD__ERGODOX__LAYOUT_h #define KEYBOARD__ERGODOX__LAYOUT_h // -------------------------------------------------------------------- // include the appropriate keyboard layout header #include "./layout/saneo-mod.h" #endif