Kymkim 2d7a1ff4d0 Add CAN communication and GPIO control functionality
- Created HAL configuration file for STM32F1xx (stm32f1xx_hal_conf.h).
- Added interrupt handler definitions in stm32f1xx_it.h.
- Implemented CAN initialization and configuration in can.c.
- Configured GPIO pins for output and external interrupts in gpio.c.
- Developed main application logic in main.c for toggling an LED and sending CAN messages.
- Implemented MSP initialization and de-initialization for CAN in stm32f1xx_hal_msp.c.
- Defined interrupt service routines in stm32f1xx_it.c for CAN and EXTI interrupts.
- Added README for project-specific libraries and PlatformIO configuration.
- Created platformio.ini for project build settings.
- Added stm32pio.ini for CubeMX integration with PlatformIO.
- Included README for testing directory to guide unit testing setup.
2025-06-25 15:18:25 -07:00
2025-06-06 12:14:11 -07:00

Modular Keyboard

Folder Structure

case: STL/CAD for the 3D models of the keyboard case

docs: BOM, build instructions, and documentation for functions if necessary

firmware: Code for the microcontrollers or modules

hardware: KiCad/EasyEDA files for the PCB

Description
A modular keyboard framework
Readme GPL-3.0 286 MiB
Languages
HTML 39.1%
C 35.4%
C++ 13.9%
Ruby 6.7%
CMake 3%
Other 1.9%