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

change FFKB coordinates order #52

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

jaeyounglee978
Copy link
Contributor

There was a bug that 10th and 11th key's positions are changed.

Sample

layout: {qmk_keyboard: fingerpunch/ffkb}
layers:
  Default:
  - [ESC, Q, W, E, R, T, Y, U, I, O, P, BSPC]
  - - TAB
    - {t: A, h: LCTL}
    - {t: S, h: LGUI}
    - {t: D, h: LALT}
    - {t: F, h: LSHIFT}
    - G
    - H
    - J
    - K
    - L
    - ;
    - RETURN
  - [LSHIFT, Z, X, C, V, B, N, M, ',', ., /, RSHIFT]
  - - ''
    - LALT
    - LSHIFT
    - {t: Lower, h: Lower}
    - {t: Upper, h: Upper}
    - SPACE
    - RALT
    - ''
  Lower:
  - ['`', '&', '*', '*', '[', ']', '=', '7', '8', '9', '"', BSPC]
  - [LCTRL, $, '%', ^, '{', '}', '-', '4', '5', '6',  '''', RETURN]
  - [LSHIFT, '!', '@', '#', (, ), ., '1', '2', '3', \, RSHIFT]
  - - ''
    - LALT
    - LSHIFT
    - {t: Default, type: held}
    - Default
    - RSHIFT
    - '0'
    - ''
  Upper:
  - [ESC, DELETE, PAGE UP, '', '', '', F9, F10, F11, F12, '', BSPC]
  - [LCTRL, HOME, PAGE DOWN, END, UP ARROW, '', F5, F6, F7, F8, '', RETURN]
  - [LSHIFT, '', '', LEFT ARROW, DOWN ARROW, RIGHT ARROW, F1, F2, F3, F4, '', RSHIFT]
  - - ''
    - LALT
    - LSHIFT
    - Default
    - {t: Default, type: held}
    - SPACE
    - RALT
    - ''

result
my_keymap

@caksoylar caksoylar merged commit e5eaa5a into caksoylar:main Sep 19, 2023
1 check passed
@caksoylar
Copy link
Owner

Good catch, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants