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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Update README
HEAD
master
Louis Burda
2024-08-19
2
-11
/
+17
|
*
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
7
-153
/
+162
|
*
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
2
-1
/
+10
|
*
Add mitigation for gpio pin that fails to pull low
Louis Burda
2023-12-09
4
-9
/
+35
|
*
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
3
-3
/
+3
|
*
fixup! Add README with setup notice
Louis Burda
2023-06-19
1
-2
/
+1
|
*
Add README with setup notice
Louis Burda
2023-06-19
1
-0
/
+12
|
*
Update USB VID/PID to 1209/DEF0
Louis Burda
2023-06-19
1
-1
/
+1
|
*
Add MIT License
Louis Burda
2023-06-19
1
-0
/
+21
|
*
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
2
-16
/
+9
|
*
Allow forcing split role
Louis Burda
2022-12-28
1
-0
/
+4
|
*
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
|
*
Simplify make targets
Louis Burda
2022-12-27
1
-16
/
+11
|
*
Automatically clone submodules and patch tinyusb on initial make
Louis Burda
2022-12-27
1
-7
/
+13
|
*
Implement more keysym functions
Louis Burda
2022-12-27
9
-111
/
+360
|
*
Add special hid functionality, consumer control working
Louis Burda
2022-12-19
16
-226
/
+489
|
*
Enable temporary (weak) mods for specific keys and layer switching with mods
Louis Burda
2022-12-19
8
-110
/
+236
|
*
Add more keys to keymap and add split role detection
Louis Burda
2022-12-19
10
-51
/
+73
|
*
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
15
-269
/
+360
|
*
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
4
-92
/
+52
|
*
Add response delay to work around communication issue
Louis Burda
2022-12-02
3
-73
/
+64
|
*
Added split uart support based on chibios impl
Louis Burda
2022-12-02
19
-356
/
+410
|
*
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
2
-28
/
+242
|
*
Refactoring and added sdk uart (not working)
Louis Burda
2022-11-29
12
-260
/
+284
|
*
Basic key matrix scan and keycode setup
Louis Burda
2022-11-28
13
-25
/
+1091
|
*
Integrate tinyUSB composite HID example
Louis Burda
2022-11-20
4
-29
/
+164
|
*
Enable double tap bootloader feature
Louis Burda
2022-11-20
2
-41
/
+4
|
*
Add CDC stdio driver and logging + panic handlers
Louis Burda
2022-11-20
11
-237
/
+427
|
[next]