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 bajjak keyboard #12377

Merged
merged 30 commits into from
Aug 14, 2022
Merged

[Keyboard] add bajjak keyboard #12377

merged 30 commits into from
Aug 14, 2022

Conversation

garykong
Copy link

@garykong garykong commented Mar 25, 2021

Description

This keyboard is a 6x7 array keyboard based on ergodox ez.

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).

Copy link
Member

@drashna drashna left a comment

Choose a reason for hiding this comment

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

Does this have rgb matrix or rgb light support?
If not, then you may want to remove the code and config for it.

And you may want to rename the function from ergodox to bajjak

keyboards/bajjak/keymaps/5x6/keymap.c Show resolved Hide resolved
keyboards/bajjak/keymaps/default/keymap.c Show resolved Hide resolved
@garykong
Copy link
Author

garykong commented Apr 6, 2021

Dear @drashna

  1. Does this have rgb matrix or rgb light support?
  • I haven't deleted the source code for those who need this feature.
  1. Add GPL2 + license in keymap.c
  2. Renamed the function from ergodox to bajjak

@drashna
Copy link
Member

drashna commented Apr 19, 2021

  • I haven't deleted the source code for those who need this feature.

Does the hardware physically support it? If not (especially in the case of the rgb matrix), then it should be removed.

@garykong
Copy link
Author

garykong commented Apr 21, 2021

  • I haven't deleted the source code for those who need this feature.

Does the hardware physically support it? If not (especially in the case of the rgb matrix), then it should be removed.

@drashna Removed RGB related code.

@garykong
Copy link
Author

garykong commented May 4, 2021

@drashna Could you please check?

keyboards/bajjak/rules.mk Outdated Show resolved Hide resolved
@drashna drashna requested a review from a team May 14, 2021 03:25
@garykong
Copy link
Author

@drashna Please confirm this review.

@drashna drashna requested a review from a team July 3, 2021 05:09
keyboards/bajjak/rules.mk Outdated Show resolved Hide resolved
keyboards/bajjak/readme.md Outdated Show resolved Hide resolved
keyboards/bajjak/keymaps/default/readme.md Outdated Show resolved Hide resolved
keyboards/bajjak/config.h Outdated Show resolved Hide resolved
keyboards/bajjak/bajjak.h Outdated Show resolved Hide resolved
@garykong garykong requested a review from fauxpark July 6, 2021 08:44
keyboards/bajjak/config.h Outdated Show resolved Hide resolved
@garykong garykong requested a review from drashna June 14, 2022 02:21
Copy link
Author

@garykong garykong left a comment

Choose a reason for hiding this comment

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

Request a review.

keyboards/bajjak/readme.md Outdated Show resolved Hide resolved
@garykong garykong requested a review from drashna June 20, 2022 01:32
Copy link
Member

@noroadsleft noroadsleft left a comment

Choose a reason for hiding this comment

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

drashna's comment regarding the readme file still needs action.

Also, be advised that the VRSN will probably not work. version.h no longer gets compiled by QMK, so the data the keycode needs to work does not exist in the compiled firmware.

keyboards/bajjak/bajjak.h Outdated Show resolved Hide resolved
keyboards/bajjak/info.json Outdated Show resolved Hide resolved
keyboards/bajjak/readme.md Outdated Show resolved Hide resolved
keyboards/bajjak/rules.mk Outdated Show resolved Hide resolved
keyboards/bajjak/rules.mk Outdated Show resolved Hide resolved
keyboards/bajjak/readme.md Outdated Show resolved Hide resolved
@drashna drashna merged commit 28b05d1 into qmk:master Aug 14, 2022
@garykong garykong deleted the dev_branch branch August 15, 2022 23:30
imhoffman pushed a commit to imhoffman/qmk_firmware that referenced this pull request Aug 20, 2022
Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: Ryan <[email protected]>
Co-authored-by: peepeetee <[email protected]>
Co-authored-by: James Young <[email protected]>
SjB added a commit to SjB/qmk_firmware that referenced this pull request Aug 27, 2022
* upstream/master: (595 commits)
  [Keyboard] Add ibis80 (qmk#18051)
  [Keymap] toshi0383 keymaps update (qmk#18073)
  [Docs] Use layer number as example for COMBO_ONLY_FROM_LAYER (qmk#18072)
  [Keymap] jotix's community/ortho4x12 change (qmk#18069)
  Adjust the hierarchy of chapter `Deferred Execution` (qmk#18075)
  Fix WS2812 order for aurora65 and loki65 (qmk#18074)
  [Docs] update pr_checklist.md with info about data-driven (qmk#18068)
  Use correct board file in xelus/valor_frl_tkl/rev2_0 (qmk#18071)
  Migrate more F4x1 board files (qmk#18054)
  ADB to USB converter: split into rev1 and rev2 (qmk#18052)
  Move keyboard USB IDs and strings to data driven, pass 2: D-E (qmk#17956)
  Move keyboard USB IDs and strings to data driven, pass 2: F-I (qmk#17958)
  Allow disabling RGB_MATRIX_ANIMATIONS system76 keyboards (qmk#17478)
  Migrate more F4x1 board files (qmk#18046)
  Feat/port ft mars 65 (qmk#17994)
  Improve Drop Alt compatibility with VIA (qmk#18041)
  [Keyboard] Add Valor FRL TKL rev2.0 and 2.1 (qmk#17992)
  Move keyboard USB IDs and strings to data driven, pass 2: B-C (qmk#17945)
  [Keyboard] add bajjak keyboard (qmk#12377)
  Add texts for Discord Events to be created post-merge. (qmk#17944)
  ...
nolanseaton pushed a commit to nolanseaton/qmk_firmware that referenced this pull request Jan 23, 2023
Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: Ryan <[email protected]>
Co-authored-by: peepeetee <[email protected]>
Co-authored-by: James Young <[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.

None yet

5 participants