New custom keymap for Glorious GMMK Pro ANSI layout (#16199)
Co-authored-by: Drashna Jaelre <drashna@live.com>
boardsource/microdox V2 (#16569)
Fix broken build for users/curry (#16492)
Add initial support for the Makey Makey Classic (#16658)
Add my planck layout (#13143)
* Add my planck layout
* Add copyright
* Address requested changes
* Fix dipswitch return type
[Keymap] A Colemak keymap for the crkbd keyboard (#16550)
Change helix:yshrsmz keymap to use split_common (#16537)
[Keyboard] Add converter/a1200/mistress1200 variant (#16634)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
[Keyboard] Fix resume1800 - Dynamic layer count undefined (#16877)
[Keyboard] Add CrimsonKeyboards' Resume1800 (#16842)
[Keyboard] sandbox - fix keymaps (#16873)
Ploopy Trackball Mini: only define DPI options as needed (#16160)
Anne Pro 2 Refactor (#16864)
* move RGB Matrix rules to keyboard level
* move PERMISSIVE_HOLD config to keyboard level
* annepro2.c: convert tabs to spaces
* refactor rules.mk files
Reformats each version's `rules.mk` file to be arranged more similarly to those of the rest of the keyboards in QMK.
No logic change.
* annepro2.c: allow compilation without RGB Matrix
Wraps the `led_enabled` definition and the `KC_AP_RGB_*` keycodes in `#ifdef RGB_MATRIX_ENABLE`, allowing successful compilation if the user sets `RGB_MATRIX_ENABLE = no`.
* rework readme files
Reworks the main `readme.md` file to be more friendly to GitHub viewing, and removes the single-line version-specific readme files (exposes the main readme to QMK Configurator users).
* info.json: update maintainer value
* info.json: apply friendly formatting