Code Monkey home page Code Monkey logo

Comments (7)

hasumikin avatar hasumikin commented on May 28, 2024 1

@arai-ta Thanks for the report.
Could you use this build https://drive.google.com/file/d/1CuP2CwmZ-xX0W6g_M-IgwUWd9--OovoC/view?usp=sharing
and test again?
I think those problems are no longer reproduced.

from prk_firmware.

arai-ta avatar arai-ta commented on May 28, 2024

I tested with that build.
I confirmed that the bug fixed!
And I found another bug πŸ˜…

  • (1) press & hold KC_LSFT and...
    • (2) tap KC_A => A πŸ™†β€β™‚οΈ
    • (3) tap KC_B => B πŸ™†β€β™‚οΈ
    • (4) tap LAYER_C =>C πŸ™Œ
    • (5) tap KC_A => A πŸ™Œ
    • (6) press & hold LAYER_C and...
      • (7) tap KC_A =>
        • expected: ! (because KC_LSFT and LAYER_C is hold)
        • actual: 1
      • (8) tap KC_B =>
        • expected: " on JIS, @ on US
        • actual: 2
      • (9) release LAYER_C
    • (10) tap KC_A =>
      • expected: A (because LAYER_C is not hold)
      • actual: 1
    • (11) tap KC_C =>
      • expected: C
      • actual: Nothing reported

from prk_firmware.

hasumikin avatar hasumikin commented on May 28, 2024

@arai-ta Thanks, but actually, a bug exists on your end :)

kbd.add_layer :raise, %i(
  ________ KC_1 KC_2 ________
)

The above keymap should have been the following:

kbd.add_layer :raise, %i(
  KC_LSFT KC_1 KC_2 LAYER_C
)

Otherwise, the functionality of LAYER_C and KC_LSFT will be away as soon as the layer changes to the ":raise".

PRK Firmware doesn't have special code: ________.

Then, this is the newest version of the test build: https://drive.google.com/file/d/1CwDaMvLD1zFqhqAddmXi0K5T6ckfdtaq/view?usp=sharing
Please try again!

from prk_firmware.

arai-ta avatar arai-ta commented on May 28, 2024

Thank you for your suggestion!
I tested with the build and :raise layer, then it worked perfectly!

I misunderstood that PRK Firmware have KC_TRNS special keycode (in QMK, https://docs.qmk.fm/#/keycodes_basic?id=special-keys ), but didn't.
Do you have any plans to implement the TC_TRNS keycode?

from prk_firmware.

hasumikin avatar hasumikin commented on May 28, 2024

I don’t have a plan to implement KC_TRANS because I myself don’t need it.
But you can raise a feature request issue. It’s not a difficult implementation, I think.

from prk_firmware.

arai-ta avatar arai-ta commented on May 28, 2024

I wish if PRK Firmware has KC_TRNS and ______ alias keycode, because it’s a feature not only for me but also familiar to many QMK users, I think. Please! πŸ™

from prk_firmware.

hasumikin avatar hasumikin commented on May 28, 2024

OK, I close here anyway

from prk_firmware.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.