ergodox-firmware/src/keyboard/layout.h

19 lines
704 B
C
Raw Normal View History

/* ----------------------------------------------------------------------------
2016-06-11 22:19:48 +02:00
* ergoDOX : layout : saneo : 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>
* ------------------------------------------------------------------------- */
2016-06-11 22:19:48 +02:00
#pragma once
2016-06-11 22:19:48 +02:00
#include <stdint.h>
#include <stddef.h>
#include <avr/pgmspace.h>
2016-06-11 22:42:22 +02:00
#include "../lib/keyboard.h"
2016-06-11 22:19:48 +02:00
#include "../lib/key-functions/public.h"
#include "./matrix.h"
#include "./default--matrix-control.h"
#include "./controller.h"