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

18 lines
628 B
C

/* ----------------------------------------------------------------------------
* ergoDOX layout : QWERTY : exports
* ----------------------------------------------------------------------------
* 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 LAYOUT_QWERTY_h
#define LAYOUT_QWERTY_h
#define KB_LAYERS 1 // must match what's defined in the layout '.c'
// file
#endif