Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add tiger80 iso layout support #19975

Merged
merged 9 commits into from
Mar 15, 2023
Prev Previous commit
Next Next commit
Update keyboards/kbdfans/tiger80/keymaps/iso/keymap.c
Co-authored-by: jack <[email protected]>
  • Loading branch information
moyi4681 and waffle87 committed Mar 1, 2023
commit 40fb578bcc50962009cb19c78fa782333b8ee275
9 changes: 1 addition & 8 deletions keyboards/kbdfans/tiger80/keymaps/iso/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,9 @@

#include QMK_KEYBOARD_H

enum layers {
_LAYER0,
_LAYER1,
_LAYER2,
_LAYER3,
};

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

[_LAYER0] = LAYOUT_tkl_f13_iso_tsangan(
[0] = LAYOUT_tkl_f13_iso_tsangan(
KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_MUTE, KC_PSCR, KC_SCRL, KC_PAUS,
KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_INS, KC_HOME, KC_PGUP,
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_ENT, KC_DEL, KC_END, KC_PGDN,
Expand Down