From 72e95809a1d3da869942441a2ad7107c7a55d688 Mon Sep 17 00:00:00 2001
From: Priyadi Iman Nurcahyo <priyadi@priyadi.net>
Date: Wed, 1 Feb 2017 17:55:13 +0700
Subject: [PATCH] Move outputselect to parent dir to satisfy non LUFA keyboards

---
 tmk_core/protocol/{lufa => }/outputselect.c | 0
 tmk_core/protocol/{lufa => }/outputselect.h | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename tmk_core/protocol/{lufa => }/outputselect.c (100%)
 rename tmk_core/protocol/{lufa => }/outputselect.h (100%)

diff --git a/tmk_core/protocol/lufa/outputselect.c b/tmk_core/protocol/outputselect.c
similarity index 100%
rename from tmk_core/protocol/lufa/outputselect.c
rename to tmk_core/protocol/outputselect.c
diff --git a/tmk_core/protocol/lufa/outputselect.h b/tmk_core/protocol/outputselect.h
similarity index 100%
rename from tmk_core/protocol/lufa/outputselect.h
rename to tmk_core/protocol/outputselect.h