summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Swift65 Solder Refactor (#14579)James Young2021-09-247-21/+287
|
* [Keyboard] add 2 keys in jkb65 keymap (#14576)WiZ.GG2021-09-243-5/+5
|
* [Keyboard] Create the battleship gamepad keyboard. (#14551)Andrew Braini2021-09-2410-0/+475
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add Potato65 Solderable PCB (#14047)Aeonstrife2021-09-2411-0/+350
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] PLX info.json update (#14536)Nick Abe2021-09-245-14/+78
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add Rotor Keyboard (#14407)Nick Abe2021-09-2413-0/+337
| | | | | | | | | | | | | | | | | | | * rotor keyboard * readme image * info.json update * Update readme.md * Update keyboards/rotor/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/rotor/info.json Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Docs] Broken FAQ hyperlink (#14578)clickclackwho2021-09-241-1/+1
|
* [Keyboard] Added A. Dux keyboard configurations (#14320)Albert Engelbrecht2021-09-2413-0/+768
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add phrygian design ph100 (#13738)phrygiandesign2021-09-249-0/+387
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add sam/sg81m layout (#13432)ryanbughuang2021-09-232-2/+107
| | | Co-authored-by: Joel Challis <git@zvecr.com>
* [Keyboard] Disable console on Sofle for size concerns (#14577)Albert Y2021-09-231-1/+1
| | | Co-authored-by: filterpaper <filterpaper@localhost>
* [Docs] update Japanese translation of pr_checklist.md (#13693)umi2021-09-242-4/+15
| | | | | | | | | | | * update pr_checklist.md translation * update file based on comments * add id on feature_led_indicators.md and update text based on comments * update file based on comments * update file based on comment
* kk980 - Fix Configurator rendering (#14556)Sets3n2021-09-231-11/+11
| | | | | | | | | | | | | | | | | | | | | * add kk980 * fix * fix config.h * Modified readme.md * fix * Modified format. * Modified image. * Modified rules.mk * Modified rules.mk + # * fix info.json: keys dislocation
* [Keyboard] Update default keymaps for OLKB boards (#14565)Drashna Jaelre2021-09-234-15/+42
|
* AMJ96 Refactor (#14571)James Young2021-09-238-127/+191
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * clean up amj96.h - use #pragma once include guard - remove extra comments - update matrix position alignment (easier readability) * info.json: apply human-friendly formatting * rename LAYOUT to LAYOUT_all * clean up rules.mk Align to QMK's AVR template. * clean up default keymap - use four-space indent - add RESET keycode (Fn+R) - remove unnecessary functions * clean up config.h - use #pragma once include guard - move lighting settings to the middle of the file (QMK template conformance) - remove Magic and MIDI configuration blocks * update readme.md file - update keyboard info list - add flashing instructions - update Docs links - remove trailing spaces * remove "empty" config.h and readme.md from default keymap
* Wuque Mammoth20x Layout Macro Refactor (#14568)James Young2021-09-236-39/+41
| | | | | | | | | | | | | | | | | | | | | | * mammoth20x: edit size of RightEncode key in Configurator * physically arrange layout macro Arranges the keycodes to resemble the assembled board. * rename LAYOUT_default to LAYOUT Includes "layout_aliases" tree in info.json for backwards compatibility. * rules.mk touch-up * convert tabs to spaces * add line break before ENCODER_ENABLE (not included in QMK's template) * readme.md touch-up * remove zero-width space characters * markdown fix for info paragraph * update link text
* Meira Refactor (#14566)James Young2021-09-2310-282/+330
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * clean up keyboard header files * use #pragma once include guard * convert tabs to spaces * remove redundant #include statements * update revision references to main header (`../meira.h` -> `meira.h`) * refactor default keymap * use LAYOUT as layout macro reference * use enum statement for layer indexes; make layers contiguous * use four-space indent * update keycode grid alignment * update layout macro aliases * move layout macro aliases to info.json * alias KEYMAP to LAYOUT_ortho_4x12 so the user keymaps don't have to be edited * touch up meira.h There's no Planck MIT layout reference here. * add copyright headers * workaround patch for grahampheath keymap The `matrix_init_kb()` function in `meira.c` calls `backlight_set()`, but the grahampheath keymap disables Backlight to make space for Audio, causing the firmware to fail to compile. This commit wraps the `backlight_set()` call in an ifdef statement, so the call is excluded if Backlight is disabled. * clean up rules.mk inline comments * re-order rules.mk settings * clean up readme.md * correct link to keyboard image * change metadata section to unordered list * spelling corrections * update make instructions and Docs links
* [Docs] update Japanese translation of feature_backlight.md (#14403)umi2021-09-231-22/+25
| | | | | * update feature_backlight.md translation * update file based on comments
* [Docs] update Japanese translation of feature_advanced_keycodes.md (#14309)umi2021-09-231-20/+23
| | | | | * update feature_advanced_keycodes.md translation * update file based on comments
* [Docs] update Japanese translation of isp_flashing_guide.md (#13700)umi2021-09-231-6/+16
| | | | | | | | | * update isp_flashing_guide.md translation * update isp_flashing_guide.md translation * correct url * trim remaining merge identifier
* [Docs] update Japanese translation of feature_leader_key.md (#13669)umi2021-09-231-2/+15
| | | | | | | * update feature_leader_key.md translation * update file based on comments * update text based on comments
* [Docs] update Japanese translation of one_shot_keys.md (#13656)umi2021-09-231-4/+7
| | | | | | | | | * update one_shot_keys.md translation * update one_shot_keys.md translation * correct paramter for function * add change of #13754
* [Keyboard] Bkf (#14534)drhigsby2021-09-228-0/+251
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (2021-09-22) (#14567)James Young2021-09-227-9/+1
| | | | | * Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (2021-09-22) * update keyboards/handwired/slash/rules.mk per fauxpark
* [Keyboard] Fix default keymap for Draytronics Elise V2 keyboard (#14562)Drashna Jaelre2021-09-231-2/+2
|
* [Keyboard] Disable console on Smallkeyboard (#14561)Drashna Jaelre2021-09-231-2/+2
|
* [Keyboard] Version 2 of Draytronics Elise Keyboard + ISO Keymap Change (#14253)Blake2021-09-2110-9/+1120
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] add kk980 keyboard (#14436)Sets3n2021-09-219-0/+505
|
* [Keyboard] Fix jkb65 compile issues (#14554)Drashna Jaelre2021-09-215-137/+79
|
* [Keyboard] Fix font file for Ein 60 Keyboard (#14553)Drashna Jaelre2021-09-211-1/+1
|
* [Keyboard] Add Dango40 (#14437)Brandon Claveria2021-09-219-0/+502
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Swiftrax <swiftrax@gmail.com> Co-authored-by: Swiftrax <swiftrax@github.com>
* [Keyboard] Add Free Willy Keyboard (#14394)Caleb Lightfoot2021-09-2112-0/+368
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] 0-Sixty: Splits kb config into base and underglow (#14384)Vinam Arora2021-09-214-0/+84
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Add support for XT8x (#14440)kopibeng2021-09-2110-0/+467
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] fixed one of the unicode drawings of the layout in dz60.h (#14482)milostatsea2021-09-211-2/+2
|
* [Keyboard] Add JadooKB JKB65 RGB (#14525)WiZ.GG2021-09-2110-0/+377
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* Changed VENDOR_ID and PRODUCT_ID of Boston keyboard (#14528)Pylon2021-09-211-2/+2
|
* [Keyboard] Add commented out OLED/encoder code in default Kyria (#14539)precondition2021-09-211-0/+97
| | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] add ein_60 (#14398)James Smith2021-09-2116-0/+1182
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] smallkeyboard fix of rgb matrix config (#14548)Drashna Jaelre2021-09-211-28/+28
|
* [Keyboard] Addition of VIA keymap and a few fixes for naked48 (#14177)Salicylic-acid32021-09-2115-22/+298
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Docs] update suspend_*_user examples (#14542)Dasky2021-09-213-6/+6
|
* [Keyboard] smallkeyboard support (#12817)zhouqiong198401192021-09-219-0/+297
| | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Macro-1 keyboard by Laneware Peripherals (#14472)Laneware2021-09-2111-0/+621
|
* [Keyboard] add via keymap support for bt66tech/bt66tech60 (#13818)bt66tech2021-09-213-3/+64
| | | Co-authored-by: root <crkndevops@gmail.com>
* [Keyboard] add wanten keyboard to QMK (#14410)qpockets2021-09-2116-0/+841
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add support for MNK88 (#14435)kopibeng2021-09-2110-0/+457
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] add bandominedoni keyboard (#13116)3araht2021-09-2116-0/+1249
|
* [Keyboard] add synapse pcb (#14428)qpockets2021-09-2112-0/+496
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add 5 boards by the OverNumpad Controller (#14382)Purdea Andrei2021-09-2140-0/+1505
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add initial implementation of 5 keyboards supported by the OverNumpad Controller. * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Apply changes similar to other code review suggestions. * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Apply changes similar to other code review suggestions. * overnumpad controller info.jsons: update maintainer and url. * classic_ultracl_pre_2013: added support for the default 'fullsize_ansi' layout * classic_ultracl_pre_2013: moved the order of the iso enter key in the layout macro to be considered to be on the bottom row, like in the default fullsize_iso layout. Rename the iso layout to fullsize_iso, and enable it in rules.mk * Removed QMKBEST and QMKURL * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Deleting empty files Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>