1
0
Fork 0

MatchstickWorks SouthPad: correct Configurator key sequence (#14255)

* matchstickworks/southpad: correct Configurator key sequence

* replace tabs with spaces; apply four-space indent
This commit is contained in:
James Young 2021-09-01 17:44:03 +00:00 committed by GitHub
parent 583f07ac58
commit 7575bc23a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 28 deletions

View file

@ -16,12 +16,12 @@
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_numpad_6x4_southpaw( /* Base */
KC_BSPC, KC_EQL, KC_LPRN, KC_RPRN,
KC_PMNS, KC_PAST, KC_PSLS, KC_NLCK,
KC_P9, KC_P8, KC_P7,
KC_PPLS, KC_P6, KC_P5, KC_P4,
KC_P3, KC_P2, KC_P1,
KC_PENT, KC_PDOT, KC_P0
),
[0] = LAYOUT_numpad_6x4_southpaw( /* Base */
KC_BSPC, KC_EQL, KC_LPRN, KC_RPRN,
KC_PMNS, KC_PAST, KC_PSLS, KC_NLCK,
KC_P9, KC_P8, KC_P7,
KC_PPLS, KC_P6, KC_P5, KC_P4,
KC_P3, KC_P2, KC_P1,
KC_PENT, KC_PDOT, KC_P0
),
};