ibmpc_usb: Add support 80-prefixed codes
for Tandberg TDV 5020 https://github.com/tmk/tmk_keyboard/wiki/IBM-PC-AT-Keyboard-Protocol#tandberg-tdv-5020 https://github.com/tmk/tmk_keyboard/wiki/IBM-PC-Keyboard-Converter#tandberg-tdv-5020
This commit is contained in:
parent
a76a3ee914
commit
c205a56657
3 changed files with 66 additions and 0 deletions
|
|
@ -38,6 +38,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
keyboard_report->mods == (MOD_BIT(KC_LALT) | MOD_BIT(KC_RALT)) \
|
||||
)
|
||||
|
||||
|
||||
// CS2 80-prefixed codes support
|
||||
#define CS2_80CODE_SUPPORT
|
||||
|
||||
// G80-2551 terminal keyboard support
|
||||
#define G80_2551_SUPPORT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue