Update bootloader.mk (#6698)
[Keyboard] xd87: add capslock led support (#6758)
[Keyboard] Freyr: Configurator bugfixes (#6756)
- rebuild LAYOUT_all tree (key count mismatch)
- correct keyboard dimensions and key positioning
- complete key object labels
- debug linting (one key object per line; changes white space only)
[Keyboard] KBD75 refactor (#6755)
* convert codebase to #pragma once
* fix file includes
- quantum.h is included at keyboard level, redundant at revision level
- keyboard-level path is accessible at revision level, remove relative pathing
* duplicate common layout macros from rev1 to rev2
Add the layout macros supported by both rev1 and rev2 to rev2.h directly, which exposes these layouts to QMK Configurator.
* enable community layout support (75_ansi, 75_iso)
* add LAYOUT_75_iso layout data
It needs its own tree because its keys are in a different order from LAYOUT_iso_1u even though the physical layout is the same.
* minimize rules.mk files (use QMK defaults)
* use atmel-dfu bootloader rule
* fix typo on rev1 info.json
[Keymap][Xulkal] User code update (#6752)
* Updating rgb menu behavior
* Fixing toggle keycode to work how I want it
* Enabling auto scroll timeout
[Keymap] Fix e65 7u WK layout and add crd's personal keymap (#6750)
* Add e65 keymap for crd
* Fix e65 7u wk layout
[Keymap] idobo/drewdobo keymap v1 (#6744)
[Keyboard] Correct info.json data for vn66 (#6741)
* Correct info.json data for vn66
* update .json file data
* Update info.json
[Keyboard] Adding YMDK "Bface" keyboard (#6731)
* making a new board setup for ymdk bface clone
* removing extra keymaps that copied over
* documentation and edits for new ymdk_bface board
* cleaning up config and keymaps
* removed extra keymap and working on READMEs
* readme edits
* shorter aliexpress link in ymdk_bface readme
* added images to readmes and edited the keymaps
* more flashing directions
* Mac directions formatting
* editing and creating the all layout
* cleanign up ymdk_bface keymaps
* fixed typos in layout
* removed tabs
* cleaned up the LED and Backlight configuration.
* adding more to info.josn and cleaning up readme
* fixing JSON typos
* made a ymdk folder and moved the bface into it.
* fixing file names for the new folder structure
[Keymap] Plaid Keymap for Programmers (#6706)
* map programmer qwerty
* clarify and fix typo
* finishing touches
* use qmk
s templates for readme
* update copyright notice
* remove unnecessary code
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* remove unnecessary code
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/plaid/keymaps/thehalfdeafchef/keymap.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* fix documentation
* reformat code
* Apply suggestions from code review
Co-Authored-By: Drashna Jaelre <drashna@live.com>
[Keyboard] Fixed EEPROM start address for firmware using VIA (#6757)
Percent Studio Booster: Configurator fix (#6743)
[Keymap] Added Xerpocalypse's layout (#6732)
* Added Xerpocalypse's layout
+ Number row and symbols are switched compared to default TMO50 layout
+ Right-hand spacebar acts as backspace and a hold-layer for layer 2.
* Update keyboards/tmo50/keymaps/xerpocalypse/keymap.c
Removed unnecessary #define
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/tmo50/keymaps/xerpocalypse/keymap.c
Changed keymap to use KC_UNDS instead of custom-defined keycode
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
remove accidental characters in default preonic keymap (#6748)
Clarify the backlight_level API doc slightly (#6733)
* Clarify the backlight_level API doc slightly
* review
add VN66 keyboard (#6722)
* add VN66 keyboard
* update
* Update readme.md
* Update readme.md
* add hnah108 personal pcb
* delete hnah108
* Update vn66.c
[Keyboard] TheVanKeyboards Caravan: Configurator layout support (#6737)
[Keymap] style cleanup of GreenShadowMaker's keymap (#6736)