summaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey
AgeCommit message (Expand)Author
2022-01-24Add L432, L442. (#16016)Nick Brassel
2022-01-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-05[Keymap] Fix onekey oled keymap (#15751)Drashna Jaelre
2021-12-27Refactor `bootloader_jump()` implementations (#15450)Ryan
2021-12-09Tidy up NKRO_ENABLE rules (#15382)Ryan
2021-12-01Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan
2021-11-02[Core] Change OLED task function to be boolean (#14864)Drashna Jaelre
2021-10-18[Core] Add support for RISC-V builds and GD32VF103 MCU (#12508)Stefan Kerkmann
2021-09-25Initial pass of F405 support (#14584)Joel Challis
2021-09-12Align ChibiOS I2C defs with other drivers (#14399)Joel Challis
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-09-09Bugfix for Joystick and JSON schema (#14295)Ryan
2021-08-24[Core] Refactor OLED to allow easy addition of other types (#13454)Xelus22
2021-08-18Digitizer HID interface : absolute coordinates for mouse cursor (#12851)a-chol
2021-08-06Remove Full Bootmagic (#13846)James Young
2021-07-30Fix onekey console keymap (#13797)Ryan
2021-07-30Onekey cleanup (#13786)Ryan
2021-06-21Cleanup junk characters, part 1 (#13282)Ryan
2021-06-08Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956)Ryan
2021-05-292021 May 29 Breaking Changes Update (#13034)James Young
2021-03-15Add missing info.json files for keyboards (#12239)James Young
2021-02-28Onekey keymap: quine (#10732)ridingqwerty
2021-02-09Remove FAUXCLICKY feature (deprecated) (#11829)Drashna Jaelre
2021-01-21ChibiOS conf migrations... take 11 (#11646)Nick Brassel
2021-01-20Merge remote-tracking branch 'upstream/master' into developNick Brassel
2021-01-20Fix up comments showing how to execute config migration. (#11621)Nick Brassel
2021-01-19ChibiOS enable memory allocations (#11620)Nick Brassel
2021-01-20Remove `DESCRIPTION`, H-J (#11616)Ryan
2021-01-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-01-13Exclude more keyboards from CI (#11436)Zach White
2021-01-05Merge remote-tracking branch 'origin/master' into developZach White
2021-01-05Migrate python tests away from onekey (#11367)Joel Challis
2020-12-30Rewrite APA102 support (#10894)Aldehir Rojas
2020-12-21Merge remote-tracking branch 'origin/master' into developQMK Bot
2020-12-21Initial list of keyboards to exclude from CI (#11213)Zach White
2020-12-05ChibiOS upgrade: keyboard conf migrations (phase 1) (#10418)Nick Brassel
2020-12-04Disable almost all ChibiOS subsystems in default configs (#11111)Nick Brassel
2020-12-03Add board specific to Proton-C, with usual defaults turned on. (#10976)Nick Brassel
2020-11-12handwired/onekey/blackpill_f401: Fix I2C pin config mismatch (#10322)Sergey Vlasov
2020-10-29Add brightness level API to OLED driver (#10772)Ryan
2020-10-13Add STM32Duino to bootloader selection (#10558)Ryan
2020-10-06[CLI] Add c2json (#8817)Erovia
2020-10-04[Keymap] Add onekey keymap for OLED testing (#10380)Sergey Vlasov
2020-09-21Fix backlight for F401/F411 blackpill onekey examples (#10320)Sergey Vlasov
2020-09-20Disable the command feature for onekeys (#10366)Sergey Vlasov
2020-09-18Add STM32F401/F411 to mcu_selection.mk (#10278)Ryan
2020-09-07Remove HD44780 References, Part 3 (#10238)James Young
2020-08-29format code according to conventions [skip ci]QMK Bot