2024-08-19 16:44 | Update README | Louis Burda | 2 | +17 | -11 |
2024-08-10 01:20 | Remove old debouncing code and adjust timeout | Louis Burda | 2 | +1 | -16 |
2024-08-10 00:32 | Switch to event-triggered messaging | Louis Burda | 7 | +162 | -153 |
2024-07-17 21:35 | Reduce drive strength | Louis Burda | 1 | +3 | -3 |
2024-07-05 11:02 | Add qemu switch keybind | Louis Burda | 1 | +1 | -1 |
2024-03-13 18:31 | Adjust keymap | Louis Burda | 1 | +67 | -9 |
2024-01-03 23:40 | Add qemu macro | Louis Burda | 2 | +10 | -1 |
2023-12-09 01:48 | Add mitigation for gpio pin that fails to pull low | Louis Burda | 4 | +35 | -9 |
2023-12-09 00:15 | Improve logging | Louis Burda | 8 | +117 | -54 |
2023-08-23 14:49 | Reorder hex alpha chars in num layer | Louis Burda | 1 | +2 | -2 |
2023-06-21 17:56 | Update picosdk to fix gcc missing cstd- includes and add hex to num layer | Louis Burda | 2 | +3 | -3 |
2023-06-19 11:27 | fixup! Add README with setup notice | Louis Burda | 1 | +1 | -2 |
2023-06-19 00:58 | Add README with setup notice | Louis Burda | 1 | +12 | -0 |
2023-06-19 00:23 | Update USB VID/PID to 1209/DEF0 | Louis Burda | 1 | +1 | -1 |
2023-06-18 23:54 | Add MIT License | Louis Burda | 1 | +21 | -0 |
2023-02-13 15:16 | Send key report on active modifier change | Louis Burda | 1 | +2 | -1 |
2023-02-13 00:23 | fixup! Only update weakmods when new keycode is added | Louis Burda | 1 | +2 | -0 |
2023-02-13 00:02 | Only update weakmods when new keycode is added | Louis Burda | 1 | +14 | -4 |
2023-02-05 16:29 | Forward warning from slave to master and dont call hid and cdc tasks on slave | Louis Burda | 6 | +41 | -19 |
2023-02-05 16:10 | Make led blip asynchronous and add sync mechanism to split comms | Louis Burda | 5 | +104 | -35 |
2023-02-02 17:05 | Fix swapped led color channels | Louis Burda | 1 | +2 | -2 |
2023-02-01 12:10 | Move rgb convert into ws2814.c | Louis Burda | 3 | +5 | -7 |
2023-01-29 01:55 | Keep weak_mods active until a key state changes | Louis Burda | 1 | +28 | -10 |
2023-01-28 22:35 | Add led blips for warnings and on startup | Louis Burda | 7 | +60 | -21 |
2023-01-09 12:39 | Fix macro_send for multiple held keys | Louis Burda | 3 | +67 | -29 |
2023-01-08 13:54 | Remove delay in kvm switch macros | Louis Burda | 1 | +2 | -6 |
2023-01-08 13:54 | Reorder usb hid descriptors for better compatibility | Louis Burda | 1 | +17 | -17 |
2022-12-28 21:39 | Small fixups | Louis Burda | 2 | +9 | -16 |
2022-12-28 12:36 | Allow forcing split role | Louis Burda | 1 | +4 | -0 |
2022-12-28 00:41 | Use separate hid interface for keyboard proto | Louis Burda | 4 | +127 | -99 |
2022-12-27 23:37 | stash getting hid keyboard proto working | Louis Burda | 3 | +33 | -27 |
2022-12-27 21:56 | Simplify make targets | Louis Burda | 1 | +11 | -16 |
2022-12-27 15:48 | Automatically clone submodules and patch tinyusb on initial make | Louis Burda | 1 | +13 | -7 |
2022-12-27 01:19 | Implement more keysym functions | Louis Burda | 9 | +360 | -111 |
2022-12-19 18:29 | Add special hid functionality, consumer control working | Louis Burda | 19 | +1225 | -962 |
2022-12-19 16:01 | Enable temporary (weak) mods for specific keys and layer switching with mods | Louis Burda | 8 | +236 | -110 |
2022-12-18 23:33 | Add more keys to keymap and add split role detection | Louis Burda | 10 | +73 | -51 |
2022-12-18 17:12 | Added layer switching and debouncing | Louis Burda | 9 | +315 | -170 |
2022-12-18 13:53 | Rename matrix to keymat and refactor key matrix access | Louis Burda | 15 | +360 | -269 |
2022-12-16 19:31 | Add stdio command interface, matrix syncing and basic evaluation | Louis Burda | 10 | +207 | -58 |
2022-12-13 09:50 | Switch to full-duplex uart | Louis Burda | 4 | +52 | -92 |
2022-12-02 21:22 | Add response delay to work around communication issue | Louis Burda | 3 | +64 | -73 |
2022-12-02 15:06 | Added split uart support based on chibios impl | Louis Burda | 19 | +410 | -356 |
2022-11-29 03:50 | Fix pio uart integration with neopix pio | Louis Burda | 6 | +79 | -59 |
2022-11-29 03:02 | Adapt ChibiOS uart pio implementation (untested) | Louis Burda | 2 | +242 | -28 |
2022-11-28 23:53 | Refactoring and added sdk uart (not working) | Louis Burda | 12 | +284 | -260 |
2022-11-28 18:58 | Basic key matrix scan and keycode setup | Louis Burda | 13 | +1091 | -25 |
2022-11-20 18:26 | Integrate tinyUSB composite HID example | Louis Burda | 4 | +164 | -29 |
2022-11-20 15:46 | Enable double tap bootloader feature | Louis Burda | 2 | +4 | -41 |
2022-11-20 15:35 | Add CDC stdio driver and logging + panic handlers | Louis Burda | 10 | +427 | -237 |
2022-11-20 00:35 | Onboard neopixel led support | Louis Burda | 9 | +312 | -29 |
2022-11-19 23:49 | Tinyusb HID example | Louis Burda | 9 | +455 | -0 |