-
-
Notifications
You must be signed in to change notification settings - Fork 39.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial port of TMK's ibmpc_usb converter code #12821
Conversation
… into marfritkeebsandmaps
#ifndef CONFIG_H | ||
#define CONFIG_H |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#ifndef CONFIG_H | |
#define CONFIG_H | |
#pragma once |
#define DEVICE_VER 0x0100 | ||
#define MANUFACTURER QMK | ||
#define PRODUCT PS/2 Keyboard | ||
#define DESCRIPTION convert IBM PC keyboard to USB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#define DESCRIPTION convert IBM PC keyboard to USB |
|
||
#define IBMPC_INT_VECT INT1_vect | ||
|
||
#endif |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#endif |
Integrate suggested changes Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should really be written in C.
I removed the C++ stuff for the time being. |
Closed? Aw. QMK really needs this. |
Description
I ported the ibmpc_usb converter from TMK.
hasu is combining the ps2_usb, terminal_usb and xt_usb converters in ibmpc_usb - and so should qmk.
Not entirely sure about the location of ibmpc.c and ibmpc.h, since they reside in /tmk_core/protocol/ in TMK.
Types of Changes
Issues Fixed or Closed by This PR
Checklist