summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Ortho 5x14 handwired info.json correction (#13538)James Young2021-07-13
| | | | | | | * ortho5x14 handwired: correct info.json data Last key was incorrectly positioned. * fix readme typo
* 4pplet AEKISO60 keymap/macro touch-up (#13528)James Young2021-07-13
| | | Moves the ISO Enter keycode to the home row for more consistency with the rest of QMK. Also grid-aligns the keycodes and adds a block comment for the layout macro.
* Ergoarrows info.json touch-up (#13537)James Young2021-07-13
| | | | | | | | | | | | | * human-friendly formatting Add line breaks between rows and halves. * fix rounding issues Fixes issues with y-offset values due to rounding in KLE. * remove layout dead space; re-mirror halves Removes the empty white space from the layout, and aligns the keys on the right half so they are a mirror of the left half.
* [Keyboard] Montex add VIA support and keymap. (#13488)AnthonyL2021-07-13
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Anthony Lowery <anthony.lowery@unity3d.com>
* [Keyboard] fixes and additions to the Marauder keyboard (#13462)Cosmin2021-07-13
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* AMJ60 Refactor (#13530)James Young2021-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rename LAYOUT to LAYOUT_all * refactor default keymap - add license header - use layer_names enum - use LAYOUT_all macro - update keymap to be more generic - use QMK-native keycode aliases * info.json: human-friendly formatting * convert LAYOUT_iso into a proper LAYOUT_60_iso * LAYOUT_all bugfix In the physical sense, position k3d is to the left of k3c. * rework LAYOUT_max into LAYOUT_60_ansi_split_bs_rshift * remove LAYOUT_iso_splitrshift and iso_split_rshift keymap * rework LAYOUT_hhkb into LAYOUT_60_hhkb * amj60.h cleanup - add license header - use #pragma once include guard - concatenate layout block comments - remove unnecessary function headers * add license header to amj60.c * align config.h to QMK template * align rules.mk to QMK template * enable Community Layout support * modernize readme.md - add PCB image - convert keyboard data to list - add flashing and bootloader instructions - update Docs links
* [Keyboard] Update Symmetric70 keyboard prototype (#12707)Takeshi ISHII2021-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update handwired/symmetric70_proto/matrix.c * make keyboards/handwired/symmetric70_proto/promicro/ * add symmetric70_proto/debug_config.h, update symmetric70_proto/local_features.mk etc. set MATRIX_IO_DELAY macro make MTEST=mdelay0 symmetric70_proto/promicro:default:flash make MTEST=mdelay1 symmetric70_proto/promicro:default:flash make MTEST=mdelay10 symmetric70_proto/promicro:default:flash make MTEST=mdelay30 symmetric70_proto/promicro:default:flash set DEBUG_MATRIX_SCAN_RATE_ENABLE yes make MTEST=scan symmetric70_proto/promicro:default:flash set MATRIX_DEBUG_DELAY and MATRIX_IO_DELAY macro make MTEST=matrix_debug_delay,mdelay0 symmetric70_proto/promicro:default:flash set MATRIX_DEBUG_SCAN make MTEST=matrix_debug_scan symmetric70_proto/promicro:default:flash * add symmetric70_proto/matrix_debug/readme.md * update symmetric70_proto/matrix_debug/readme.md * update handwired/symmetric70_proto/readme.md * update handwired/symmetric70_proto/readme.md * update handwired/symmetric70_proto/*/readme.md * add handwired/symmetric70_proto/matrix_fast/ * update handwired/symmetric70_proto/matrix_fast/readme.md * fix typo in handwired/symmetric70_proto/matrix_fast/readme.md * update config.h under handwired/symmetric70_proto/promicro * add Proton C support to handwired/symmetric70_proto * add handwired/symmetric70_proto/proton_c/readme.md * add promicro/*/readme.md proton_c/*/readme.md * update handwired/symmetric70_proto/proton_c/proton_c.c support MATRIX_IO_DELAY_DEFAULT for testing. * Added another implementation of 'adaptive_delay'. * update symmetric70_proto/local_features.mk * update symmetric70_proto/matrix_fast/gpio_extr.h * add matrix_output_unselect_delay_ports() * add MTEST=adaptive_delay_fast option * update symmetric70_proto/matrix_debug/readme.md * update symmetric70_proto/matrix_fast/readme.md * update symmetric70_proto/matrix_debug/readme.md * Erase garbage * fix symmetric70_proto/proton_c/proton_c.c * improve adaptive_delay_fast in symmetric70_proto/matrix_debug/matrix.c * update symmetric70_proto/matrix_debug/readme.md * fix symmetric70_proto/matrix_debug/readme.md * Update keyboards/handwired/symmetric70_proto/proton_c/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/handwired/symmetric70_proto/proton_c/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/handwired/symmetric70_proto/local_features.mk Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/handwired/symmetric70_proto/local_features.mk Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/handwired/symmetric70_proto/matrix_debug/matrix.c Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/handwired/symmetric70_proto/matrix_debug/matrix.c Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/handwired/symmetric70_proto/local_features.mk Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/handwired/symmetric70_proto/matrix_debug/matrix.c Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/handwired/symmetric70_proto/matrix_debug/readme.md Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/handwired/symmetric70_proto/matrix_debug/readme.md Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/handwired/symmetric70_proto/matrix_debug/readme.md Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/handwired/symmetric70_proto/matrix_fast/matrix_config_expand.c Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* 1UP Keyboards 1UP60HTE layout macro touch-up (#13529)James Young2021-07-13
| | | | | | | | | | | | | | | | | | | | | | | | * rename LAYOUT_tsangan to LAYOUT_60_tsangan_hhkb ... and enable Community Layout support. * use four-space indent and QMK-native keycode aliases * rules.mk touch-up - remove Bootloader selection header comments - unify Build Options comment header to QMK template - align inline comments * readme.md touch-up - convert metadata to list - add Flashing command * move layout macro alias to info.json * apply friendly formatting to info.json * restore badger keymap to previous (don't edit user keymap)
* Ergonomic Vertical Keyboard (EVK) handwired info.json touch-up (#13527)James Young2021-07-12
| | | | | | | | | | | | | * scale layout data Seems the KLE data that was imported to make the original file was scaled 1.25x. This commit removes the scaling. * human-friendly formatting Insert line breaks between physical layout rows. * remove instances where width or height is set to 1 The width and height of a key is defaulted to 1 if not provided by the JSON data, so there's no reason to set it manually.
* Checker Boards NOP60 touch-up (#13526)James Young2021-07-12
| | | | | | | | | | | | * apply human-friendly formatting to info.json * fix JSON tree errors in info.json * rename layout macros - rename LAYOUT_2x3u to LAYOUT_60_tsangan_hhkb_split_space - rename LAYOUT_7u to LAYOUT_60_tsangan_hhkb * rename 2x3u keymap to default
* ID67 codebase touch-up (#13521)James Young2021-07-12
| | | | | | | | | | | | | | | | | | | | | * correct layout data Fix incorrect key sizes/positions. * rename LAYOUT to LAYOUT_65_ansi_blocker * tweak human-friendly formatting for info.json Add new lines for new rows. * adjust keycode alignment in via keymap * clean up extra lines in readme file * enable 65_ansi_blocker Community Layout support * clean up rules.mk Aligns the inline comments.
* [Keyboard] RGB Matrix support for TBK Mini (#13506)Albert Y2021-07-12
| | | Co-authored-by: filterpaper <filterpaper@localhost>
* [Keyboard] Add Bloop65 (#13388)Kwabena Aduse-Poku2021-07-12
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Update lazydesigners/the60/rev2/rev2.h (#13505)jackytrabbit2021-07-11
| | | Update lazydesigners/the60/rev2/rev2.h
* [Keyboard] CapsUnlocked CU7 (#13429)Rys Sommefeldt2021-07-11
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keymap] Fix Corne Via Layout properly (#13518)Drashna Jaelre2021-07-11
|
* [Keyboard] Wuque Studio Ikki68 Aurora codebase touch-up (#13510)James Young2021-07-11
|
* Fixed the Helix keymap 'fraanrosi' compile issues (#13514)Takeshi ISHII2021-07-11
| | | | | | | | | | | | | | | According to `helix/rev2/keymaps/fraanrosi/readme.md`, this keymap should be compiled with the following command: ``` make helix/rev2/under:fraanrosi ``` Therefore, when compiling all helix keymaps with the following command, an error occurs when compiling `fraanrosi`. ``` make helix:all ``` Therefore, add `LED_UNDERGLOW_ENABLE = yes` to `keymaps/fraanrosi/rules.mk` to suppress the error.
* [Keymap] plattfot - Keymap updates for Kyria (#13449)Fredrik Salomonsson2021-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Major change in the keymap to work with EurKey. Which relaxes some constraints it had before when it had to take in consideration two layouts. With this the parenthesis can be moved to a better location instead of being in the top right corner. This also allows esc, del and rctrl to be moved to the base layer. Only downside is that ctrl+lalt needed to be removed and instead AltGr takes it's place. Add rctrl on right thumb cluster to compensate for this which need some reorganization on the thumb cluster. - Split the symbol and function keys layer into two layers, one for each hand. Make it easier to press symbols and function keys. - Add some symbols specific for the EurKey layout. - Change from running C-<tab> S-C-<tab> to page up/down for the right rotary. As holding ctrl and using page up/down works the same in firefox. Which allows the rotary to be useful for other things. - Move scroll lock and insert to right rotary. - Introducing close tap (CLO_TAP), which is a combination of the double tap feature and my macros. E.g. pressing CLO_TAP and ( will generate ()←. Which removes the need of the macros and makes it more useful than DBL_TAP as it now saves me some keypresses. CLO_TAP exist on both the left and right hand layers to make it easy to use. - Use text for the secondary oled, firmware is too big after rebasing on upstream master. - Update image in the readme to reflect my new layout.
* [Keyboard] add new firewave ikki68_aurora (#13364)GG2021-07-10
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Clawsome Hatchback & SUV: fix improperly named keymap directories (#13508)James Young2021-07-10
|
* Fix VIA compilation issues for RGB Matrix (#13503)Drashna Jaelre2021-07-10
|
* enable manual trigger for api data (#13000)Zach White2021-07-09
|
* Mechmini V1 Refactor (#13498)James Young2021-07-09
|
* nknl7en: correct key object order (#13482)James Young2021-07-08
|
* Updated docs/ja/feature_ps2_mouse.md. (#13472)Takeshi ISHII2021-07-08
| | | Changed following the change in the definition of `PS2_MOUSE_SCROLL_BTN_MASK` in the original document.
* [Update] Change Original TAGs of Japanese translations (#13473)Takeshi ISHII2021-07-08
| | | | | | | | | | | | | * Updated docs/ja/proton_c_conversion.md original tag. * Updated docs/ja/other_vscode.md original tag. * Updated docs/ja/feature_swap_hands.md original tag. * Updated docs/ja/faq_general.md original tag. * Updated docs/ja/feature_userspace.md original tag. * Updated git co docs/ja/config_options.md original tag.
* [Docs] update Japanese translation of internals_gpio_control.md (#13401)Takeshi ISHII2021-07-08
| | | | | | | | | * Add 'Atomic Operation' section into docs/ja/internals_gpio_control.md * Update docs/ja/internals_gpio_control.md * Update docs/ja/internals_gpio_control.md * Update docs/ja/internals_gpio_control.md
* Xelus Ninjin: rename LAYOUT_all to LAYOUT_tkl_ansi_tsangan; add info.json ↵James Young2021-07-07
| | | | (#13477)
* Kopibeng XT65: Layout Macro Refactor (#13476)James Young2021-07-07
|
* [Keyboard] Add poker87c and poker87d (#12810)mfkiiyd2021-07-06
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Water <mfkiiyd@163.com>
* [Keyboard] Add new Elise, 65% Keyboard ANSI / ISO (#12782)Blake2021-07-06
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Add bm65iso (#13400)Simon2021-07-06
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add keyboard reviung5 (#13375)gtips2021-07-06
|
* [Keyboard] Add kabedon98e (#13314)KDon2021-07-06
|
* [Keyboard] Set reasonable defaults for Corne keyboard (#13440)Drashna Jaelre2021-07-06
| | | | | | | | | | | | | | * [Keyboard] Set reasonable defaults for Corne keyboard * Add note about bootmagic * Make bootmagic config super weak * cleanup * Apply suggestions from code review * Update keyboards/crkbd/readme.md
* /bin/bash to /usr/bin/env bash (#13422)Kuba Tyszko2021-07-06
|
* Update `MSG_PYTHON_MISSING` (#13427)Ryan2021-07-06
|
* [Keyboard] fix encoder_update_user for nullbitsco/nibble (#13451)David Luo2021-07-05
|
* Traveller cleanup (#13441)Ryan2021-07-05
| | | | | | | | | * Traveller cleanup * Update keyboards/handwired/traveller/info.json Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
* LatinPadBLE: correct info.json data (#13452)James Young2021-07-05
| | | | | | | | | | | | | | | * correct info.json data Removes an extra key object, and corrects the layout macro reference. * refactor rules.mk file - remove invalid `LAYOUTS` rule - edits the rules.mk file to more closely resemble the file from QMK's AVR template. * additional rules.mk cleanup per fauxpark Apply suggestions from code review
* Jabberwocky: adjust key positioning in Configurator (#13447)James Young2021-07-05
| | | | | | | | | | | * adjust key positioning in Configurator Some of the keys were visually overlapping when rendered. Adjusted the key positioning to remove the overlaps. * update readme.md - fix a broken URL - rewrite the Bootloader access instructions - remove trailing whitespace
* Molecule: Layout Macro Refactor (#13453)James Young2021-07-05
|
* [Docs] added list of MIDI keycodes (#13159)wxyangf2021-07-04
|
* correct Configurator layout data (#13448)James Young2021-07-04
| | | The object for the rotary encoder was not previously included in the layout data.
* Yampad: add info.json (#13445)James Young2021-07-04
|
* [Keyboard] Add CX60 (#13402)Yon Nor2021-07-03
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Specskeys Configurator Bugfix and Refactor (#13439)James Young2021-07-03
|
* [Keyboard] IDOBAO ID67 (#13378)AnthonyL2021-07-03
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Anthony Lowery <anthony.lowery@unity3d.com>
* [Keyboard] ortho boards from the technik gb (#13382)cole smith2021-07-03
| | | Co-authored-by: Ryan <fauxpark@gmail.com>