summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-04rb86 (#13824)Ryan Baker
* rb86 * adjudicate comments
2021-08-04Fix overflows in WPM calculations (#13128)Joakim Tufvegren
* 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.
2021-08-03aves65: complete layout data (#13868)James Young
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
2021-08-034pplet/eagle_viper_rep/rev_a: fix missing key object (#13867)James Young
Adds a key object for the KC_NUHS key to the info.json data.
2021-08-03[Keymap] Minor cleanup of bcat keymaps and userspace (#13224)Jonathan Rascher
2021-08-0340percentclub/nori: fix matrix reference in LAYOUT_ortho_4x8 (#13866)James Young
* 40percentclub/nori: fix matrix reference in LAYOUT_ortho_4x8 * remove ortho_4x8 from Community Layouts rule ortho_4x8 isn't a valid option here.
2021-08-03capsunlocked/cu7: fix missing key object (#13862)James Young
Adds a key object for the encoder keypress.
2021-08-02[Docs] Remove extra word it bootmagic page (#13855)plarso
2021-08-020xCB Static: fix `qmk info` and Configurator issues (#13856)James Young
2021-08-02Function96 V2: Fixed info.json file (#13322)JTM
Fixes the info.json data for the LAYOUT_default and LAYOUT_ansi_splitspace macros.
2021-08-02flash_stm32: don't unlock flash if already unlocked (#13841)xyzz
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.
2021-07-31Duck Eagle/Viper V2 Refactor (#13828)James Young
2021-07-31Merro60 Layout Macro Refactor (#13827)James Young
2021-07-31Momoka Ergo: layout macro/Configurator fix (#13825)James Young
* 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.
2021-07-31Update endgame keymap to work with suspend changes (#13805)slashbunny
Updates the Massdrop CTRL keyboard engame keymap to work after the changes to USB suspend in #12697 Fixes #13782
2021-07-31DP60 layout macro renames (#13811)James Young
* 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
2021-07-31Charue Sunsetter: layout macro fixes (#13809)James Young
* 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.
2021-07-31Rartland: add 65_ansi and 65_iso layouts (#13807)James Young
* add 65_ansi and 65_iso layouts ... with Community Layout support * add block comment of layouts to rartland.h
2021-07-31[Keymap] Add peott-fr Kinesis keymap (#13812)peott-fr
2021-07-31[Keyboard] Reduce nibble oled_status keymap size (#13813)Jay Greco
2021-07-31[Keyboard] Fix RGBKB Pan Rev1 Encoder RGB handling (#13781)Drashna Jaelre
2021-07-31change DIP_SWITCH_ENABLE to off (#13815)MakotoKurauchi
2021-07-31Neito: correct key sequence in info.json (#13808)James Young
2021-07-31Fix up paths for bioi boards - parallel compilation failures due to file ↵Nick Brassel
collisions. (#13806)
2021-07-31Explicitly state that VIA should not be enabled in the default keymap. (#13803)Nick Brassel
2021-07-31Move ergosaurus via keymap to correct location (#13802)Joel Challis
2021-07-30Fix onekey console keymap (#13797)Ryan
2021-07-30Xelus Dharma: add info.json file (#13796)James Young
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