This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Zach White 38d8d5445e
Remove KEYMAP and LAYOUT_kc (#12160)
* alias KEYMAP to LAYOUT

* remove KEYMAP and LAYOUT_kc
2021-05-11 10:10:31 -07:00

14 lines
167 B
C

#ifndef ECO_H
#define ECO_H
#ifdef KEYBOARD_eco_rev1
#include "rev1.h"
#endif
#ifdef KEYBOARD_eco_rev2
#include "rev2.h"
#endif
#include "quantum.h"
#endif