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

Update hineybush keyboard projects: h87a, hineyg80 #5554

Merged
merged 88 commits into from
May 1, 2019

Conversation

hineybush
Copy link
Contributor

@hineybush hineybush commented Apr 4, 2019

Description

Refactor my projects into a folder (hineybush) for easier organization. Updated hineyg80 code to 1. modernize it and 2. ensure customers will have "good, working" code. I also added the JSON file for the QMK Configurator.

The h87a project now has 6.25u- and 7u-based bottom row support. Some customers were confused with which positions to use when coding. This had been reflected in the QMK Configurator JSON files.

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

  • Some users had issues with the hineyg80's matrix. These have been fixed and verified working.

Checklist

  • My code follows the code style of this project.
  • 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).

fauxpark and others added 14 commits April 23, 2019 01:07

// Defines the keycodes used by our macros in process_record_user
enum custom_keycodes {
QMKBEST = SAFE_RANGE,
Copy link
Member

Choose a reason for hiding this comment

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

Doesn't look like you're using these keycodes so this block can be removed.

keyboards/hineybush/hineyg80/config.h Outdated Show resolved Hide resolved
keyboards/hineybush/hineyg80/config.h Outdated Show resolved Hide resolved
keyboards/hineybush/hineyg80/config.h Outdated Show resolved Hide resolved
keyboards/hineybush/hineyg80/rules.mk Show resolved Hide resolved
keyboards/hineybush/hineyg80/config.h Outdated Show resolved Hide resolved
@drashna drashna merged commit 61ce41a into qmk:master May 1, 2019
foosinn pushed a commit to foosinn/qmk_firmware that referenced this pull request May 6, 2019
* Add H87a keymap and info

* Create readme.md

* Add h87a .json for kbfirmware.com use

* Update readme.md

* Update readme.md

* Update h87a files

* Delete Makefile

* Update readme.md

* Delete desktop.ini

* update files to match new QMK framework

* Update files to match new QMK structure

* Update files to match new QMK structure

* add layout name information

* Add info.json

* update keymap to support layout_all

* update keymap to support layout_all

* update rules.mk to fix filesize

* Update readme.md

* Update config.h

* Update readme.md

* Update config.h

* Update config.h

Add "define CONFIG_H and include "config_common.h" back to file

* update config.h to include RGB turnoff when PC goes to sleep

* update info.json

* update info.json

* Update readme.md

Add project link

* Update readme.md

* refactor hineybush projects into single folder. update hineyg80 to modern code

* updated layout file to reflect new keymap changes

* actually updated all layout names this time, verified make

* Update keyboards/hineybush/h87a/h87a.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/default/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/readme.md

Co-Authored-By: hineybush <[email protected]>

* edit based on PR edit requests

* update hiney80 files to avoid confusion

* update hineyg80.h to reflect matrix

* Update keyboards/hineybush/hineyg80/info.json

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/info.json

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/info.json

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/info.json

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/default/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/keymaps/wkl/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/default/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/default/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/keymaps/default/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* update hineyg80 config.h

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/config.h

Co-Authored-By: hineybush <[email protected]>
Timbus pushed a commit to Timbus/qmk_firmware that referenced this pull request Jun 23, 2019
* Add H87a keymap and info

* Create readme.md

* Add h87a .json for kbfirmware.com use

* Update readme.md

* Update readme.md

* Update h87a files

* Delete Makefile

* Update readme.md

* Delete desktop.ini

* update files to match new QMK framework

* Update files to match new QMK structure

* Update files to match new QMK structure

* add layout name information

* Add info.json

* update keymap to support layout_all

* update keymap to support layout_all

* update rules.mk to fix filesize

* Update readme.md

* Update config.h

* Update readme.md

* Update config.h

* Update config.h

Add "define CONFIG_H and include "config_common.h" back to file

* update config.h to include RGB turnoff when PC goes to sleep

* update info.json

* update info.json

* Update readme.md

Add project link

* Update readme.md

* refactor hineybush projects into single folder. update hineyg80 to modern code

* updated layout file to reflect new keymap changes

* actually updated all layout names this time, verified make

* Update keyboards/hineybush/h87a/h87a.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/default/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/readme.md

Co-Authored-By: hineybush <[email protected]>

* edit based on PR edit requests

* update hiney80 files to avoid confusion

* update hineyg80.h to reflect matrix

* Update keyboards/hineybush/hineyg80/info.json

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/info.json

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/info.json

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/info.json

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/default/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/keymaps/wkl/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/default/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/default/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/keymaps/default/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* update hineyg80 config.h

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/config.h

Co-Authored-By: hineybush <[email protected]>
ridingqwerty pushed a commit to ridingqwerty/qmk_firmware that referenced this pull request Jan 10, 2020
* Add H87a keymap and info

* Create readme.md

* Add h87a .json for kbfirmware.com use

* Update readme.md

* Update readme.md

* Update h87a files

* Delete Makefile

* Update readme.md

* Delete desktop.ini

* update files to match new QMK framework

* Update files to match new QMK structure

* Update files to match new QMK structure

* add layout name information

* Add info.json

* update keymap to support layout_all

* update keymap to support layout_all

* update rules.mk to fix filesize

* Update readme.md

* Update config.h

* Update readme.md

* Update config.h

* Update config.h

Add "define CONFIG_H and include "config_common.h" back to file

* update config.h to include RGB turnoff when PC goes to sleep

* update info.json

* update info.json

* Update readme.md

Add project link

* Update readme.md

* refactor hineybush projects into single folder. update hineyg80 to modern code

* updated layout file to reflect new keymap changes

* actually updated all layout names this time, verified make

* Update keyboards/hineybush/h87a/h87a.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/default/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/readme.md

Co-Authored-By: hineybush <[email protected]>

* edit based on PR edit requests

* update hiney80 files to avoid confusion

* update hineyg80.h to reflect matrix

* Update keyboards/hineybush/hineyg80/info.json

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/info.json

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/info.json

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/info.json

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/default/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/keymaps/wkl/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/default/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/default/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/keymaps/default/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* update hineyg80 config.h

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/config.h

Co-Authored-By: hineybush <[email protected]>
JeffreyPalmer pushed a commit to JeffreyPalmer/qmk_firmware that referenced this pull request Feb 27, 2020
* Add H87a keymap and info

* Create readme.md

* Add h87a .json for kbfirmware.com use

* Update readme.md

* Update readme.md

* Update h87a files

* Delete Makefile

* Update readme.md

* Delete desktop.ini

* update files to match new QMK framework

* Update files to match new QMK structure

* Update files to match new QMK structure

* add layout name information

* Add info.json

* update keymap to support layout_all

* update keymap to support layout_all

* update rules.mk to fix filesize

* Update readme.md

* Update config.h

* Update readme.md

* Update config.h

* Update config.h

Add "define CONFIG_H and include "config_common.h" back to file

* update config.h to include RGB turnoff when PC goes to sleep

* update info.json

* update info.json

* Update readme.md

Add project link

* Update readme.md

* refactor hineybush projects into single folder. update hineyg80 to modern code

* updated layout file to reflect new keymap changes

* actually updated all layout names this time, verified make

* Update keyboards/hineybush/h87a/h87a.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/default/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/readme.md

Co-Authored-By: hineybush <[email protected]>

* edit based on PR edit requests

* update hiney80 files to avoid confusion

* update hineyg80.h to reflect matrix

* Update keyboards/hineybush/hineyg80/info.json

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/info.json

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/info.json

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/info.json

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/default/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/keymaps/wkl/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/default/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/default/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/keymaps/default/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/readme.md

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* update hineyg80 config.h

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/h87a/keymaps/wkl/keymap.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/hineyg80.c

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/config.h

Co-Authored-By: hineybush <[email protected]>

* Update keyboards/hineybush/hineyg80/config.h

Co-Authored-By: hineybush <[email protected]>
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.

5 participants