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 hardwareabstraction/handwire Board #18504

Merged
merged 25 commits into from
Oct 10, 2022

Conversation

Cgmandy
Copy link
Contributor

@Cgmandy Cgmandy commented Sep 27, 2022

Description

Add support for handwire board. Utilizes ATMEGA32u4 microcontroller with a default and via keymap./
Keyboard features an OLED display, Solenoid, and Active Buzzer

Types of Changes

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

Issues Fixed or Closed by This PR

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 Sep 27, 2022
keyboards/hardwareabstraction/handwire/config.h Outdated Show resolved Hide resolved
keyboards/hardwareabstraction/handwire/info.json Outdated Show resolved Hide resolved
#endif

#ifdef BUZZER_ENABLE
case KC_BZTOG:
Copy link
Member

Choose a reason for hiding this comment

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

Is there a reason for this extra code? It looks like it's a lot of duplication of the solenoid code.

And if that is the case, the solenoid code actually supports multiple pins. SOLENOID_PINS { E6, B2 } could be used.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The reason I didn't declare another solenoid pin was because I want to be able to individually turn off the buzzer and the solenoid. From my knowledge, it didn't look like there was a way to turn off an individual pin while keeping the other one on.

Cgmandy and others added 6 commits September 29, 2022 00:02
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>
@tzarc
Copy link
Member

tzarc commented Sep 29, 2022

If this is a handwired board, it should probably live under keyboards/handwired.

@Cgmandy
Copy link
Contributor Author

Cgmandy commented Sep 29, 2022

If this is a handwired board, it should probably live under keyboards/handwired.

Evidentially I did not name this board that well. There's an actual PCB for it, but some of the components require some manual soldering. If a new name is needed / required I can help support that.

@Cgmandy Cgmandy requested review from keyboard-magpie and drashna and removed request for keyboard-magpie October 4, 2022 12:16
@Cgmandy Cgmandy requested a review from drashna October 5, 2022 04:01
Co-authored-by: Drashna Jaelre <drashna@live.com>
@keyboard-magpie keyboard-magpie merged commit 46fe3b0 into qmk:master Oct 10, 2022
SjB added a commit to SjB/qmk_firmware that referenced this pull request Oct 13, 2022
* upstream/master:
  Remove xealousbrown keyboard (qmk#18658)
  Bugfix waffling60 rev d solder (qmk#18673)
  [Keyboard] Add hardwareabstraction/handwire Board  (qmk#18504)
  Vertex AngleR2 Layout Refactor (qmk#18661)
  [Keyboard][Keymap] Fix random keys being sent on Mac + userspace changes (qmk#15648)
  [Keyboard] New IDOBAO ID61 (a.k.a. Denwir D60) (qmk#17362)
  [Keyboard] Add ANAVI Macro Pad 10 (qmk#18620)
  Fix future naming collisions. (qmk#18645)
  Synth Labs Solo Configurator Fixes (qmk#18642)
  Update CRKBD keymap (qmk#18619)
  Remove all `BACKLIGHT_LEVELS 0` (qmk#18630)
  DD mappings for build.debounce_type and backlight.levels (qmk#18628)
  Add encoder map support for Keychron Q1v1 and Q2 (qmk#18598)
  Studio Kestra Nascent Refactor (qmk#18625)
  [Keyboard] Add supersplit (qmk#18611)
quinnyo pushed a commit to quinnyo/qmk_firmware that referenced this pull request Oct 21, 2022
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Tom Barnes <barnestom@me.com>
aivalja pushed a commit to aivalja/qmk_firmware that referenced this pull request Nov 7, 2022
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Tom Barnes <barnestom@me.com>
ramonimbao pushed a commit to ramonimbao/qmk_firmware that referenced this pull request Nov 28, 2022
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Tom Barnes <barnestom@me.com>
nolanseaton pushed a commit to nolanseaton/qmk_firmware that referenced this pull request Jan 23, 2023
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Tom Barnes <barnestom@me.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keyboard keymap via Adds via keymap and/or updates keyboard for via support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants