qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit f1f0e6a7b375c68a1dcfb6bcab55e957e87c80e9
parent f0542894da88272f9391d513c656fa76d5e39520
Author: QMK Bot <hello@qmk.fm>
Date:   Thu,  3 Aug 2023 08:03:16 +0000

Merge remote-tracking branch 'origin/master' into develop

Diffstat:
Mdocs/pr_checklist.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/pr_checklist.md b/docs/pr_checklist.md @@ -42,7 +42,7 @@ If there are any inconsistencies with these recommendations, you're best off [cr - `#include QMK_KEYBOARD_H` preferred to including specific board files - prefer layer `enum`s to `#define`s -- require custom keycode `enum`s to `#define`s, first entry must have ` = SAFE_RANGE` +- custom keycode `enum`s must have first entry `= SAFE_RANGE` - terminating backslash (`\`) in lines of LAYOUT macro parameters is superfluous and should be removed - some care with spacing (e.g., alignment on commas or first char of keycodes) makes for a much nicer-looking keymap