Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-20 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-07-19 | Six Pack and ortho_ layout updates (#13587) | Suschman | |
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Suschman <suschman@gmail.com> | |||
2021-07-20 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-07-19 | Knobgoblin: rename ortho keymap to default (#13592) | James Young | |
Keyboard did not previously have a `default` keymap. | |||
2021-07-20 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-07-19 | converter/periboard_512: add Configurator layout data (#13600) | James Young | |
2021-07-20 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-07-19 | fluxlab zplit: keymap restructuring (#13599) | James Young | |
2021-07-20 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-07-19 | [Keyboard][Bug] Constellation Rev2 (#13595) | Xelus22 | |
2021-07-19 | [Bug] Develop - Change uint32_t to layer_state_t (#13596) | Xelus22 | |
* fix sat75 * update uint32_t to layer_state | |||
2021-07-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-07-17 | LazyDesigners Bolt: move via keymap to keymaps directory (#13581) | James Young | |
2021-07-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-07-17 | Discipline layout macro/Configurator fixes (#13574) | James Young | |
* use human-friendly formatting in info.json * move layout macro aliases to info.json * correct and complete layout data Corrects the layout data for a few layouts, adds the missing data, and renames some of the layout macros. - rename LAYOUT_wkl_ansi_2_right_mods to LAYOUT_65_ansi_wkl - rename LAYOUT_wkl_ansi_3_right_mods to LAYOUT_65_ansi_lwkl - rename LAYOUT_wkl_iso_2_right_mods to LAYOUT_65_iso_wkl - rename LAYOUT_wkl_iso_3_right_mods to LAYOUT_65_iso_lwkl | |||
2021-07-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-07-17 | ACR60 Refactor (#13575) | James Young | |
* modernize acr60.h - use #pragma once include guard - add license header - use four-space indent - use QMK three-character notation for layout macro arguments * human-friendly format info.json * remove `key_count` keys from info.json * rename LAYOUT_2_shifts to LAYOUT_all * move LAYOUT_all to top * use QMK three-character notation in info.json * refactor default keymap - add license header - remove third layer (does nothing) - replace Shift-Escape keycode with KC_GESC - use LAYOUT_all macro instead of LAYOUT * modernize readme.md - update header - convert metadata section to list - add flashing and bootloader jump instructions - update Docs links * use #pragma once include guard in config.h * update LED Indicator API * add license headers | |||
2021-07-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-07-17 | Cutie Club Giant Macro Pad: add info.json (#13576) | James Young | |
2021-07-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-07-17 | Xelus Akis Configurator Fixes (#13577) | James Young | |
* correct layout macro references The keyboard's header file and info.json referenced different layout macro names. * correct layout data Insert an object for the Non-US Backslash key, which was previously missing. | |||
2021-07-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-07-16 | Limit RGB brightness for crkbd when not defined (#13568) | Dasky | |
2021-07-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-07-17 | adding tw40 via support (#13032) | lukeski14 | |
2021-07-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-07-16 | [Keyboard] Neito + my DZ60 keymap tweaks (#11773) | Oliver Granlund | |
2021-07-16 | Merge remote-tracking branch 'upstream/master' into develop | Nick Brassel | |
2021-07-16 | Set some default configurations for GMMK Pro (#13219) | Andre Brait | |
* Set some default configurations for GMMK Pro * Remove FORCE_NKRO to avoid issues with KVMs | |||
2021-07-15 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-07-15 | [Keyboard] correct the info.json for qmk configurator and add two empty ↵ | bomb | |
layers for via (#13552) | |||
2021-07-15 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-07-14 | [keyboard] Clueboard 2x1800 2021 Support (#13220) | Zach White | |
* 2x1800 2021 * add support for writing a whole frame at a time * improvements * wip * fix scrolling * small tweak * add a buffer that's larger than the display * add the start of a font * working upper and lower case letters * add qmk animation * integrate the message sign into the qmk task system * add encoder defaults * add MAX7219_LED_CUSTOM to config.h * tweaks * remove unneeded keymaps * add a keymap showing how to control the signboard * cleanup * cleanup * add a way to disable the startup test * make it easier to define options at the keymap level * Fix define names Co-authored-by: Greg Cochard <gcochard@users.noreply.github.com> * Apply suggestions from gcochard Co-authored-by: Greg Cochard <gcochard@users.noreply.github.com> * feedback from noroads * format info.json Co-authored-by: Greg Cochard <gcochard@users.noreply.github.com> | |||
2021-07-14 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-07-14 | [Keyboard] Add Serratus PCB (#13281) | mechlovin | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-07-14 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-07-14 | [Keyboard] Tidying up my projects and subprojects (#13289) | Koobaczech | |
Co-authored-by: Erovia <Erovia@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ethan Madden <maddene@madden.ninja> | |||
2021-07-15 | Migrate more `fn_actions` stuff (#13502) | Ryan | |
2021-07-14 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-07-15 | Fix some RGB Matrix-enabled keymaps referring to RGBLight mode (#13509) | Ryan | |
2021-07-14 | Merge remote-tracking branch 'origin/master' into develop | Zach White | |
Resolved Conflicts: keyboards/checkerboards/nop60/info.json | |||
2021-07-14 | correct data info.json (#13544) | mechlovin | |
rouge87 and rogue87 | |||
2021-07-14 | [Keyboard] Add MelGeek MJ6xy which is a 60% keyboard that support mul… ↵ | bomb | |
(#13494) Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-07-13 | Traveller handwired layout macro refactor (#13539) | James Young | |
2021-07-13 | Lucid Phantom soldered: layout macro touch-up (#13540) | James Young | |
2021-07-13 | RGB Matrix support for Scylla (#13415) | Albert Y | |
Co-authored-by: filterpaper <filterpaper@localhost> | |||
2021-07-13 | Refactor Drop boards to custom matrix lite (#13468) | Joel Challis | |
2021-07-13 | [Keyboard] Add ianklug grooveboard (#13536) | Ian Klug | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-07-13 | [Keyboard} Add ISO support for the GMMK Pro (#13532) | Anton | |
* Added iso layer support for the GMMK Pro iso version * Adjusted the mapping * aligning with best practises * aligning with comments from PR * Added iso layout to info.json | |||
2021-07-13 | Ortho 5x14 handwired info.json correction (#13538) | James Young | |
* ortho5x14 handwired: correct info.json data Last key was incorrectly positioned. * fix readme typo |