From c8eb3b0def3ab6d021b0fba38d2237cb4e3bb33c Mon Sep 17 00:00:00 2001 From: Lucas Jensen Date: Mon, 7 Apr 2025 08:10:56 -0700 Subject: [PATCH] update attribute citation --- keyboards/ferris/sweep/keymaps/nano/keymap.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/keyboards/ferris/sweep/keymaps/nano/keymap.c b/keyboards/ferris/sweep/keymaps/nano/keymap.c index c31169b..b6e9591 100644 --- a/keyboards/ferris/sweep/keymaps/nano/keymap.c +++ b/keyboards/ferris/sweep/keymaps/nano/keymap.c @@ -15,7 +15,12 @@ * along with this program. If not, see . */ -// This keymap is heavily inspired by Quentin LEBASTARD's work at bastardkb.com +/* + * This keymap is heavily inspired by Quentin LEBASTARD's work at bastardkb.com + * In particular, inspiration is drawn from the Charybdis Nano layout. Notable + * alternations include: numbers moved to left hand, removal of rgb, various + * changes to thumb key layout and layer accessing layers. +*/ #include QMK_KEYBOARD_H #if __has_include("keymap.h")