new keymap for projectkb alice (#6491)
* new keymap for projectkb alice
* update documentation for resetting PCB
* actually need a grave key more than a tilde
* move DFU_ARGS to top level
* cleanup unused keycodes and others
* align with typical ergo layouts. move enter and keep function layer reachable
Move maartenwut's keyboards to one folder (#6484)
GH60 Refactor: Move Satan into GH60 directory (#6485)
* Move Satan into the GH60 directory to avoid the confusion of what PCB people have
* set bootmagic to lite
* rename gh60 file to revc
Remove unused _BOOTLOADER defines
[Split] Add config option for DIRECT_PINS_RIGHT (#6479)
Adds support for different direct pin mappings on the halves of a split keyboard.
[Keymap] Add some more commonly used symbols to melody96/zunger. (#6478)
[Keyboard] WT75-A & WT75-B fixes for QMK Configurator (#6472)
* Fixed QMK Configurator layout
* Added WT60-D
[Keymap] update to dsanchezseco keymap (#6470)
* cleanup and start sound
* clean up adjust and ptrscrn
[Keymap] Fixed Tanuki RGB lighting (#6462)
[Keymap] jotix ortho_4x12_layout (#6458)
* jotix ortho_4x12_layout
* jotix ortho_4x12_layout
[Keyboard] New Keyboard: KBDPad MKI (#6452)
* initial commit
* define pins used and matrix size
* update readme
* delete un needed files
* make an appropriate switch matrix
* create appropriate keymap
* one little typo
* add QMK Configurator support
* Update keyboards/kbdfans/kbdpad/mk1/info.json
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
[Keymap] Adds Keymap for Iris/blucky (#6449)
* Adds Keymap for Iris/blucky
* code review changes
* removed custom define
* removed mistyped character
[Keymap] Fixing Sol Rev2 default keymap OLED rotation. (#6448)
[Keyboard] QWERTYYdox refactor (#6446)
* Delete null key
`__` key in keymap.c doesn't actually exist on the physical hardware.
Removed key from keymap.c and removed its argument from the layout macro.
* Delete unused keycode aliases
* Replace layer index definitions with an enum
* Replace redundant numpad keycodes with native aliases
* Use native layer change keycodes instead of aliases
* Visually align the keycodes
It makes the keymap pretty.
* Correct Configurator layout data
* Clean up header files
- convert to pragma once include guard
- remove redundant definitions
- remove commented code blocks
* Delete LAYOUT_kc macro
Was copied from ergotravel; not valid for this keyboard.
* Consolidate rev1 rules.mk settings to keyboard level
Previous codebase enabled Backlight at keyboard level then disabled it at revision level.
* Delete unused rules
* Consolidate config.h settings from keymap level to keyboard level
* Modernize keyboard's config.h file
Aligns the keyboard-level config.h file more closely with the current QMK template for AVR keyboards.
[Keymap] Adds keymap for muzfuz/lunar (#6432)
* Adds keymaps for muzfuz
* Remove unused keys from adjust layer
* Bring in line with current QMK standards.
* Adds Preonic and adjusted Planck keymaps
* Make changes per review request
* Lunar config
* Formatting
* Update keyboards/ai03/lunar/keymaps/muzfuz/readme.md
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Remove unneeded recipe
[Docs] Add dfu-util and caterina udev examples (#6429)
updates to akb/raine in ready for production units (#6457)
* Raine Update
* Update keymap and usb setting
* Update info.json
added wk support to info.json
Removed print call to resolve #6364 (#6413)
* Change print to dprintf to avoid buffer overflow
* Add stdio header for dprintf
* Fix included headers