[Erez & Jack] Documents new Leader key functionality

This commit is contained in:
Erez Zukerman 2016-05-24 22:37:25 -04:00
parent 287eb7ad14
commit f4a426a0b1
5 changed files with 1217 additions and 1130 deletions

View file

@ -1,13 +1,9 @@
#ifndef ERGODOX_EZ_H
#define ERGODOX_EZ_H
#include "matrix.h"
#include "keymap_common.h"
#include "backlight.h"
#include <stddef.h>
#include "quantum.h"
#include <stdint.h>
#include <stdbool.h>
#include <avr/io.h>
#include "i2cmaster.h"
#include <util/delay.h>