From e94f660e733af4d48ba03dc7be44e58a846cfda1 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 21 Mar 2025 18:04:08 -0600 Subject: [PATCH] adding docs similar to the Launch from System76 this adds a map of the key layout that is easier to read --- .../macropad/keymaps/ahoneybun/keymap.c | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/keyboards/adafruit/macropad/keymaps/ahoneybun/keymap.c b/keyboards/adafruit/macropad/keymaps/ahoneybun/keymap.c index 667b2250e2..deb0f2b630 100644 --- a/keyboards/adafruit/macropad/keymaps/ahoneybun/keymap.c +++ b/keyboards/adafruit/macropad/keymaps/ahoneybun/keymap.c @@ -23,6 +23,28 @@ enum layers{ }; const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { + + /* Layer 0, home layer + + ------------------------------ + | O L E D | Volume | + | DISPLAY | Knob | + |----------|---------|---------| + | Previous | Play | Next | + | Track | Pause | Track | + |----------|---------|---------| + | Launch | Launch | Launch | + | Terminal | Dolphin | Elisa | + |----------|---------|---------| + | Launch | NONE | NONE | + | OBS | | | + |----------|---------|---------| + | Show | Work | Lock | + | Desktop | Layer | Screen | + ------------------------------ + + */ + [HOME] = LAYOUT( LT(1,KC_MUTE), KC_MPRV, KC_MPLY, KC_MNXT, @@ -30,6 +52,28 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { LGUI(KC_O), _______, _______, LGUI(KC_D), TO(WORK), LGUI(KC_L) ), + + /* Layer 1, work layer + * + - *----------------------------- + | O L E D | Volume | + | DISPLAY | Knob | + |----------|---------|---------| + | Previous | Play | Next | + | Track | Pause | Track | + |----------|---------|---------| + | Launch | Launch | Launch | + | Terminal | Dolphin | Elisa | + |----------|---------|---------| + | Launch | NONE | NONE | + | OBS | | | + |----------|---------|---------| + | Show | Work | Lock | + | Desktop | Layer | Screen | + ------------------------------ + + */ + [WORK] = LAYOUT( _______, _______, _______, _______,