index
:
sinitax/sxkbd
master
switch-stencil-frame
Firmware for RP2040-based corne split keyboard
Louis Burda
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove old debouncing code and adjust timeout
Louis Burda
2024-08-10
2
-16
/
+1
*
Switch to event-triggered messaging
Louis Burda
2024-08-10
6
-152
/
+161
*
Reduce drive strength
Louis Burda
2024-07-17
1
-3
/
+3
*
Add qemu switch keybind
Louis Burda
2024-07-05
1
-1
/
+1
*
Adjust keymap
Louis Burda
2024-03-13
1
-9
/
+67
*
Add qemu macro
Louis Burda
2024-01-04
1
-1
/
+9
*
Add mitigation for gpio pin that fails to pull low
Louis Burda
2023-12-09
2
-0
/
+28
*
Improve logging
Louis Burda
2023-12-09
8
-54
/
+117
*
Reorder hex alpha chars in num layer
Louis Burda
2023-08-23
1
-2
/
+2
*
Update picosdk to fix gcc missing cstd- includes and add hex to num layer
Louis Burda
2023-06-21
1
-2
/
+2
*
Update USB VID/PID to 1209/DEF0
Louis Burda
2023-06-19
1
-1
/
+1
*
Send key report on active modifier change
Louis Burda
2023-02-13
1
-1
/
+2
*
fixup! Only update weakmods when new keycode is added
Louis Burda
2023-02-13
1
-0
/
+2
*
Only update weakmods when new keycode is added
Louis Burda
2023-02-13
1
-4
/
+14
*
Forward warning from slave to master and dont call hid and cdc tasks on slave
Louis Burda
2023-02-05
6
-19
/
+41
*
Make led blip asynchronous and add sync mechanism to split comms
Louis Burda
2023-02-05
5
-35
/
+104
*
Fix swapped led color channels
Louis Burda
2023-02-02
1
-2
/
+2
*
Move rgb convert into ws2814.c
Louis Burda
2023-02-01
3
-7
/
+5
*
Keep weak_mods active until a key state changes
Louis Burda
2023-01-29
1
-10
/
+28
*
Add led blips for warnings and on startup
Louis Burda
2023-01-28
7
-21
/
+60
*
Fix macro_send for multiple held keys
Louis Burda
2023-01-09
3
-29
/
+67
*
Remove delay in kvm switch macros
Louis Burda
2023-01-08
1
-6
/
+2
*
Reorder usb hid descriptors for better compatibility
Louis Burda
2023-01-08
1
-17
/
+17
*
Small fixups
Louis Burda
2022-12-28
1
-15
/
+8
*
Use separate hid interface for keyboard proto
Louis Burda
2022-12-28
4
-99
/
+127
*
stash getting hid keyboard proto working
Louis Burda
2022-12-28
3
-27
/
+33
*
Implement more keysym functions
Louis Burda
2022-12-27
9
-111
/
+360
*
Add special hid functionality, consumer control working
Louis Burda
2022-12-19
15
-226
/
+487
*
Enable temporary (weak) mods for specific keys and layer switching with mods
Louis Burda
2022-12-19
7
-110
/
+235
*
Add more keys to keymap and add split role detection
Louis Burda
2022-12-19
8
-43
/
+63
*
Added layer switching and debouncing
Louis Burda
2022-12-18
9
-170
/
+315
*
Rename matrix to keymat and refactor key matrix access
Louis Burda
2022-12-18
14
-268
/
+359
*
Add stdio command interface, matrix syncing and basic evaluation
Louis Burda
2022-12-16
10
-58
/
+207
*
Switch to full-duplex uart
Louis Burda
2022-12-13
2
-90
/
+50
*
Add response delay to work around communication issue
Louis Burda
2022-12-02
2
-71
/
+62
*
Added split uart support based on chibios impl
Louis Burda
2022-12-02
16
-355
/
+369
*
Fix pio uart integration with neopix pio
Louis Burda
2022-11-29
6
-59
/
+79
*
Adapt ChibiOS uart pio implementation (untested)
Louis Burda
2022-11-29
1
-28
/
+241
*
Refactoring and added sdk uart (not working)
Louis Burda
2022-11-29
9
-123
/
+254
*
Basic key matrix scan and keycode setup
Louis Burda
2022-11-28
12
-25
/
+1087
*
Integrate tinyUSB composite HID example
Louis Burda
2022-11-20
4
-29
/
+164
*
Enable double tap bootloader feature
Louis Burda
2022-11-20
1
-41
/
+3
*
Add CDC stdio driver and logging + panic handlers
Louis Burda
2022-11-20
8
-234
/
+416
*
Onboard neopixel led support
Louis Burda
2022-11-20
5
-19
/
+168
*
Tinyusb HID example
Louis Burda
2022-11-20
3
-0
/
+396