Add custom keymap and font for Smathev layout on Fingerpunch Sweeeeep keyboard

- Implemented glcdfont.c for custom font rendering.
- Created keymap.c with multiple layers including NORTO, QWERTY, NORTNAVIGATION, and SYMFKEYS.
- Added OLED display functionality to show layer states and modifier statuses.
- Included keymap.json for configuration.
This commit is contained in:
Smathev 2025-10-07 10:24:52 +02:00
parent e6501772fe
commit 379e203b38
7 changed files with 9 additions and 26 deletions

View file

@ -36,7 +36,7 @@ combo_t key_combos[COMBO_COUNT] = {
COMBO(bcksp_combo, KC_BSPC),
COMBO(del_combo, KC_DEL),
COMBO(esc_combo, KC_ESC),
COMBO(reset_keyboard_combo, QK_BOOT),
COMBO(reset_keyboard_combo, QK_BOOT)
};