summaryrefslogtreecommitdiff
path: root/keyboards/handwired/myskeeb
AgeCommit message (Expand)Author
2023-08-15OLED: driver naming cleanups (#21710)Ryan
2023-07-02Get rid of `USB_LED_SCROLL_LOCK` (#21405)Ryan
2023-06-18Remove default `TAPPING_TERM` from keyboard config.h (#21284)Ryan
2023-05-03More `info.json` whitespace cleanups (#20665)Ryan
2023-03-11Move matrix config to info.json, part 6 (#20019)Ryan
2023-02-23Migrate some more layouts to data driven (#19889)Ryan
2023-02-17Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan
2023-02-17Remove matrix size defines (#19581)Ryan
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan
2023-02-03Debounce defines cleanup (#19742)Ryan
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel
2022-12-14Tap Dance: remove `qk_` prefix (#19313)Ryan
2022-10-20Remove legacy EEPROM clear keycodes (#18782)Ryan
2022-10-15Remove legacy keycodes, part 5 (#18710)Ryan
2022-09-06Remove legacy USE_SERIAL define (#18292)Dasky
2022-08-30Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler
2022-07-30Move keyboard USB IDs and strings to data driven: handwired (#17822)Ryan
2022-05-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis
2021-12-12Fix up build options comments (#15463)Ryan
2021-12-09Tidy up NKRO_ENABLE rules (#15382)Ryan
2021-12-01Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan
2021-11-17Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-11-16handwired/myskeeb Layout Macro Refactor (#15181)James Young
2021-11-02[Core] Change OLED task function to be boolean (#14864)Drashna Jaelre
2021-09-30Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan
2021-09-21Remove keyboard-level `TAP_DANCE_ENABLE` rules (#14538)Ryan
2021-09-21Remove audio pin references in rules.mk (#14532)Ryan
2021-09-12Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan
2021-09-10Remove bootloader listings from rules.mk (#14330)Ryan
2021-08-24[Core] Refactor OLED to allow easy addition of other types (#13454)Xelus22
2021-08-16Remove MIDI Configuration boilerplate (#11151)James Young
2021-08-06Remove Full Bootmagic (#13846)James Young
2021-03-15Add missing info.json files for keyboards (#12239)James Young
2021-01-20Remove `DESCRIPTION`, H-J (#11616)Ryan
2021-01-13Exclude more keyboards from CI (#11436)Zach White
2020-12-21Initial list of keyboards to exclude from CI (#11213)Zach White
2020-06-04Fix 'does not have a readme.md' warnings (#9294)Joel Challis
2020-03-07[Keyboard] Handwired Skeeb Keyboard (#8161)su8044