-
-
Notifications
You must be signed in to change notification settings - Fork 39.7k
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
User keymap for AKB/Raine #8081
Conversation
Adding a personalized keymap to the Raine keyboard. This diffirentiates itself by being useble with nordic characters even when the bottom row has blockers. Also added ASCII art to help visualize what you are doing when programming the board.
Ned image of the board
Forgot a space in Readme
And another missed space
Renoved Definetion that is not used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please change the keymap folder name and "Readme.md" to lowercase?
Was unable to get Girthub to push renamed files/folders. Therefore removeing and adding them again.
Hello! Thank you for letting me know that the naming was wrong, i must have missed that somewhere, they have been updated to be lowercase Best Regards |
Renaming can be tricky. For command line, if you name it to something different, commit, and then name it back, but lowercase and commit, that will pick up the change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Thanks for your contribution!
* 'master' of https://github.com/qmk/qmk_firmware: [Keyboard] adding keyboard: tkl30 (qmk#7979) Move Grave Escape, Lock and Leader keycodes into their own sect… (qmk#8093) Committing fix to info.json for wsk/jerkin (qmk#8110) Use function for KEYCODE2 routines instead of macro. (qmk#8101) [keyboard] adding keyboard: jerkin (qmk#7975) Ergosaurus Configurator support bugfix (qmk#8104) Xelus Dawn60: layout macro update and Configurator layout support (qmk#8102) VIA Support: 1upkeyboards 1up60rgb (qmk#8097) [Keymap] User keymap for AKB/Raine (qmk#8081) VIA Support: KBD67 mkii v1/v2 (qmk#8085) fixup keymap for 65_ansi_blocker (qmk#8099) [Keyboard] manta60 (qmk#8068) [Keyboard] add Infinity CE (qmk#8067) [Keyboard] Added Atreus Pro Micro variant (qmk#8059) Add Uni660 Keyboard (qmk#8018)
* Adding my keymap Adding a personalized keymap to the Raine keyboard. This diffirentiates itself by being useble with nordic characters even when the bottom row has blockers. Also added ASCII art to help visualize what you are doing when programming the board. * Update Readme.md Ned image of the board * Update Readme.md Forgot a space in Readme * Update Readme.md And another missed space * Update keymap.c Renoved Definetion that is not used * Update Readme.md * Remove files for renaming * Adding files after renaming Was unable to get Girthub to push renamed files/folders. Therefore removeing and adding them again.
* Adding my keymap Adding a personalized keymap to the Raine keyboard. This diffirentiates itself by being useble with nordic characters even when the bottom row has blockers. Also added ASCII art to help visualize what you are doing when programming the board. * Update Readme.md Ned image of the board * Update Readme.md Forgot a space in Readme * Update Readme.md And another missed space * Update keymap.c Renoved Definetion that is not used * Update Readme.md * Remove files for renaming * Adding files after renaming Was unable to get Girthub to push renamed files/folders. Therefore removeing and adding them again.
* Adding my keymap Adding a personalized keymap to the Raine keyboard. This diffirentiates itself by being useble with nordic characters even when the bottom row has blockers. Also added ASCII art to help visualize what you are doing when programming the board. * Update Readme.md Ned image of the board * Update Readme.md Forgot a space in Readme * Update Readme.md And another missed space * Update keymap.c Renoved Definetion that is not used * Update Readme.md * Remove files for renaming * Adding files after renaming Was unable to get Girthub to push renamed files/folders. Therefore removeing and adding them again.
Description
This request is for a user made keymap for the Raine keyboard
Types of Changes
Issues Fixed or Closed by This PR
Checklist