lotus: Fix equals key on numpad
Works on Linux, but does not work on Windows. In the calculator app it outputs 5. Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
@@ -21,7 +21,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
* 21 total
|
||||
*/
|
||||
[0] = LAYOUT(
|
||||
KC_ESC, KC_CALC, KC_PEQL, KC_DEL,
|
||||
KC_ESC, KC_CALC, KC_EQL, KC_DEL,
|
||||
KC_NUM, KC_PSLS, KC_PAST, KC_PMNS,
|
||||
KC_P7, KC_P8, KC_P9,
|
||||
KC_P4, KC_P5, KC_P6, KC_PPLS,
|
||||
|
||||
Reference in New Issue
Block a user