1
0
Fork 0

Keyboard: Refactor lets split to use split common code (#4536)

* Refactor lets split to use split common code

* Refactor lets split to use split common code

* Build fixes for OLED_sample keymap

* Build fixes for OLED_sample keymap - attempt to reduce firmware size
This commit is contained in:
zvecr 2018-12-05 17:51:35 +00:00 committed by Drashna Jaelre
parent d0da43fbdc
commit b3d6426aa9
19 changed files with 19 additions and 1107 deletions

View file

@ -16,9 +16,6 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef CONFIG_H
#define CONFIG_H
#pragma once
#include "config_common.h"
#endif