Commit graph

21 commits

Author SHA1 Message Date
Smathev
ac0b03a50c feat: Implement OLED display support and custom icons for 128x32 displays
- Added OLED functionality in keymap.c with custom rendering for layers and modifiers.
- Created a Python script to generate simple icons for OLED displays.
- Introduced a new rules.mk file to enable OLED features for the keymap.
- Developed an OLED font helper script for visualizing and designing custom graphics.
- Redesigned OLED layout to fit 128x32 displays, optimizing space for logos and layer indicators.
- Implemented flow tap functionality in flow_tap.c for enhanced key responsiveness.
2025-10-08 13:57:24 +02:00
Smathev
f3afe70c10 Update build script and configuration files for Fingerpunch Sweeeeep keyboard 2025-10-08 10:26:24 +02:00
Smathev
fb04de22f2 Refactor build script and update userspace config for clarity and new features 2025-10-07 19:29:35 +02:00
Smathev
5ae2c5977d Add QMK submodule for getreuer modules 2025-10-07 19:29:29 +02:00
Smathev
63991df09d Add QMK configuration and flashing documentation for fingerpunch/sweeeeep keyboard
- Created CONFIG_HIERARCHY.md to explain configuration file hierarchy and settings placement.
- Added FLASH_HANDEDNESS.md detailing the flashing process for split keyboard handedness using Liatris controllers.
- Introduced LIATRIS_QUICK_START.txt as a quick reference for handedness setup and flashing steps.
- Included LICENSE file for GNU General Public License v2.
- Added Makefile for building QMK firmware with user-specific configurations.
- Updated README.md with instructions for configuring and building QMK userspace.
- Created build_all.sh script to automate the building of regular and handedness initialization firmware.
- Added qmk.json to define userspace version and build targets.
2025-10-07 16:49:14 +02:00
Smathev
a26527d2ae Add handedness support and firmware build scripts for Fingerpunch Sweeeeep keyboard 2025-10-07 13:17:17 +02:00
Smathev
cbaa62fa0d Refactor config and rules.mk for improved clarity and organization 2025-10-07 10:36:24 +02:00
Smathev
4c48b15c8f Refactor combo definitions and update COMBO_COUNT handling 2025-10-07 10:29:52 +02:00
Smathev
379e203b38 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.
2025-10-07 10:24:52 +02:00
Smathev
e6501772fe Fix include order by moving "keymap_danish.h" to the correct position 2025-10-07 08:22:18 +02:00
smathev
885b3154f2
Add files via upload 2025-10-06 15:16:28 +02:00
Nick Brassel
41ee8332d1
Fix for .clangd. 2025-04-22 00:05:04 +10:00
Sergey Vlasov
35edec2998
Add clangd-related entries to .gitignore (#31)
This is needed to support VS Code with clangd for userspace keymaps (in
this case `compile_commands.json` and `.cache/clangd` are located in the
`qmk_userspace` working copy).
2024-09-05 18:51:35 +10:00
Chad Skeeters
e6f22f98b2
Removes duplicated word *with* in README.md (#29) 2024-08-30 03:27:51 +01:00
arisudesu
0f10c50b4c
Add qmk config user.overlay_dir step to README.md (#23) 2024-06-12 13:00:54 +10:00
Vitaliy Zaytsev
7672002109
use containerWorkspaceFolder var and pass it to setup.sh (#12)
- folder name inside dev container is same as folder name on host
  so if it differs from qmk_userspace then setup.sh cannot be found
  and it sets incorrect user.overlay_dir
- docs https://containers.dev/implementors/json_reference/
2024-05-02 12:20:54 +01:00
Nick Brassel
6ddb67dc56 Replicate qmk/qmk_firmware#23310 2024-05-02 20:11:50 +10:00
Nick Brassel
67fac7803e
Add support for devcontainers. (#6) 2024-02-23 22:35:45 +11:00
Nick Brassel
c8dcd9291b
Point workflows at qmk/.githubs main branch (#1) 2023-11-28 16:44:02 +11:00
Nick Brassel
5212d63b29 Updated .gitignore. 2023-11-22 21:12:34 +11:00
Nick Brassel
92d62d05e8 Initial structure. 2023-11-22 15:22:43 +11:00