summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cKeys Handwire 101 Refactor (#13879)James Young2021-08-047-211/+237
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update info.json - use human-friendly formatting - remove `key_count` key * rename LAYOUT to LAYOUT_ortho_4x4 * refactor default keymap - add license header - qmk cformat pass - keycode grid alignment * remove empty config.h file from default keymap * update Manufacturer and Product strings * tidy up handwire_101.c - add license header - remove boilerplate functions * tidy up handwire_101.h - add license header - remove instructive comment * minor rules.mk tidy-up - remove Bootloader selection sample comments * rewrite SEND_STRING() statements per fauxpark Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* BM65ISO: refactor layout macro (#13860)James Young2021-08-046-98/+101
|
* Updated Ducky 2 one mini support (#11112)Reza Jelveh2021-08-0419-0/+1697
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial Ducky One 2 Mini keyboard and keymap * Keymap macro issue, together with general polish suggestions * Separate default keymap into proper default, iso and ansi versions * info.json updates (Configurator support). DEBOUNCE define adjust. * Unused keymap defines removed. * update requested ducky one mini2 board changes * ducky: don't trigger app key with left shift * ducky: make default mouse key behavior more linear * ducky: add GRAVE_ESC_GUI_OVERRIDE to allow for win+esc to work * ducky: playpause on fn space * ducky: disable RGB_MATRIX until driver is merged * ducky: clang-format matrix and one2mini.c * ducky: update requested changes Remove WFI_IDLE since it's already in the rules.mk CORTEX_ENABLE_WFI_IDLE=TRUE * ducky: update requested changes * ducky: move winkey grave esc to default keymap * ducky: remove dipswitch from keymap and use DIP_SWITCH_MATRIX_GRID instead * ducky: info.json lint * ducky: enable DIP_SWITCH_ENABLE rule * ducky: update readme * ducky: fix backslash on default keymap * ducky: remove unused USB_LED_CAPSLOCK_INDEX 28 * ducky: move mbi5042 led driver to ducky keyboard * ducky: cosmetics * ducky: requested changes * ducky: refactor matrix.c again so we can better compare it to other boards * ducky: remove bootmagic_lite as the boards bootloader trigger is actually handled in its own bootloader * ducky: remove custom matrix * ducky: update for chibios-contrib changes * ducky: debug new USB driver * ducky: debug usb issues * ducky: update chibios version * ducky: remove halconf.h * ducky: update rules.mk * ducky: update chconf.h * Matching submodules. * Restructure to explicitly define which board is in use, remove RGB driver pending followup PR. * Revert "Matching submodules." This reverts commit 2fbb34e0c63ea67ee09d2e2d525723c01431d1cd. Co-authored-by: GitWellBack <48095880+GitWellBack@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* barracuda: update info.json layout macro reference (#13874)James Young2021-08-042-3/+1
| | | | | | | | | * barracuda: update info.json layout macro reference - change LAYOUT to LAYOUT_ortho_3x11 * remove Community Layouts rule ortho_3x11 isn't a valid Community Layout.
* Add bootloader section to keyboard template (#13774)Drashna Jaelre2021-08-042-2/+17
| | | | | | | | | * Add bootloader section to keyboard template * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Updated settings.json file to fit VSC's docs (#13829)Changsu Park2021-08-041-7/+10
| | | | | | | | | This change fixes the warning caused by deprecated way of configuring terminal profiles. The warning caused by old settings.json is the following: This is deprecated, the new recommended way to configure your default shell is by creating a terminal profile in `#terminal.integrated.profiles.windows#` and setting its profile name as the default in `#terminal.integrated.defaultProfile.windows#`. This will currently take priority over the new profiles settings but that will change in the future. Refer to the link below for more information: https://code.visualstudio.com/docs/editor/integrated-terminal#_configuration
* boardsource/holiday/spooky: update info.json layout macro reference (#13875)James Young2021-08-041-1/+1
| | | - change LAYOUT to LAYOUT_ortho_2x3
* rb86 (#13824)Ryan Baker2021-08-0410-0/+347
| | | | | * rb86 * adjudicate comments
* Fix overflows in WPM calculations (#13128)Joakim Tufvegren2021-08-041-2/+12
| | | | | | | | | | | | | | * Fix overflow in WPM calculations. First, the "fresh" WPM calculation could end up being up to 12000 (with default `WPM_ESTIMATED_WORD_SIZE`) if keys were pressed more or less simultaneously. This value has now been clamped down to 255, in effect clamping WPM to its max value of 255. Second, with `WPM_ALLOW_COUNT_REGRESSION` enabled, it was possible to regress the WPM below 0 (i.e. to 255) by just repeatedly pressing backspace. * Fix WPM being limited to 235 due to float/int logic.
* aves65: complete layout data (#13868)James Young2021-08-031-9/+623
| | | | | | | | | | | add layout data for: - LAYOUT_all - LAYOUT_65_iso - LAYOUT_65_iso_split_bs - LAYOUT_65_iso_blocker_split_bs - LAYOUT_65_ansi - LAYOUT_65_ansi_split_bs - LAYOUT_65_ansi_blocker - LAYOUT_65_ansi_blocker_split_bs
* 4pplet/eagle_viper_rep/rev_a: fix missing key object (#13867)James Young2021-08-031-1/+2
| | | Adds a key object for the KC_NUHS key to the info.json data.
* [Keymap] Minor cleanup of bcat keymaps and userspace (#13224)Jonathan Rascher2021-08-0315-38/+198
|
* 40percentclub/nori: fix matrix reference in LAYOUT_ortho_4x8 (#13866)James Young2021-08-032-2/+2
| | | | | | | * 40percentclub/nori: fix matrix reference in LAYOUT_ortho_4x8 * remove ortho_4x8 from Community Layouts rule ortho_4x8 isn't a valid option here.
* capsunlocked/cu7: fix missing key object (#13862)James Young2021-08-031-1/+11
| | | Adds a key object for the encoder keypress.
* [Docs] Remove extra word it bootmagic page (#13855)plarso2021-08-021-1/+1
|
* 0xCB Static: fix `qmk info` and Configurator issues (#13856)James Young2021-08-024-26/+47
|
* Function96 V2: Fixed info.json file (#13322)JTM2021-08-021-2/+2
| | | Fixes the info.json data for the LAYOUT_default and LAYOUT_ansi_splitspace macros.
* flash_stm32: don't unlock flash if already unlocked (#13841)xyzz2021-08-021-3/+5
| | | | | On stm32f4 after reboot from DFU it was observed that the flash is already unlocked. In that case, attempting to unlock it again causes a data abort.
* Duck Eagle/Viper V2 Refactor (#13828)James Young2021-07-317-56/+393
|
* Merro60 Layout Macro Refactor (#13827)James Young2021-07-319-67/+238
|
* Momoka Ergo: layout macro/Configurator fix (#13825)James Young2021-07-313-116/+130
| | | | | | | | | | | | | * momoka_ergo.h: use modified QMK 3-character notation Renames the matrix position arguments to use QMK's K<row><column> notation, but using L or R for the left and right halves, respectively. * physically arrange layout macro Arrange the layout macro and keycodes to resemble the assembled keyboard. * info.json: rebuild LAYOUT data Fixes mispositioned keys in QMK Configurator.
* Update endgame keymap to work with suspend changes (#13805)slashbunny2021-07-312-2/+1
| | | | | | Updates the Massdrop CTRL keyboard engame keymap to work after the changes to USB suspend in #12697 Fixes #13782
* DP60 layout macro renames (#13811)James Young2021-07-312-17/+414
| | | | | | | | | * info.json: apply human-friendly formatting * rename LAYOUT_60_wkl to LAYOUT_60_ansi_tsangan_split_rshift * rename LAYOUT_60_wkl_split_bs to LAYOUT_60_tsangan_hhkb * info.json: remove `key_count` keys
* Charue Sunsetter: layout macro fixes (#13809)James Young2021-07-316-32/+591
| | | | | | | | | | | | | | | | | | | | | | * remove K214 from LAYOUT_1065_ansi macro Position K214 is only used by the ISO layout (as KC_NUHS); it doesn't get used here. Removing it so the layout macro matches the info.json layout data. Also updates info.json to use human-friendly formatting. * add layout macros Adds: - LAYOUT_1065_ansi_split_bs macro - LAYOUT_1065_iso macro - LAYOUT_1065_iso_split_bs macro - `default_iso` keymap * add LAYOUT_all macro Adds LAYOUT_all macro and a `default_all` keymap. This PCB is unusual in that the ANSI Backslash and ANSI Enter do not share their matrix positions with the Non-US Backslash or ISO Enter keys at all. This layout macro supports both the ANSI and ISO positions in one macro/keymap.
* Rartland: add 65_ansi and 65_iso layouts (#13807)James Young2021-07-313-5/+215
| | | | | | | * add 65_ansi and 65_iso layouts ... with Community Layout support * add block comment of layouts to rartland.h
* [Keymap] Add peott-fr Kinesis keymap (#13812)peott-fr2021-07-311-0/+28
|
* [Keyboard] Reduce nibble oled_status keymap size (#13813)Jay Greco2021-07-311-5/+7
|
* [Keyboard] Fix RGBKB Pan Rev1 Encoder RGB handling (#13781)Drashna Jaelre2021-07-312-26/+76
|
* change DIP_SWITCH_ENABLE to off (#13815)MakotoKurauchi2021-07-314-2/+6
|
* Neito: correct key sequence in info.json (#13808)James Young2021-07-311-364/+85
|
* Fix up paths for bioi boards - parallel compilation failures due to file ↵Nick Brassel2021-07-312-6/+6
| | | | collisions. (#13806)
* Explicitly state that VIA should not be enabled in the default keymap. (#13803)Nick Brassel2021-07-311-0/+1
|
* Move ergosaurus via keymap to correct location (#13802)Joel Challis2021-07-312-0/+0
|
* Fix onekey console keymap (#13797)Ryan2021-07-301-1/+1
|
* Xelus Dharma: add info.json file (#13796)James Young2021-07-301-0/+99
|
* txuu: rename LAYOUT to LAYOUT_65_ansi_blocker_split_bs (#13794)James Young2021-07-302-3/+6
| | | Renames the layout macro to be more conformant to the rest of QMK.
* Tiger910: fix Left Control key size in info.json (#13793)James Young2021-07-301-1/+1
|
* Stratos: fix layout macro reference in info.json (#13792)James Young2021-07-301-1/+1
| | | - change LAYOUT_60_ansi_tsangan_hhkb to LAYOUT_60_tsangan_hhkb
* Ristretto: fix Configurator layout data (#13791)James Young2021-07-301-6/+54
|
* X-Bows Ranger: rename LAYOUT to LAYOUT_tkl_ansi (#13795)James Young2021-07-304-8/+11
|
* Onekey cleanup (#13786)Ryan2021-07-3051-118/+121
|
* [Keyboard] Add portal 66 (#13767)Matthew Dias2021-07-3010-0/+649
|
* [Keyboard] Add Commodore Amiga 1200 Membrane Converter (#13705)8bits4ever2021-07-307-0/+235
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Pearl Boards Pandora: correct layout macro reference in info.json (#13787)James Young2021-07-301-1/+1
|
* Ocean Sus Board: rename layout macro (#13785)James Young2021-07-304-10/+10
| | | | - rename LAYOUT_ortho_3x4 to LAYOUT_ortho_4x3 - ... because ortho layouts in QMK are named by <rows>x<columns> instead of <columns>x<rows>
* Nack: rename layout macro to LAYOUT_ortho_4x13 (#13784)James Young2021-07-302-3/+62
|
* `qmk docs`: Add flag to open in browser (#13788)Ryan2021-07-302-2/+8
| | | | | * `qmk docs`: Add flag to open in browser * Add docs
* MNK1800s: fix Configurator key sequence (#13783)James Young2021-07-301-1/+89
|
* Clawsome Luggage Rack: correct keymap directory name (#13780)James Young2021-07-301-0/+0
| | | Rename `keyboards/clawsome/luggage_rack/keymap/` to `keyboards/clawsome/luggage_rack/keymaps/`.
* [Docs] Added information on soldering diodes in parallel (#13117)officereso2021-07-291-1/+1
| | | Co-authored-by: Ryan <fauxpark@gmail.com>