summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/usb_usb/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)Ryan2023-06-271-16/+0
|
* Keymap introspection for combos. (#19670)Nick Brassel2023-05-153-3/+1
|
* Move fullsize layouts to data driven (#20317)Ryan2023-04-044-45/+45
|
* Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-031-1/+0
|
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-141-8/+8
|
* Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of ↵precondition2022-12-132-7/+6
| | | | HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741)
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-155-16/+16
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Update converter/usb_usb keymaps to use LAYOUT_fullsize (#18720)precondition2022-10-152-8/+8
|
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-131-1/+1
| | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
* Remove legacy international keycodes (#18588)Ryan2022-10-094-18/+18
|
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-212-2/+2
|
* usb-usb converter: community layout support (#16773)Ryan2022-05-071-24/+24
|
* Remove empty config.h from default-ish keymaps (#15429)Ryan2021-12-092-9/+0
|
* [Keymap] Add narze lily58 keymap & update my other keymaps (#13110)Manassarn "Noom" Manoonchai2021-07-031-1/+1
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Remove `MIDI_ENABLE_STRICT` from user keymaps (#11750)Ryan2021-02-061-3/+0
|
* remove conflicting NKRO_ENABLE flagZach White2021-01-301-1/+0
|
* Better handle LTO_ENABLE (#9832)Drashna Jaelre2020-08-291-1/+1
| | | | | | | | | * Better handle LTO_ENABLE Especially when calling from command line * Replace LINK_TIME_OPTIMIZATION_ENABLE with LTO_ENABLE * Remove long for LTO from show_options.mk
* Update features to use Custom Tapping Term when appropriate (#6259)Drashna Jaelre2020-08-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update Space Cadet to use Custom Tapping Term functionality * Detect correct keycode for space cadet tapping term * Update tap dancing to use global custom tapping term * Update documentation for Tap Dances * formatting pass * Apply suggestions from code review Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update docs/feature_tap_dance.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update for future * Update user keymaps for space cadet * Fix typos * Clean up tapping term stuff * Fix compiler issue if NO_ACTION_TAPPING is enabled Co-authored-by: fauxpark <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Bigger combo index (#9318)Pete Sevander2020-08-292-2/+2
| | | | | * Add change log * Change combo index from uint8_t to uint16_t
* 2020 May 30 Breaking Changes Update (#9215)James Young2020-05-302-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Branch point for 2020 May 30 Breaking Change * Migrate `ACTION_LAYER_TOGGLE` to `TG()` (#8954) * Migrate `ACTION_MODS_ONESHOT` to `OSM()` (#8957) * Migrate `ACTION_DEFAULT_LAYER_SET` to `DF()` (#8958) * Migrate `ACTION_LAYER_MODS` to `LM()` (#8959) * Migrate `ACTION_MODS_TAP_KEY` to `MT()` (#8968) * Convert V-USB usbdrv to a submodule (#8321) * Unify Tap Hold functions and documentation (#8348) * Changing board names to prevent confusion (#8412) * Move the Keyboardio Model01 to a keyboardio/ subdir (#8499) * Move spaceman keyboards (#8830) * Migrate miscellaneous `fn_actions` entries (#8977) * Migrate `ACTION_MODS_KEY` to chained mod keycodes (#8979) * Organizing my keyboards (plaid, tartan, ergoinu) (#8537) * Refactor Lily58 to use split_common (#6260) * Refactor zinc to use split_common (#7114) * Add a message if bin/qmk doesn't work (#9000) * Fix conflicting types for 'tfp_printf' (#8269) * Fixed RGB_DISABLE_AFTER_TIMEOUT to be seconds based & small internals cleanup (#6480) * Refactor and updates to TKC1800 code (#8472) * Switch to qmk forks for everything (#9019) * audio refactor: replace deprecated PLAY_NOTE_ARRAY (#8484) * Audio enable corrections (2/3) (#8903) * Split HHKB to ANSI and JP layouts and Add VIA support for each (#8582) * Audio enable corrections (Part 4) (#8974) * Fix typo from PR7114 (#9171) * Augment future branch Changelogs (#8978) * Revert "Branch point for 2020 May 30 Breaking Change"
* [Keymap] add chriskopher keymap for usb-usb converter (#8856)Chris Ko2020-04-287-0/+682
|
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-291-2/+2
|
* Ensure `PROGMEM` is present on default keymaps (#7836)fauxpark2020-01-092-34/+2
|
* [Keymap] Add narze keymap for usb-usb converter (#6881)Manassarn "Noom" Manoonchai2019-10-164-0/+228
| | | | | | | | | | | | | | | | | | | | | | | | | | * Revert raise/backspace mod tap to just backspace * Initialize usb_usb/narze * Modify keys * Add readme * Support Right shift to ) * Add Dev layer * Use Dev layer on holding z key * Add Dev layer for Ergodox * Update keyboards/converter/usb_usb/keymaps/narze/README.md Fix the command & close the code block as suggested Co-Authored-By: Drashna Jaelre <drashna@live.com> * Reduce rules
* Cleanup Default Keymaps (#5442)Drashna Jaelre2019-03-191-5/+2
| | | | | | | | * Cleanup Default Keymaps to conform to QMK Firmware standards * Minor fixes * Revert some changes
* converter/usb_usb Refactor and Configurator support (#4345)noroadsleft2018-11-033-60/+24
| | | | | | | | | | | | | | | | | * converter/usb_usb: layout macro refactor - KEYMAP_ALL renamed to LAYOUT_all - KEYMAP renamed to LAYOUT_ansi - KEYMAP_ISO renamed to LAYOUT_iso - KEYMAP_JIS renamed to LAYOUT_jis * converter/usb_usb: keymap refactor - all keymaps now use #include QMK_KEYBOARD_H - layout macro names updated - removed deprecated TMK macro/function code * Add info.json file for Configurator support
* restructure converters (#1825)Balz Guenat2017-11-083-42/+0
| | | | | | | | | | | | | | | | | * restructure converters each converter is its own keyboard and different hardware variants are different subprojects. remove (seemingly) old method of loading layouts from main Makefile * call led_set_kb() from overridden led_set() * put converter back into one folder * revert some structure changes to bring in line with #1784. Also attempt to get the BLE thing more properly integrated. Also also fix led_set() to call led_set_kb().
* Added BLE support for USB-USB converter. (#1824)Benjamin Dengler2017-10-154-0/+124
| | | | | | | | * Added BLE support to USB-USB converter * Added readme * Removed images and Makefile
* remove all makefiles from keyboard directoriesJack Humbert2017-09-272-6/+0
|
* cleanup usb-usb converter codeBalz Guenat2017-08-155-238/+342
|
* add RESET to keymapBalz Guenat2017-08-151-1/+1
|
* convert keymap into qmk-styleBalz Guenat2017-08-151-14/+14
|
* some major steps toward making the usb-usb converter workBalz Guenat2017-08-151-1/+1
|
* start working on usb-usb converter portBalz Guenat2017-08-153-0/+306