ergodox-firmware/src/keyboard/layout.h

19 lines
704 B
C

/* ----------------------------------------------------------------------------
* 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>
* ------------------------------------------------------------------------- */
#pragma once
#include <stdint.h>
#include <stddef.h>
#include <avr/pgmspace.h>
#include "../lib/keyboard.h"
#include "../lib/key-functions/public.h"
#include "./matrix.h"
#include "./default--matrix-control.h"
#include "./controller.h"