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

140% keyboard fluorite keymaps #7473

Merged
merged 34 commits into from
Dec 1, 2019
Merged

140% keyboard fluorite keymaps #7473

merged 34 commits into from
Dec 1, 2019

Conversation

ihotsuno
Copy link
Contributor

first pull request

Description

first comit

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

  • This is the first pull request. Thank you.

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

keyboards/fluorite/config.h Outdated Show resolved Hide resolved
keyboards/fluorite/config.h Outdated Show resolved Hide resolved
keyboards/fluorite/fluorite.c Outdated Show resolved Hide resolved
keyboards/fluorite/fluorite.h Outdated Show resolved Hide resolved
keyboards/fluorite/readme.md Outdated Show resolved Hide resolved
keyboards/fluorite/rules.mk Outdated Show resolved Hide resolved
keyboards/fluorite/rules.mk Outdated Show resolved Hide resolved
keyboards/fluorite/rules.mk Outdated Show resolved Hide resolved
keyboards/fluorite/rules.mk Outdated Show resolved Hide resolved
keyboards/fluorite/rules.mk Outdated Show resolved Hide resolved
@fauxpark fauxpark requested a review from a team November 25, 2019 01:38
ihotsuno and others added 20 commits November 25, 2019 14:20
I corrected the points that were pointed out.
I corrected the points that were pointed out.
I corrected the points that were pointed out.
I corrected the points that were pointed out.
thanks!

Co-Authored-By: fauxpark <fauxpark@gmail.com>
thanks!

Co-Authored-By: fauxpark <fauxpark@gmail.com>
thanks!

Co-Authored-By: fauxpark <fauxpark@gmail.com>
thanks!

Co-Authored-By: fauxpark <fauxpark@gmail.com>
thanks!

Co-Authored-By: fauxpark <fauxpark@gmail.com>
thanks!

Co-Authored-By: fauxpark <fauxpark@gmail.com>
thanks!

Co-Authored-By: fauxpark <fauxpark@gmail.com>
thanks!

Co-Authored-By: fauxpark <fauxpark@gmail.com>
thanks!

Co-Authored-By: fauxpark <fauxpark@gmail.com>
thanks!

Co-Authored-By: fauxpark <fauxpark@gmail.com>
thanks!

Co-Authored-By: fauxpark <fauxpark@gmail.com>
thanks!

Co-Authored-By: fauxpark <fauxpark@gmail.com>
I corrected the points that were pointed out.
I corrected the points that were pointed out.
I corrected the points that were pointed out.
keyboards/fluorite/rules.mk Outdated Show resolved Hide resolved
keyboards/fluorite/rules.mk Show resolved Hide resolved
ihotsuno and others added 4 commits November 26, 2019 12:15
Thanks!

Co-Authored-By: fauxpark <fauxpark@gmail.com>
Thanks!

Co-Authored-By: fauxpark <fauxpark@gmail.com>
I corrected the points that were pointed out.
I corrected the points that were pointed out.
@ihotsuno ihotsuno requested a review from fauxpark November 26, 2019 14:01
I corrected the points that were pointed out.
I corrected the points.
c:165:68 
XDXXXXX >> XXXXXXX

Reverted,because error log.
ADJUST,
I corrected the points that were pointed out.
@drashna
Copy link
Member

drashna commented Nov 29, 2019

Thanks!

link added
photo link added
link Modify
keyboards/fluorite/readme.md Outdated Show resolved Hide resolved
keyboards/fluorite/readme.md Outdated Show resolved Hide resolved
@noroadsleft
Copy link
Member

For future reference, we recommend against committing to your master branch as you've done here, because pull requests from modified master branches can make it more difficult to keep your QMK fork updated. It is highly recommended for QMK development – regardless of what is being done or where – to keep your master updated, but NEVER commit to it. Instead, do all your changes in a branch (branches are basically free in Git) and issue PRs from your branches when you're developing.

There are instructions on how to keep your fork updated here:

Best Practices: Your Fork's Master: Update Often, Commit Never

If you need any help with this just ask.

You do not need to close this pull request at this time. Until your pull request is merged, please continue to commit relevant changes to your master branch.

ihotsuno and others added 2 commits December 2, 2019 06:08
Thanks!

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
Thanks!

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
@noroadsleft
Copy link
Member

Thanks!

@noroadsleft noroadsleft merged commit d9cf6c6 into qmk:master Dec 1, 2019
ripxorip pushed a commit to ripxorip/qmk_firmware that referenced this pull request Dec 3, 2019
* fluorite keymaps

* Update config.h

* Update fluorite.c

I corrected the points that were pointed out.

* Update fluorite.h

I corrected the points that were pointed out.

* Update config.h

I corrected the points that were pointed out.

* Update keymap.c

I corrected the points that were pointed out.

* Update keyboards/fluorite/config.h

thanks!

* Update keyboards/fluorite/readme.md

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/readme.md

thanks!

* Update keyboards/fluorite/readme.md

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keymap.c

I corrected the points that were pointed out.

* Update fluorite.c

I corrected the points that were pointed out.

* Update rules.mk

I corrected the points that were pointed out.

* Update keyboards/fluorite/rules.mk

Thanks!

* Update keyboards/fluorite/rules.mk

Thanks!

* Update keymap.c

I corrected the points that were pointed out.

* Update fluorite.h

I corrected the points that were pointed out.

* Update keymap.c

I corrected the points that were pointed out.

* Update keymap.c

I corrected the points.
c:165:68 
XDXXXXX >> XXXXXXX

Reverted,because error log.
ADJUST,

* Update keymap.c

I corrected the points that were pointed out.

* Update readme.md

link added

* Update readme.md

photo link added

* Update readme.md

link Modify

* Update keyboards/fluorite/readme.md

Thanks!

* Update keyboards/fluorite/readme.md

Thanks!
patrl pushed a commit to patrl/qmk_firmware that referenced this pull request Dec 29, 2019
* fluorite keymaps

* Update config.h

* Update fluorite.c

I corrected the points that were pointed out.

* Update fluorite.h

I corrected the points that were pointed out.

* Update config.h

I corrected the points that were pointed out.

* Update keymap.c

I corrected the points that were pointed out.

* Update keyboards/fluorite/config.h

thanks!

* Update keyboards/fluorite/readme.md

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/readme.md

thanks!

* Update keyboards/fluorite/readme.md

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keymap.c

I corrected the points that were pointed out.

* Update fluorite.c

I corrected the points that were pointed out.

* Update rules.mk

I corrected the points that were pointed out.

* Update keyboards/fluorite/rules.mk

Thanks!

* Update keyboards/fluorite/rules.mk

Thanks!

* Update keymap.c

I corrected the points that were pointed out.

* Update fluorite.h

I corrected the points that were pointed out.

* Update keymap.c

I corrected the points that were pointed out.

* Update keymap.c

I corrected the points.
c:165:68 
XDXXXXX >> XXXXXXX

Reverted,because error log.
ADJUST,

* Update keymap.c

I corrected the points that were pointed out.

* Update readme.md

link added

* Update readme.md

photo link added

* Update readme.md

link Modify

* Update keyboards/fluorite/readme.md

Thanks!

* Update keyboards/fluorite/readme.md

Thanks!
HokieGeek pushed a commit to HokieGeek/qmk_firmware that referenced this pull request Feb 21, 2020
* fluorite keymaps

* Update config.h

* Update fluorite.c

I corrected the points that were pointed out.

* Update fluorite.h

I corrected the points that were pointed out.

* Update config.h

I corrected the points that were pointed out.

* Update keymap.c

I corrected the points that were pointed out.

* Update keyboards/fluorite/config.h

thanks!

* Update keyboards/fluorite/readme.md

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/readme.md

thanks!

* Update keyboards/fluorite/readme.md

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keymap.c

I corrected the points that were pointed out.

* Update fluorite.c

I corrected the points that were pointed out.

* Update rules.mk

I corrected the points that were pointed out.

* Update keyboards/fluorite/rules.mk

Thanks!

* Update keyboards/fluorite/rules.mk

Thanks!

* Update keymap.c

I corrected the points that were pointed out.

* Update fluorite.h

I corrected the points that were pointed out.

* Update keymap.c

I corrected the points that were pointed out.

* Update keymap.c

I corrected the points.
c:165:68 
XDXXXXX >> XXXXXXX

Reverted,because error log.
ADJUST,

* Update keymap.c

I corrected the points that were pointed out.

* Update readme.md

link added

* Update readme.md

photo link added

* Update readme.md

link Modify

* Update keyboards/fluorite/readme.md

Thanks!

* Update keyboards/fluorite/readme.md

Thanks!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants