1
0
Fork 0

Keyboard: Refactor Levinson to use split common code (#3639)

* Migrate Levinson to use split_common code

* Update keymap
This commit is contained in:
Danny 2018-08-13 15:05:58 -04:00 committed by Drashna Jaelre
parent 39256c2449
commit 05b7383703
27 changed files with 66 additions and 1271 deletions

View file

@ -1,7 +1,6 @@
#ifndef REV2_H
#define REV2_H
#pragma once
#include "../levinson.h"
#include "levinson.h"
//void promicro_bootloader_jmp(bool program);
#include "quantum.h"
@ -58,5 +57,3 @@
#endif
#define LAYOUT_ortho_4x12 LAYOUT
#endif