summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-30txuu: rename LAYOUT to LAYOUT_65_ansi_blocker_split_bs (#13794)James Young
Renames the layout macro to be more conformant to the rest of QMK.
2021-07-30Tiger910: fix Left Control key size in info.json (#13793)James Young
2021-07-30Stratos: fix layout macro reference in info.json (#13792)James Young
- change LAYOUT_60_ansi_tsangan_hhkb to LAYOUT_60_tsangan_hhkb
2021-07-30Ristretto: fix Configurator layout data (#13791)James Young
2021-07-30X-Bows Ranger: rename LAYOUT to LAYOUT_tkl_ansi (#13795)James Young
2021-07-30Onekey cleanup (#13786)Ryan
2021-07-30[Keyboard] Add portal 66 (#13767)Matthew Dias
2021-07-30[Keyboard] Add Commodore Amiga 1200 Membrane Converter (#13705)8bits4ever
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-07-30Pearl Boards Pandora: correct layout macro reference in info.json (#13787)James Young
2021-07-30Ocean Sus Board: rename layout macro (#13785)James Young
- rename LAYOUT_ortho_3x4 to LAYOUT_ortho_4x3 - ... because ortho layouts in QMK are named by <rows>x<columns> instead of <columns>x<rows>
2021-07-30Nack: rename layout macro to LAYOUT_ortho_4x13 (#13784)James Young
2021-07-30`qmk docs`: Add flag to open in browser (#13788)Ryan
* `qmk docs`: Add flag to open in browser * Add docs
2021-07-30MNK1800s: fix Configurator key sequence (#13783)James Young
2021-07-30Clawsome Luggage Rack: correct keymap directory name (#13780)James Young
Rename `keyboards/clawsome/luggage_rack/keymap/` to `keyboards/clawsome/luggage_rack/keymaps/`.
2021-07-29[Docs] Added information on soldering diodes in parallel (#13117)officereso
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-07-29[Keyboard] Initial Noxary 378 support (#13156)Álvaro A. Volpato
Co-authored-by: Gondolindrim <alvaro.augusto.volpato@gmail.com>
2021-07-29[Keymap] jonavin gmmk pro keymap add RGB functionality (#13591)Jonavin
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Jonavin <=>
2021-07-29CherryB Studio CB1800: fix key sequence in info.json (#13779)James Young
This commit fixes the position in sequence of the arrow keys.
2021-07-29[Keymap] jonavin quefrency keymap (#13751)Jonavin
add winkeylock and rgb functions Co-authored-by: Jonavin <=>
2021-07-29Cannonkeys Balance: Configurator fixes (#13778)James Young
2021-07-29[Keyboard] Added YMD40v2 VIA (#13770)Trent Hoh
VIA support for YMD40v2
2021-07-29[Keymap] Update keymaps for fvolpe83 (#13739)fvolpe83
changed folder name to match github username, changed caps from LT(1,KC_CAPS) to MO(1) and updated readme
2021-07-29AnomalyKB a65i Configurator fixes (#13775)James Young
2021-07-29[Keyboard] Add Mona v1.1 (#13721)Ramon Imbao
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-07-29Atomic Refactor (#13761)James Young
* info.json: human-friendly formatting - one key per line - line breaks between physical rows - four-space indent * info.json: add data for LAYOUT_grid * fix keymap paths This commit corrects the paths for three keymaps that were in the wrong directory. * refactor and bugfix abienz keymap - remove extra commas - use QMK-native aliases for KC_TRNS and KC_NO - add include for Colemak keycode support - use four-space indent * refactor and bugfix michelle keymap - remove inline comments for keymap layout - remove extra commas - use QMK-native aliases for KC_TRNS and KC_NO - use four-space indent * refactor and bugfix twolayer keymap - remove extra commas - refactor action_get_macro() keycode to QMK-native keycode - use QMK-native aliases for KC_TRNS - use four-space indent - adjust grid alignment * rename LAYOUT_grid to LAYOUT_ortho_5x15 * refactor config.h file - use #pragma once include guard - update MANUFACTURER and PRODUCT strings to be consistent with other OLKB boards - remove Magic config (all settings are default) * refactor atomic.c - add license header - use GPIO control functions * refactor atomic.h - add license header - use #pragma once include guard - remove redundant file includes * refactor rules.mk - remove Bootloader selection comments - unify Build Option header comment to QMK template - unify Build Option rules and inline comments * alias LAYOUT_grid to LAYOUT_ortho_5x15
2021-07-29Alu84 Refactor (#13760)James Young
* info.json: human-friendly formatting * use QMK 3-character notation for layout macro/data * alu84.h: use #pragma once include guard * clean up alu84.c Remove unnecessary includes and functions. * refactor config.h - use #pragma once include guard - enable Backlight Breathing - align comments to QMK AVR template * refactor default keymap - add license header - use layer_names enum - refactor keymap to be more generic - remove unnecessary and empty functions * refactor turbomech keymap.c - edit license header - refactor keymap for readability (use QMK-native keycode aliases) - remove unnecessary and empty functions * refactor turbomech config.h - use #pragma once include guard - align to QMK template * refactor turbomech rules.mk Edit the file to make it conform to QMK template. * align rules.mk to QMK template * touch-up default keymap * touch-up alu84.h * rename LAYOUT to LAYOUT_75_ansi Also enables Community Layout Support * modernize readme.md - update description - convert keyboard data to list - add flashing and bootloader instructions - update Docs links * alias LAYOUT to LAYOUT_75_ansi * change readme image URL per fauxpark * touch up turbomech keymap rules.mk per fauxpark * rules.mk: convert tab to spaces
2021-07-29Draytronics Elise Configurator fixes (#13763)James Young
2021-07-29[Keyboard] Add Treasure TYPE-9 Series II (#13725)TreasureTypes
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-07-29[Keyboard] add sus board (#13701)Alabahuy
2021-07-29[Keyboard] Match Vendor ID to my other keyboard, "unison". (#13699)Takeshi Nishio
Co-authored-by: Takeshi Nishio <kkeennnn@gmail.com>
2021-07-29[Keyboard] we27 update info.json (#13678)Uy Bui
2021-07-29[Keyboard] Add Mojo68 for Melgeek (#13578)bomb
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-07-29[Keyboard] Add Emi20 (#13603)AquaCylinder
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-07-29[Keyboard] add cherryb studio cb1800 keyboard (#13639)DA
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-07-29[Keyboard] Add X-Bows Ranger Keyboard (#13660)X-Bows Tech
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-07-29[Keymap] Jonavin keymap Mercutio add win key lockout function (#13670)Jonavin
Co-authored-by: Jonavin <=>
2021-07-29[Keyboard] Add halfcliff keyboard (#13515)N2-Sumikko
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-07-29[Keyboard] Add GetawayVan (#13412)ESCA47
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-07-29[Keyboard] Added Orthocode keyboard (#13487)Jordan Blackbourn
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-07-29Fix unit tests after recent refactor (#13765)Joel Challis
2021-07-28Allison Numpad: Configurator fix for LAYOUT_numpad_6x4 (#13759)James Young
* info.json: human-friendly formatting - one key object per line; line breaks between physical rows - four-space indent - remove trailing whitespace * info.json: correct key object order for LAYOUT_numpad_6x4
2021-07-28Update "make format" message (#13741)Ryan
* Update "make format" message * Add examples for `qmk` command as well
2021-07-28fix: Fix typo in documentation for one shot keys. ON_TOGG -> OS_TOGG (#13754)Shane Celis
`ON_TOGG` doesn't exist in the codebase.
2021-07-28[Keyboard] fix short circuit in led_update_kb for quefrency rev3 (#13752)Jonavin
Co-authored-by: Jonavin <=>
2021-07-26[Docs] Add `default` case in Tap Dance Example 6 (#13727)ForsakenRei
Added a `default` case in `switch(ql_tap_state.state)` at line 493 and 494. Without it compile firmware with Example 6 code will encounter 2 errors: `enumeration value 'TD_NONE' not handled in switch` `enumeration value 'TD_UNKNOWN' not handled in switch`
2021-07-26[Keyboard] Ares refactor (#13730)James Young
2021-07-27Add bootloader size (#13729)datafx
* Add bootloader size Bootloader size needs to be 6144 to allow QMK to jump to the correct location with bootmagic * Include dz60rgb v2.1 Add boot loader size to this pcb also
2021-07-2640percentclub/nein: update info.json layout macro reference (#13726)James Young
- change LAYOUT to LAYOUT_ortho_3x3
2021-07-25Revert "Fixed the ortho60 and ortho48 matrix layout after testing (#12106)" ↵Cyril
(#13456) This reverts commit e25f05224f1c06aeed13b2e99e8e755af65ac689.
2021-07-25[Keyboard] Change RGB light defaults for melgeek/mj6xy (#13657)bomb
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>