summaryrefslogtreecommitdiffstats
path: root/keyboards/durgod/k320/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-08-141-1/+1
|\
| * Fix `keyboard` field for some JSON keymaps (#21752)Ryan2023-08-151-1/+1
| |
* | Unicodemap keycodes rename (#21092)Ryan2023-06-011-5/+5
|/
* Remove magic bodges from via keymaps (#19890)Joel Challis2023-02-222-2/+2
|
* Align definition of unicode_map (#19452)Joel Challis2023-01-011-1/+1
|
* Normalise Unicode keycodes (#18898)Ryan2022-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `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
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-154-4/+4
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Durgod K310/K320 Refactor (#18224)James Young2022-09-2510-0/+362
|
* [Keymap] moults31 userspace and keymaps (#12025)Zac Moulton2021-09-104-0/+116
|
* [Keyboard] Add Durgod Taurus K310 keyboard (#12314)Donald Kjer2021-07-2213-802/+0
| | | | Co-authored-by: Tyler Tidman <tyler.tidman@draak.ca> Co-authored-by: Simon Arlott <sa.me.uk>
* Durgod keyboard refactor in preparation for adding additional durgod ↵Donald Kjer2021-03-2117-345/+144
| | | | | | | | | | | | | | | | | | | | | | | | keyboards (#11978) * Durgod keyboard refactor in preparation for adding additional durgod keyboards * Moving Durgod board configuration into a common location * Reformatting layout macro whitespace * Moving TGUI key functionality to the keyboard level * Replacing default keymap.c with keymap.json * Changing default and default_toggle_mac_windows keymaps to LAYOUT_all * Increasing EEPROM size to support more VIA layers * Fixing media keys; KC_MRWD/KC_MFFD => KC_MPRV/KC_NXT * Move ISO Enter key to the correct row in Durgod K320 * Minor whitespace and readme cleanup for K320 * Changing durgod/k320 debounce back to default * Simplifying DURGOD_STM32_F070's chconf.h Co-authored-by: Simon Arlott <sa.me.uk> Co-authored-by: Tyler Tidman <tyler.tidman@draak.ca>
* [Keymap] Add via support to Durgod K320 (#11960)Maxime Coirault2021-02-214-0/+115
| | | Co-authored-by: Maxime Coirault <maxime.coirault@zerokeyboard.com>
* unscramble Durgod k320 keymap / fix Issue #11883 (#11885)Joshua Diamond2021-02-133-84/+72
| | | | | * unscramble Durgod k320 keymap / fix Issue #11883 * fix a few keymaps
* Add basic ISO {Win,Mac} layouts for Durgod/K320 (#11778)Al Cutter2021-02-134-0/+156
| | | | | | | | | | | | * Add default ISO Windows layout for Durgod/K320 * Duplicate default_iso to default_iso_mac Swap the L{GUI,ALT} keys to match the mac layout, and remove the windows key lock functionality. * Remove windows-key lock in default_iso * Fixup wonky macro layout inherited from ansi keymap
* Add support for the DURGOD Taurus K320 keyboard (#11399)Donald Kjer2021-01-267-0/+744
* Initial support for Durgod K320 with BootMagic Lite - Adding missing files - Add Unicode Map Support & new user keymap - Remove personalized features from Default keymap - Added Unicode Map to both Default and kuenhlee keymap.c - Updated readme.md - Added additional Fn Shortcut keys * Additional support for Durgod K320 - Simplifying default keymap - Renaming durgod_k320 => durgod/k320 - Removing copy of ST_NUCLEO64_F070RB from K320. Replacing with local board.h - Adding Mac keyboard layout for K320 as alternative via Fn+F12 - Implementing Windows Key lock on K320 - Cleaning up duplicated core functionality - Adding default_toggle_mac_windows keymap with: - Ability to toggle between Windows and MacOS layout - Mac Media Lock functionality. * Updating K320 keymap readme Co-authored-by: kuenhlee <eos.camera.lee@gmail.com>