Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2021-11-19 | 3 | -33/+130 |
|\ | |||||
| * | handwired/split89 Layout Macro Refactor (#15210) | James Young | 2021-11-18 | 3 | -33/+130 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-17 | 3 | -3/+16 |
|\| | |||||
| * | [Keymap] updates for oled, and diablo 2 layer - Drashna (#15194) | Drashna Jaelre | 2021-11-17 | 3 | -3/+16 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-17 | 4 | -84/+95 |
|\| | |||||
| * | handwired/myskeeb Layout Macro Refactor (#15181) | James Young | 2021-11-16 | 4 | -84/+95 |
| | | | | | | | | | | | | | | | | | | | | | | * handwired/myskeeb: update key positions in info.json * remove unused matrix positions L26 and R20 aren't physically present on the keyboard. * add image to readme file * add supported hardware and flashing example to readme | ||||
* | | Require explicit enabling of RGB Matrix modes (#15018) | Drashna Jaelre | 2021-11-15 | 4 | -0/+193 |
| | | |||||
* | | Rework and expand Pointing Device support (#14343) | Drashna Jaelre | 2021-11-14 | 5 | -76/+24 |
| | | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> | ||||
* | | [Keyboard] Stream cheap via fixes/updates (#14325) | Luigi311 | 2021-11-10 | 3 | -12/+29 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-10 | 7 | -31/+23 |
|\| | |||||
| * | Updates to drashna keymap and minor updates to tractyl manuform (#15101) | Drashna Jaelre | 2021-11-10 | 7 | -31/+23 |
| | | |||||
* | | Remove `BOOTMAGIC_ENABLE = lite` option (#15002) | James Young | 2021-11-05 | 89 | -89/+89 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove BOOTMAGIC_ENABLE=lite setting * change keyboard BOOTMAGIC_ENABLE rules Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keyboard BOOTMAGIC_ENABLE inline comments Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite". * change keymap BOOTMAGIC_ENABLE rules Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keymap BOOTMAGIC_ENABLE inline comments Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * change layout/user BOOTMAGIC_ENABLE rules/comments Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/ * remove docs references to Full Bootmagic * convert data-driven Bootmagic Lite instances * remove Bootmagic Lite bodge from data-driven generation * Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a * update docs/ja/config_options.md per mtei * update docs/faq_misc.md per mtei Remove remaining Full Bootmagic reference. | ||||
* | | Map `PRODUCT` define to `keyboard_name` (#14372) | Ryan | 2021-11-05 | 3 | -14/+16 |
| | | | | | | | | | | | | | | * Map `PRODUCT` define to `keyboard_name` * Fix tests * Fix last test | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-04 | 1 | -6/+6 |
|\| | |||||
| * | [Keyboard] Layout update to split89.h (#14930) | jurassic73 | 2021-11-03 | 1 | -6/+6 |
| | | |||||
* | | [Core] Change OLED task function to be boolean (#14864) | Drashna Jaelre | 2021-11-02 | 15 | -111/+129 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * [Core] Add kb level callbacks to OLED driver * Update keyboards and keymaps * Update docs * Update userspace configs * Add fix for my keymap ... * update lefty | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-29 | 2 | -8/+7 |
|\| | |||||
| * | [Keymap] ajp10304: add mouse scroll keys (#14953) | Alan Pocklington | 2021-10-29 | 2 | -8/+7 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-26 | 2 | -2/+0 |
|\| | |||||
| * | Remove unused KEYBOARD_LOCK_ENABLE from rules (#14920) | Drashna Jaelre | 2021-10-25 | 2 | -2/+0 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-23 | 2 | -12/+12 |
|\| | |||||
| * | Corrected keyboard layout which was causing issue in QMK configurator (#14891) | jurassic73 | 2021-10-22 | 2 | -12/+12 |
| | | |||||
* | | Align PS/2 GPIO defines (#14745) | Joel Challis | 2021-10-20 | 3 | -40/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Align PS/2 GPIO * Align PS/2 GPIO * refactor more keyboards * Remove more defines * Put back avr/chibios split * format | ||||
* | | [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508) | Stefan Kerkmann | 2021-10-18 | 8 | -2/+129 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for RISC-V builds and GD32VF103 MCU * Add toolchain selection in chibios.mk based on the mcu selected in mcu_selection.mk * Reorder and added comments to chibios.mk to have a streamlined makefile * Add GD32VF103 mcu to possible targets for QMK. * Add STM32 compatibility for GD32VF103 MCU, this is hacky but more efficent then rewriting every driver. * Add GigaDevice DFU bootloader as flash target, please note that dfu-util of at least version 0.10 is needed. * Add analog driver compatibility * Add apa102 bitbang driver compatibility * Add ws2812 bitbang driver compatibility * Add eeprom in flash emulation compatibility * Allow faster re-builds with ccache * Add SiPeed Longan Nano to platform files * Add SiPeed Longan Nano Onekeys * Make quine compatible with other bootloaders * Support builds with picolibc * Add risc-v toolchain to arch and debian/ubuntu scripts | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-16 | 4 | -4/+4 |
|\| | |||||
| * | [Keymap] Update Miryoku (#14827) | Manna Harbour | 2021-10-15 | 4 | -4/+4 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2021-10-15 | 1 | -1/+1 |
|\| | |||||
| * | [Keymap] Drashna Keymap Updates (#14842) | Drashna Jaelre | 2021-10-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * Fix issues with user split transport code * Improve OLED (More font stuff, improved keylogger, etc) * Add `KEYLOCK` macro to disable USB, borrowed from command feature. * Convert Kyria fully to proton C (no more AVR kyria) * Add Work Louder Work Board keymap | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-16 | 10 | -8/+101 |
|\| | |||||
| * | [Keyboard] Tractyl Manuform Updates (#14841) | Drashna Jaelre | 2021-10-15 | 10 | -8/+101 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-12 | 16 | -0/+693 |
|\| | |||||
| * | [Keyboard] Add Split65 to keyboards/handwired (#13264) | Joris Wachsmuth | 2021-10-11 | 16 | -0/+693 |
| | | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joris Wachsmuth <jwachsmuth@techfak.uni-bielefeld.de> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-11 | 3 | -77/+138 |
|\| | |||||
| * | handwired/nicekey optimisation (#14788) | Ryan | 2021-10-11 | 3 | -77/+138 |
| | | | | | | | | | | | | | | * handwired/nicekey optimisation * Add some consts * Read address from progmem, pass it into send_string_with_delay_P | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-09 | 6 | -165/+56 |
|\| | |||||
| * | [Keyboard] Update Tractyl Manuform config for F411 (#14770) | Drashna Jaelre | 2021-10-09 | 6 | -169/+58 |
| | | |||||
* | | Improve Adafruit BLE configuration defines (#14749) | Ryan | 2021-10-08 | 3 | -10/+0 |
| | | | | | | | | | | * Improve Adafruit BLE configuration defines * Formatting | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-05 | 8 | -0/+227 |
|\| | |||||
| * | [Keyboard] Added DC MC 001 (#14661) | Daniel Cormier | 2021-10-04 | 8 | -0/+227 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-30 | 55 | -166/+166 |
|\| | |||||
| * | Remove firmware size impact notes from <keyboard>/rules.mk (#14652) | James Young | 2021-09-30 | 55 | -166/+166 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-30 | 6 | -6/+0 |
|\| | |||||
| * | Remove redundant `MIDI_ENABLE = no` in keyboard-level rules.mk (#14649) | Ryan | 2021-09-30 | 6 | -6/+0 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into develop | James Young | 2021-09-29 | 69 | -78/+0 |
|\| | |||||
| * | Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633) | Ryan | 2021-09-30 | 69 | -78/+0 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-29 | 12 | -10/+261 |
|\| | |||||
| * | [Keyboard] Updates for Tractyl Manuform config (#14641) | Drashna Jaelre | 2021-09-29 | 12 | -10/+261 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into develop | James Young | 2021-09-26 | 1 | -91/+96 |
|\| | |||||
| * | Unicomp Mini M handwired Configurator fix (#14609) | James Young | 2021-09-26 | 1 | -449/+96 |
| | | | | | | | | | | * apply human-friendly formatting * correct info.json data | ||||
* | | Merge remote-tracking branch 'upstream/master' into develop | James Young | 2021-09-26 | 35 | -1632/+22 |
|\| |