From: tmk Date: Fri, 2 Mar 2018 05:40:21 +0000 (+0900) Subject: xt_usb: Remove xt_io.h X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=136d55a249bb581f7bf6fc7765f1da7c22c8a344;p=max%2Ftmk_keyboard.git xt_usb: Remove xt_io.h --- diff --git a/tmk_core/protocol/xt.h b/tmk_core/protocol/xt.h index e689109c..93bc5daf 100644 --- a/tmk_core/protocol/xt.h +++ b/tmk_core/protocol/xt.h @@ -1,5 +1,5 @@ /* -Copyright 2010,2011,2012,2013 Jun WAKO +Copyright 2018 Jun WAKO Copyright 2016 Ethan Apodaca This software is licensed with a Modified BSD License. @@ -39,6 +39,32 @@ POSSIBILITY OF SUCH DAMAGE. #ifndef XT_H #define XT_H +#define XT_DATA_IN() do { \ + XT_DATA_DDR &= ~(1< +Copyright 2018 Jun WAKO +Copyright 2016 Ethan Apodaca This software is licensed with a Modified BSD License. All of this is supposed to be Free Software, Open Source, DFSG-free, @@ -35,16 +36,11 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* - * PS/2 protocol Pin interrupt version - */ - #include #include #include #include "pbuff.h" #include "xt.h" -#include "xt_io.h" #include "wait.h" #include "print.h" diff --git a/tmk_core/protocol/xt_io.h b/tmk_core/protocol/xt_io.h deleted file mode 100644 index 8252e1cf..00000000 --- a/tmk_core/protocol/xt_io.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef XT_IO_H -#define XT_IO_H - -#define XT_DATA_IN() do { \ - XT_DATA_DDR &= ~(1<