ergodox-firmware/src/keyboard/ergodox/layout.h

21 lines
776 B
C
Raw Normal View History

/* ----------------------------------------------------------------------------
* ergoDOX : layout exports
*
* Different layouts are included by modifying a variable in the makefile.
* ----------------------------------------------------------------------------
* Copyright (c) 2012 Ben Blazak <benblazak.dev@gmail.com>
* Released under The MIT License (MIT) (see "license.md")
* Project located at <https://github.com/benblazak/ergodox-firmware>
* ------------------------------------------------------------------------- */
#ifndef KEYBOARD__ERGODOX__LAYOUT_h
#define KEYBOARD__ERGODOX__LAYOUT_h
// --------------------------------------------------------------------
2012-04-29 07:39:23 +02:00
// include the appropriate keyboard layout header
2016-06-11 21:16:11 +02:00
#include "./layout/saneo-mod.h"
#endif