ibmpc_usb: Add support for G80-2551
Support for extra keys around cursor keys https://deskthority.net/wiki/Cherry_G80-2551 https://geekhack.org/index.php?topic=103648.msg2893404#msg2893404 https://gist.github.com/tmk/22cb8680ca8ef854630ecd1953268c5b
This commit is contained in:
parent
890af7e7e3
commit
da1ca3ab6f
2 changed files with 142 additions and 1 deletions
|
|
@ -39,6 +39,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
keyboard_report->mods == (MOD_BIT(KC_LALT) | MOD_BIT(KC_RALT)) \
|
||||
)
|
||||
|
||||
// G80-2551 terminal keyboard support
|
||||
#define G80_2551_SUPPORT
|
||||
|
||||
|
||||
/*
|
||||
* Pin and interrupt configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue