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 Harite v2 keyboard #24975

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

Add Harite v2 keyboard #24975

wants to merge 6 commits into from

Conversation

dlip
Copy link
Contributor

@dlip dlip commented Mar 2, 2025

Description

Add Harite v2 keyboard

Types of Changes

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

Checklist

Copy link
Member

Choose a reason for hiding this comment

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

The default keymap should be kept simple.

The extra code should be moved to a vendor keymap, or to the keyboard's code (eg, a haritev2.c file).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@drashna done

Copy link
Member

Choose a reason for hiding this comment

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

The options in this file probably should be moved to the keyboard level, as they are not keymap-specific.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@waffle87 This board has another configuration that uses a trackball on one side, if they are moved to the keyboard level, would I make a different keyboard for each one or is there another option?

Comment on lines +2 to +5
POINTING_DEVICE_ENABLE = yes
POINTING_DEVICE_DRIVER = cirque_pinnacle_spi
SPI_DRIVER_REQUIRED = yes

Copy link
Member

Choose a reason for hiding this comment

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

As above — this moved to the keyboard level. And this file removed.

Suggested change
POINTING_DEVICE_ENABLE = yes
POINTING_DEVICE_DRIVER = cirque_pinnacle_spi
SPI_DRIVER_REQUIRED = yes

Copy link
Member

Choose a reason for hiding this comment

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

These options need to migrated to keyboard.json and this file removed.

dlip and others added 5 commits March 3, 2025 16:46
Co-authored-by: jack <jack@pngu.org>
Co-authored-by: jack <jack@pngu.org>
Co-authored-by: jack <jack@pngu.org>
Co-authored-by: jack <jack@pngu.org>
Co-authored-by: jack <jack@pngu.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants