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

Ciaanh kanagawa #20989

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

Ciaanh kanagawa #20989

wants to merge 74 commits into from

Conversation

Ciaanh
Copy link

@Ciaanh Ciaanh commented May 19, 2023

Add Kanagawa keyboard definition

Description

Kanagawa is a 75% keyboard with RGB matrix, rotary encoder, ISO/ANSI compatibility with a split spacebar and powered by a Raspberry Pico

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout/userspace (addition or update)
  • Documentation

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

@github-actions github-actions bot added keyboard keymap via Adds via keymap and/or updates keyboard for via support labels May 19, 2023
keyboards/ciaanh/kanagawa/config.h Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/info.json Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/kanagawa.json Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/rules.mk Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/rules.mk Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/kanagawa.h Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/iso/iso.h Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/kanagawa.c Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/ansi/rules.mk Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/ansi/ansi.h Outdated Show resolved Hide resolved
@zvecr zvecr added the pr_checklist_pending Needs changes as per the PR checklist label May 19, 2023
@Ciaanh Ciaanh requested a review from zvecr May 19, 2023 21:36
Copy link
Member

@zvecr zvecr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • add keyboards/ciaanh/kanagawa/ansi/keymaps/default/rules.mk and keyboards/ciaanh/kanagawa/iso/keymaps/default/rules.mk to enable encoder map
  • iso via keymap?

keyboards/ciaanh/kanagawa/iso/keymaps/default/keymap.c Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/ansi/keymaps/default/keymap.c Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/ansi/keymaps/via/keymap.c Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/rules.mk Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/rules.mk Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/iso/info.json Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/iso/rules.mk Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/ansi/rules.mk Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/ansi/info.json Outdated Show resolved Hide resolved
@Ciaanh
Copy link
Author

Ciaanh commented May 20, 2023

Thanks for the reviews, regarding handling the iso layout via keymap I first thought of it but had a hard time handling the rgb matrix differences.
Is it acceptable to move the g_led_config declaration inside the keymap.c ?

keyboards/ciaanh/kanagawa/ansi/keymaps/default/keymap.c Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/ansi/keymaps/default/keymap.c Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/ansi/keymaps/default/keymap.c Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/rules.mk Show resolved Hide resolved
keyboards/ciaanh/kanagawa/config.h Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/config.h Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/config.h Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/config.h Outdated Show resolved Hide resolved
@zvecr
Copy link
Member

zvecr commented May 21, 2023

Is it acceptable to move the g_led_config declaration inside the keymap.c ?

Never, it would stop the PR from being accepted.

Its mostly implemented as 2 separate keyboards, there shouldnt be any issues. The only requirement will be a different product id for each revision (and a via config file for each).

  • add keyboards/ciaanh/kanagawa/ansi/keymaps/default/rules.mk and keyboards/ciaanh/kanagawa/iso/keymaps/default/rules.mk to enable encoder map

This still hasnt been completed.

keyboards/ciaanh/kanagawa/ansi/info.json Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/ansi/info.json Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/ansi/info.json Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/config.h Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/iso/info.json Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/iso/info.json Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/iso/info.json Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/readme.md Show resolved Hide resolved
keyboards/ciaanh/kanagawa/rules.mk Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/ansi/info.json Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/ansi/keymaps/ciaanh/keymap.c Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/ansi/keymaps/ciaanh/keymap.c Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/ansi/keymaps/default/keymap.c Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/ansi/keymaps/via/keymap.c Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/ansi/keymaps/via/keymap.c Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/config.h Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/iso/keymaps/default/keymap.c Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/iso/keymaps/via/keymap.c Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/lib/oledfont.c Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/ansi/keymaps/ciaanh/keymap.c Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/ansi/keymaps/default/keymap.c Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/ansi/keymaps/via/keymap.c Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/config.h Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/iso/keymaps/default/keymap.c Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/iso/keymaps/via/keymap.c Outdated Show resolved Hide resolved
@Ciaanh Ciaanh requested a review from drashna June 21, 2023 08:16
@drashna drashna removed the pr_checklist_pending Needs changes as per the PR checklist label Jul 3, 2023
@drashna drashna requested a review from a team July 3, 2023 20:29
keyboards/ciaanh/kanagawa/ansi/config.h Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/ansi/info.json Show resolved Hide resolved
keyboards/ciaanh/kanagawa/ansi/keymaps/ciaanh/keymap.c Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/ansi/keymaps/default/keymap.c Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/ansi/keymaps/via/keymap.c Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/config.h Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/rules.mk Outdated Show resolved Hide resolved
keyboards/ciaanh/kanagawa/kanagawa.c Outdated Show resolved Hide resolved
@Ciaanh Ciaanh requested a review from fauxpark July 23, 2023 16:33
@drashna drashna requested a review from a team August 12, 2023 08:58
@github-actions
Copy link

Thank you for your contribution!
This pull request has been automatically marked as stale because it has not had activity in the last 45 days. It will be closed in 30 days if no further activity occurs. Please feel free to give a status update now, or re-open when it's ready.
For maintainers: Please label with bug, awaiting review, breaking_change, in progress, or on hold to prevent the issue from being re-flagged.

@github-actions github-actions bot added the stale Issues or pull requests that have become inactive without resolution. label Sep 27, 2023
Ciaanh and others added 29 commits June 22, 2024 17:10
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review keyboard keymap stale Issues or pull requests that have become inactive without resolution. via Adds via keymap and/or updates keyboard for via support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants