ibmpc: siemens: Add inhibit after send/recv #747
SIEMENS PCD 2 Keyboard seems to require "inhibit" for a while after sending and receiving session, for some reason. A computer that can work with the keyboard adds "inhibit" after communications, and this appears to be remedy for the keyboard. https://github.com/tmk/tmk_keyboard/issues/747
This commit is contained in:
parent
dfe1143812
commit
52cdb909c9
2 changed files with 17 additions and 0 deletions
|
|
@ -45,6 +45,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
// G80-2551 terminal keyboard support
|
||||
#define G80_2551_SUPPORT
|
||||
|
||||
// SIEMENS PCD 2 keyboard support
|
||||
#define SIEMENS_PCD_SUPPORT
|
||||
|
||||
// Mouse Extended Report
|
||||
//#define MOUSE_EXT_REPORT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue