[Keymap] Cleaning up my config and userspace files (#5265)
* Removed since options are in userspace
* Removed RGB option that was breaking one of my builds
* Remove unused options
* Removed options present in userspace, add board specific options here
* Removed code also present in userspace
* Turns out those lines were needed, added them back
* Testing changes
* Added code to ensure board read as ANSI instead of default ISO for HS60
* Setting \ key to "MOD" instead of "ALPHA" for lighting
[Keymap] Added personal keymaps for Planck, Preonic, Vitamins Included by Juno (#5169)
* Added personal keymaps for Planck, Preonic, Vitamins Included by Juno
* Removing redundancies as suggested
* More removals that were missed out in the previous commits
* Updated Preonic to use new layout
* More redundancies missed out
* Updated more optimal code for FN layer LED indicator.
* Further codes clean up.
Update Nyquist layout (#5270)
* Add Home,End,Insert,Del to Arrow layer
* Add Back & Forward to Arrow layer
* fix typo
Add Configurator support and readme for boardwalk (#5261)
* Add configurator support and readme for boardwalk
* Readme review comments
[Keyboard] Add configurator support for 40percentclub/half_n_half (#5260)
Bucktooth 2.0 key layout for Preonic (#5258)
Updated layout slightly for better compatibility with sculpted
(row-specific) profile keysets.
Fix build error on rev 3 toolchain; click waits don't seem to be
necessary anymore.
[Keymap] Hs60 win osx dual (#5249)
* Added a dual windows/osx layout
Default layer is normal ISO for windows. Second layout is Windows ISO layout but for OSX, but with the keys corrected so you will get the correct shifted and alt'd keys on OSX (keyboard keys match OSX keys without having to change your keyboard type in system preferences). Layer three is configuration and other functions, and layer four is where the shifting magic happens. Also tab and caps lock have been swapped around.
* made sure bootmagic is in a seperate rules.mk
made sure bootmagic is in a seperate rules.mk
* commiting the keymap rules.mk
commiting the keymap rules.mk
Added a numpad keymap for the vitamins included keyboard (#5247)
* Fixed pin for RGB
* Added numpad keymap for vitamins included
* Implemented changes
[Keymap] Converted stanrc85 community layout to userspace (#5244)
* Convert community layout to userspace for future use
* Big readme update
* Move layer toggle to CAPS
* Readme updates
* Deleted since unused
* Removed call to unused .c file
Ask for your name when generating a new keyboard (#5214)
* Ask for your name when generating a new keyboard
* Update docs
* Apply suggestions from code review
Co-Authored-By: fauxpark <fauxpark@gmail.com>
[Keymap] nstickney's layout for iris (#5045)
[Keymap] adding my Levinson keymap (#5177)
* [keymap] adding my Levinson keymap
pretty self explanatory, added the readme, just in case
tested it just now, seems to work fine for my needs
* Update keymap.c
removing the deprecated persistent layer function as Drashna kindly reminded me
* Apply suggestions from code review
incorporated the suggestions, and thanks again for taking care of me with my silly changes :)
Co-Authored-By: OMGVee <mateescu.victor@gmail.com>
* Fix up audio calls
[Keymap] HS60 v2 keymap updates (#5250)
* Add backlight controls
* Add backlight controls and remove RGB underglow
* Make HS60 board specific changes to readme
* Remove BL_TOGG as it isn't use on this board
[Keyboard] Added Boardwalk keyboard (#5195)
* initial commit
* removed key for fn layer
* added missing row, misc cleanup
* added nchristus keymap, more misc cleanup
* Updating ergo60.h, rules
* Adding McAllaster keymap
* added a bunch of keymaps
* added LED code
* added userspace
* ls vitamins keymap
* added Boardwalk keyboard
* boardwalk: removed unrelated files
* boardwalk: undoing tkc1800 change
* boardwalk: undoing tkc1800 change
* nchristus keymap cleanup
* boardwalk: updates per PR feedback
* boardwalk: updated bootloader
* boardwalk: additional updates from PR review
[Keymap] Balance Twelve-based layout for Niu Mini (#5228)
* Balance Twelve-based layout for Niu Mini.
* niu - Changes following review.
* niu - Changes following review.
[Keyboard] Initial refactor of maxipad to conform to current standards (#5233)
handwired/magicforce68: refactor, Configurator support, and readme cleanup (#5234)
* handwired/magicforce68: refactor
- layout macro KEYMAP renamed to LAYOUT
- keymap now uses #include QMK_KEYBOARD_H
- keymap now uses non-auto-prepended keycodes per QMK standard.
- deleted deprecated and unused action_get_macro block from default
keymap.
* handwired/magicforce68: Configurator support
* handwired/magicforce68: readme cleanup
- updated to current QMK template
- rename file to lowercase
- fix make commands
- Add Docs links
[Keymap] HS60 v2 ISO layout andys8 (#5235)