Remove comment about higher function keys as it is now changed upstream
This commit is contained in:
parent
c534f753fc
commit
4ec0e833b9
@ -33,14 +33,6 @@ enum shift_keycodes {
|
|||||||
|
|
||||||
keymap_config_t keymap_config;
|
keymap_config_t keymap_config;
|
||||||
|
|
||||||
/*
|
|
||||||
|
|
||||||
In order to use function keys over KC_F12, `tmk_core/protocol/arm_atsam/usb/udi_hid_kbd.c` has to be altered.
|
|
||||||
Usage Maximum and Logical Maximum are used to determine the highest keycode to still be sent.
|
|
||||||
Bumping this number, allows for higher function key numbers to be transmitted to the operating system.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
// Normal layout
|
// Normal layout
|
||||||
[0] = LAYOUT(
|
[0] = LAYOUT(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user