summaryrefslogtreecommitdiff
path: root/keyboards/handwired/tractyl_manuform/5x6_right/keymaps/drashna
Commit message (Collapse)AuthorAge
* [Keymap] Drashna updates for 0.19 (#19175)Drashna Jaelre2022-11-29
| | | | | | | | | | | | | | | | | | * Fix up bastardkb boards since blackpill support is officially added. * Check for blackpill version, not elite c. * Add checks in chibiOS config since multiple ARM controllers supported. * Rework rules.mk for keymaps to better handle arm vs avr support * Start moving away from `matrix_*_*` functions. * `housekeeping_task_*` instead of `matrix_scan_*` * `keyboard_(pre|post)_init_*` instead of `matrix_init_*` * Add ℂℴmⅈℂ unicode input method. * Clean up unicode code to be more compact and flexible. * Remove/move Pro Micro LED commands to userspace and better filter them * Fixup OLED code * Use newer quantum keycode functions/preprocessors rather than manual bit manipulation * Make unicode mode render much more compact/simple. * Make qmk secrets more self contained * Remove custom implementation of split watchdog
* Normalise Unicode keycodes (#18898)Ryan2022-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV` * `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*` * `UC_MAC` -> `UNICODE_MODE_MACOS` * `UC_LNX` -> `UNICODE_MODE_LINUX` * `UC_WIN` -> `UNICODE_MODE_WINDOWS` * `UC_BSD` -> `UNICODE_MODE_BSD` * `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE` * `UC_EMACS` -> `UNICODE_MODE_EMACS` * `UC__COUNT` -> `UNICODE_MODE_COUNT` * `UC_M_MA` -> `UC_MAC` * `UC_M_LN` -> `UC_LINX` * `UC_M_WI` -> `UC_WIN` * `UC_M_BS` -> `UC_BSD` * `UC_M_WC` -> `UC_WINC` * `UC_M_EM` -> `UC_EMAC` * Docs * Update quantum/unicode/unicode.h
* [Keymap] develop updates for Drashna Keymaps (#18472)Drashna Jaelre2022-09-25
|
* [Keymap] Drashna keymap updates for 0.18.0 (#18184)Drashna Jaelre2022-08-28
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keymap] Updates to drashna Keymaps and Userspace (#17543)Drashna Jaelre2022-07-02
|
* [Keymap] Drashna update for post Q2 merge (#17241)Drashna Jaelre2022-05-30
|
* [Keymap] Drashna Mouse keys and oled updates (#16556)Drashna Jaelre2022-03-06
|
* [Keyboard] Overhaul Tractyl Manuform (#16134)Drashna Jaelre2022-01-30
|
* [Keymap] Add oled improvements and cnano keymap for drashna (#16133)Drashna Jaelre2022-01-30
|
* [Keymap] Drashna's OLED rewrite (#15981)Drashna Jaelre2022-01-21
|
* [Keymap] Reorganization, cleanup and readmes for drashna code (#15617)Drashna Jaelre2021-12-29
|
* [Keymap] Unicode and Pointing Device and Autocorect for drashna keymaps (#15415)Drashna Jaelre2021-12-14
|
* [Keymap] Unicode and cursor sync - drashna keymap (#15328)Drashna Jaelre2021-11-28
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-17
|\
| * [Keymap] updates for oled, and diablo 2 layer - Drashna (#15194)Drashna Jaelre2021-11-17
| |
* | Rework and expand Pointing Device support (#14343)Drashna Jaelre2021-11-14
|/ | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
* Updates to drashna keymap and minor updates to tractyl manuform (#15101)Drashna Jaelre2021-11-10
|
* [Keymap] Drashna Keymap Updates (#14842)Drashna Jaelre2021-10-15
| | | | | | | * 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
* [Keyboard] Tractyl Manuform Updates (#14841)Drashna Jaelre2021-10-15
|
* [Keyboard] Update Tractyl Manuform config for F411 (#14770)Drashna Jaelre2021-10-09
|
* [Keyboard] Updates for Tractyl Manuform config (#14641)Drashna Jaelre2021-09-29
|
* [Keyboard] Tractyl Manuform - configuration updates (#14314)Drashna Jaelre2021-09-08
| | | | | | | | | | | | | * [Keyboard] Tractyl Manuform - configuration updates * Update readmes * Add more details * Fix issues with encoder pins * Additional fixes for pin config * Fix up some comments
* [Keymap] Fix Drashna Keymap issues missed before Develop merge (#14271)Drashna Jaelre2021-09-01
|
* [Core] Refactor OLED to allow easy addition of other types (#13454)Xelus222021-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add docs * core changes * update keyboards to new OLED * updated users to new OLED * update layouts to new OLED * fixup docs * drashna's suggestion * fix up docs * new keyboards with oled * core split changes * remaining keyboard files * Fix The Helix keyboards oled options * reflect develop Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: mtei <2170248+mtei@users.noreply.github.com>
* [Keymap] Drashna's Improve OLEDs and custom Split code (#14063)Drashna Jaelre2021-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fill the oleds with right mods * Enable double mods on x32 oleds * Disable forced NKRO * Make oleds fancy only on good MCUs * Overhaul oled display * Further enhance oled, with kitty! * Final oled form * Not working transport * Transport id of woring * Add acceleration * fix button placement for accel macro * Fix accelartion location and behavior * Remove OLED sync code * Fix alignment issue * Remove audio hack * Fix up zima keymap * Add matrix slave scan function and cleanup drashna.h * Clean up user space * Allow userspace sync to be disable-able * Fix weird issue with audio * Fix alignment issue with user split sync * Disable second rgb matrix task * Disable additional animations * Change dynamic keymap settings * Hacky fix for borked corne * Add Blackpill (F411) support to tractyl manuform * remove manual via eeprom reset * Remove all references to rgblight twinkle * Fix issues with config processing
* [Keymap] Drashna split transport improvement (#13905)Drashna Jaelre2021-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | * Fix up split stuff * Fix Split perf issues * Allow LTO to be disabled * Fixup WPM and encoders * Fixup qmk keys per scan * Add bootloader info * Change encoder pins * Fixup corne oled code * Expand transport sync * Improve user transport * Cleanup mouse processing at keymap level * Improve layer checking for mouse layering
* [Keymap] Drashna's Defaults cleanup (#13722)Drashna Jaelre2021-07-26
|
* Drashna's split updates (#13350)Drashna Jaelre2021-07-01
Co-authored-by: Ryan <fauxpark@gmail.com>