aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/pjrc/MEMO.txt
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2020-02-06 11:30:45 +1100
committerskullydazed <skullydazed@users.noreply.github.com>2020-02-08 11:07:43 -0800
commit174a15d07d7321e762e51584e985bb73fe01e99b (patch)
treee82a473ffb704cf806c64fd45453a6d5d6eba4f6 /tmk_core/protocol/pjrc/MEMO.txt
parent5ab0eeb513f50a14e51467bf76a19997b75d65fb (diff)
downloadfirmware-174a15d07d7321e762e51584e985bb73fe01e99b.tar.gz
firmware-174a15d07d7321e762e51584e985bb73fe01e99b.tar.bz2
firmware-174a15d07d7321e762e51584e985bb73fe01e99b.zip
Remove PJRC USB stack
Diffstat (limited to 'tmk_core/protocol/pjrc/MEMO.txt')
-rw-r--r--tmk_core/protocol/pjrc/MEMO.txt25
1 files changed, 0 insertions, 25 deletions
diff --git a/tmk_core/protocol/pjrc/MEMO.txt b/tmk_core/protocol/pjrc/MEMO.txt
deleted file mode 100644
index b0f059831..000000000
--- a/tmk_core/protocol/pjrc/MEMO.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-Endpoint configuration
-----------------------
-0 Control endpoint
-1 keyboard
-2 mouse
-3 debug
-4 extra key(consumer/system)
-5 nkro keyboard(supported only on ATmega32U4/16U4 and AT90USB64/128)
-
-
-ATmega32U4/16U4, AT90USB64/128
-• Endpoint 0:programmable size FIFO up to 64 bytes, default control endpoint
-• Endpoints 1 programmable size FIFO up to 256 bytes in ping-pong mode.
-• Endpoints 2 to 6: programmable size FIFO up to 64 bytes in ping-pong mode.
-
-AT90USB82/162, ATmega8U2/16U2/32U2
-• Endpoint 0:programmable size FIFO up to 64 bytes, default control endpoint
-• Endpoints 1 and 2: programmable size FIFO up to 64 bytes.
-• Endpoints 3 and 4: programmable size FIFO up to 64 bytes with ping-pong mode.
-
-ping-pong mode means double buffer feature.
-
-
-NOTE: ATmega8U2/16U2/32U2 is not supported with PJRC stack at this time.
-TODO: Macro definition for ATmega8U2/16U2/32U2 in usb.h