|
|
@ -25,7 +25,6 @@ These features can be used in your keyboard. |
|
|
|
* Media Control Key - Volume Down/Up, Mute, Next/Prev track, Play, Stop and etc |
|
|
|
* Media Control Key - Volume Down/Up, Mute, Next/Prev track, Play, Stop and etc |
|
|
|
* USB NKRO - 248 keys(+ 8 modifiers) simultaneously |
|
|
|
* USB NKRO - 248 keys(+ 8 modifiers) simultaneously |
|
|
|
* PS/2 mouse support - PS/2 mouse(TrackPoint) as composite device |
|
|
|
* PS/2 mouse support - PS/2 mouse(TrackPoint) as composite device |
|
|
|
* Keyboard protocols - PS/2, ADB, M0110, Sun and other old keyboard protocols |
|
|
|
|
|
|
|
* User Function - Customizable function of key with writing code |
|
|
|
* User Function - Customizable function of key with writing code |
|
|
|
* Macro - Very primitive at this time |
|
|
|
* Macro - Very primitive at this time |
|
|
|
* Keyboard Tricks - Oneshot modifier and modifier with tapping feature |
|
|
|
* Keyboard Tricks - Oneshot modifier and modifier with tapping feature |
|
|
@ -84,9 +83,9 @@ Architecture |
|
|
|
/ /| Keys/Mouse | Protocol |d| | Action | | | Protocol | |
|
|
|
/ /| Keys/Mouse | Protocol |d| | Action | | | Protocol | |
|
|
|
/__________/ |<-----------| LUFA |r| | Layer, Tap | | | Matrix | |
|
|
|
/__________/ |<-----------| LUFA |r| | Layer, Tap | | | Matrix | |
|
|
|
|.--------.| | LED | V-USB |i| |-------------| | | PS/2,IBM | __________________ |
|
|
|
|.--------.| | LED | V-USB |i| |-------------| | | PS/2,IBM | __________________ |
|
|
|
|| || |----------->| UART |v| | Keymap | | | ADB,M0110| Keys / /_/_/_/_/_/_/_/ /| |
|
|
|
|| || |----------->| UART |v| | Keymap | | | | Keys / /_/_/_/_/_/_/_/ /| |
|
|
|
|| Host || | Console | |e| | Mousekey | | | SUN/NEWS |<----------/ /_/_/_/_/_/_/_/ / / |
|
|
|
|| Host || | Console | |e| | Mousekey | | | |<----------/ /_/_/_/_/_/_/_/ / / |
|
|
|
||________||/.<-----------| |r| | Report | | | X68K/PC98| Control / /_/_/_/_/_/_/_/ / / |
|
|
|
||________||/.<-----------| |r| | Report | | | | Control / /_/_/_/_/_/_/_/ / / |
|
|
|
`_========_'/| |---------------------------------------------|-------->/___ /_______/ ___/ / |
|
|
|
`_========_'/| |---------------------------------------------|-------->/___ /_______/ ___/ / |
|
|
|
|_o______o_|/ | Sendchar, Print, Debug, Command, ... | |_________________|/ |
|
|
|
|_o______o_|/ | Sendchar, Print, Debug, Command, ... | |_________________|/ |
|
|
|
+---------------------------------------------+ Keyboard |
|
|
|
+---------------------------------------------+ Keyboard |
|
|
@ -134,10 +133,6 @@ Files and Directories |
|
|
|
* lufa/ - LUFA USB stack |
|
|
|
* lufa/ - LUFA USB stack |
|
|
|
* vusb/ - Objective Development V-USB |
|
|
|
* vusb/ - Objective Development V-USB |
|
|
|
* ps2.c - PS/2 protocol |
|
|
|
* ps2.c - PS/2 protocol |
|
|
|
* adb.c - Apple Desktop Bus protocol |
|
|
|
|
|
|
|
* m0110.c - Macintosh 128K/512K/Plus keyboard protocol |
|
|
|
|
|
|
|
* news.c - Sony NEWS keyboard protocol |
|
|
|
|
|
|
|
* x68k.c - Sharp X68000 keyboard protocol |
|
|
|
|
|
|
|
* serial_soft.c - Asynchronous Serial protocol implemented by software |
|
|
|
* serial_soft.c - Asynchronous Serial protocol implemented by software |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|