Commit Graph

75 Commits

Author SHA1 Message Date
dc808e110b pcb design draft 2025-09-09 20:58:35 -07:00
Matarator
688f2188fe LEDs
Placed all LEDs
2025-09-08 21:44:50 -07:00
Soothsayerrr
2c6e262c61 diodes placed except top 2 rows
🐷
2025-09-08 20:15:56 -07:00
755623166c pcb stuff 2025-09-08 19:30:51 -07:00
db92639c65 led 2025-09-04 17:10:20 -07:00
Matarator
07504bcaa4 LEDs attached to switches
LEDs are assigned to the switches now
2025-09-04 13:53:12 -07:00
Matarator
3d0d568fd1 ROT_SW
Disconnect after S diode, ROT_SW
2025-09-04 12:44:43 -07:00
69c559b26c Merge branch 'hardware-numpad' of https://github.com/Kymkim/modular-kbd into hardware-numpad 2025-09-03 17:04:40 -07:00
c0c7dd9b19 backup 2025-09-03 17:03:46 -07:00
Soothsayerrr
90420e358a fixed grid
19.05 is grid size for pcb editor
2025-09-03 12:53:40 -07:00
8845c6e381 Merge branch 'hardware-numpad' of https://github.com/Kymkim/modular-kbd into hardware-numpad 2025-09-02 20:37:05 -07:00
f2adbc1a75 rgb matrix and drc rules 2025-09-02 20:35:02 -07:00
Soothsayerrr
00a31790a6 ICANTDOTHISRGBPCB
ICANTDOITICANTDOITICANTDOITICANTDOITICANTDOITICANTDOITICANTDOITICANTDOITICANTDOITICANTDOITICANTDOITICANTDOITICANTDOITICANTDOITICANTDOITICANTDOITICANTDOITICANTDOITICANTDOITICANTDOIT
2025-09-01 19:05:01 -07:00
Soothsayerrr
290a3695af RGBnumpad Footprint
SMD 0805 hand solder footprints assigned to all of the parts on schematic
2025-09-01 18:47:17 -07:00
Soothsayerrr
41fc26ad4a RGBnumpad
Added RBGnumpad w/ symbols
Still need to assign footprints
2025-08-31 20:56:35 -07:00
Soothsayerrr
6c5eeaa81a diode name + agnd --> gnd
added the bat and added the jump from agnd and gnd that mayyyyy be needed
2025-08-28 16:26:58 -07:00
Soothsayerrr
472570de08 typo in schematic
i changed the GNDA to AGND
2025-08-28 16:16:27 -07:00
076998fab2 draft pcb 2025-08-27 15:49:15 -07:00
fac336c6a7 stuff 2025-08-27 15:11:59 -07:00
4d0e6d4099 progreers 2025-08-27 12:28:57 -07:00
47a60d3073 numpad, connections, and more 2025-08-25 20:18:57 -07:00
60a7a71ae0 USB; Coupling Caps; and XTAL schematic 2025-08-25 14:51:47 -07:00
e1bed6e3bf USB; Coupling Caps; and XTAL schematic 2025-08-25 14:51:27 -07:00
38b1dbaa8a connectors for other modules 2025-08-17 20:29:16 -07:00
0061b6e65c update read me 2025-08-17 20:10:59 -07:00
0ad9440ef9 Licensce and file restructuring. Housekeeping rules 2025-08-17 20:08:37 -07:00
263e1adc3f Merge branch 'dev' 2025-08-17 20:05:51 -07:00
f1ac953c74 mergy 2025-08-17 20:02:34 -07:00
95bbfd2bef Merge branch 'dev' 2025-07-15 11:42:18 -07:00
323a11e9ca prototype mainboard done! 2025-07-15 11:41:31 -07:00
86e27feb0d Merge branch 'dev' 2025-07-15 09:09:22 -07:00
d47641e164 Merge branch 'mainboard' into dev 2025-07-15 09:06:53 -07:00
a509df1fc6 file restructure 2025-07-15 08:59:45 -07:00
f852431e4e merge 2025-07-15 08:58:30 -07:00
6649da4f3d folder re-structuring 2025-07-15 08:47:58 -07:00
7c3e08d5de sample 2x2 modul 2025-07-15 08:38:40 -07:00
50981f9d2c Initial branch for can tester for the mainboard 2025-07-12 11:56:29 -07:00
d519070ef8 separated HID struct for both nkro and 6kro 2025-07-02 23:45:59 -07:00
Nolan Nguyen
ce728bb600 6 Key Rollover Code Comments
check the addHIDReport function and the main function, memset line, verify
2025-07-02 17:42:06 -07:00
95b6d32b99 separated usb code to the library. will add 6key rollover support later :) 2025-07-01 18:51:13 -07:00
ba906e2a54 initial stuff for recieving from can 2025-07-01 18:05:32 -07:00
4caceb3617 4key miku keyboard with nkro 2025-07-01 15:13:32 -07:00
3ecab0344c nkro support :) 2025-06-30 19:03:33 -07:00
1c7e9e6f76 initial main board 2025-06-26 14:32:26 -07:00
63dc0a01c8 explaination for the mainboard stuff 2025-06-26 14:07:24 -07:00
19aa606bb8 some readme changes 2025-06-25 17:24:54 -07:00
381cb2bda8 Initial folder structure. added read me. will explain more details later 2025-06-25 15:31:21 -07:00
8e0fff6c9b Merge branch 'can' into dev 2025-06-25 15:23:01 -07:00
5b26db6010 Merge branch 'matrix' into dev 2025-06-25 15:22:20 -07:00
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