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

[Keyboard] add aki27/cocot46plus #23892

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    9278876 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Joel Challis <git@zvecr.com>
    Co-authored-by: jack <0x6a73@protonmail.com>
    3 people committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    39522db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8363869 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dfc0a7 View commit details
    Browse the repository at this point in the history
  5. simplify layer definitions

    Co-authored-by: Ryan <fauxpark@gmail.com>
    markstos and fauxpark committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    2853f00 View commit details
    Browse the repository at this point in the history
  6. minimize includes in cocot46plus.c

    Co-authored-by: Ryan <fauxpark@gmail.com>
    markstos and fauxpark committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    98636ea View commit details
    Browse the repository at this point in the history
  7. code review suggestions: use alternate functions in matrix.c

    Co-authored-by: Ryan <fauxpark@gmail.com>
    markstos and fauxpark committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    b3ca51f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. refinements: right half no longer works

    After this round of refinements, the left half of keyboard and the
    pointing device work, but no keycodes are emitted from the right half
    at all.
    markstos committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f407e86 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    e4cb2e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67a9ef9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c2f19f View commit details
    Browse the repository at this point in the history
  4. docs: Refine docs

    markstos committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e3a5a2a View commit details
    Browse the repository at this point in the history
  5. Re-enable OLED. Was not working before.

    But now it displays a random pattern instead of soemthing useful
    markstos committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    439b6e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22b59e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. refinemts: OLED is working better, but new problems.

    Now the OLED display is no longer scrambled, but there are two new problems with it:
    
     1. The number "506" is printed over the design
     2. The screen never refreshes. As originally submitted, the OLED
        would update to reflect layer changes.
    markstos committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2b50320 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. fixup: comment, whitespace

    markstos committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d93ffa4 View commit details
    Browse the repository at this point in the history
  2. BugFixes: Typing, switch to RP2040 & sprintf

    - The angle of -30 was not displaying correctly with unsigned type
    - Explicitly cast a result to a double for consistent typing
    - The code without snprintf didn't work. Revert to snprintf, but also
      switch to RP2040 which has room for it.
    markstos committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a5647a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. WIP: getting rid of CONVERT_TO

    Encoder and lights are currently not working correctly.
    markstos committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    1905bf9 View commit details
    Browse the repository at this point in the history
  2. Update config.h

    Co-authored-by: Joel Challis <git@zvecr.com>
    markstos and zvecr authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5807837 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. fixup: quite disabling Space Cadet

    There's room for it now in the RP2040 storage.
    markstos committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    718a537 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    e8e89c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    3df0bbc View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    3923cc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc97aab View commit details
    Browse the repository at this point in the history
  3. update matrix function names, per @drashna

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    markstos and drashna authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    022ae27 View commit details
    Browse the repository at this point in the history