summaryrefslogtreecommitdiff
path: root/keyboards
AgeCommit message (Collapse)Author
2021-07-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-19[Keyboard] Add CannonKeys Balance PCB to QMK (#13489)Andrew Kannan
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-07-19[Keyboard] enable RGB underglow on heckerboards/axon40 (#13490)npspears
This PCB uses RGB underglow LEDs. If the user doesn't want them, they can turn them off with a keycode.
2021-07-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-19[Keymap] Update bface p3lim keymap (#13582)Adrian L Lange
2021-07-19[Keyboard] Update the XBows/Knight keyboard (#13541)X-Bows Tech
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-07-19[Keyboard] Split GMMK Pro PCBs into separate revisions (#13570)Gigahawk
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-07-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-19[Keyboard] CU65 layout update (#13589)Daegara
2021-07-19[Keyboard] Repaired melgeek/mj63/ RGB lamp driver problem (#13579)bomb
2021-07-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-19[Keymap] Orthon keymap for idobo (#13584)Giorgi Chavchanidze
Co-authored-by: Giorgi Chavchanidze <giorgi@vivaldi.com>
2021-07-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-19Six Pack and ortho_ layout updates (#13587)Suschman
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Suschman <suschman@gmail.com>
2021-07-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-19Knobgoblin: rename ortho keymap to default (#13592)James Young
Keyboard did not previously have a `default` keymap.
2021-07-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-19converter/periboard_512: add Configurator layout data (#13600)James Young
2021-07-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-19fluxlab zplit: keymap restructuring (#13599)James Young
2021-07-20Merge remote-tracking branch 'origin/master' into developQMK 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-18Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-17LazyDesigners Bolt: move via keymap to keymaps directory (#13581)James Young
2021-07-17Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-17Discipline 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-17Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-17ACR60 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-17Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-17Cutie Club Giant Macro Pad: add info.json (#13576)James Young
2021-07-17Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-17Xelus 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-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-16Limit RGB brightness for crkbd when not defined (#13568)Dasky
2021-07-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-17adding tw40 via support (#13032)lukeski14
2021-07-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-16[Keyboard] Neito + my DZ60 keymap tweaks (#11773)Oliver Granlund
2021-07-16Merge remote-tracking branch 'upstream/master' into developNick Brassel
2021-07-16Set 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-15Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-15[Keyboard] correct the info.json for qmk configurator and add two empty ↵bomb
layers for via (#13552)
2021-07-15Merge remote-tracking branch 'origin/master' into developQMK 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-14Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-14[Keyboard] Add Serratus PCB (#13281)mechlovin
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-07-14Merge remote-tracking branch 'origin/master' into developQMK 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-15Migrate more `fn_actions` stuff (#13502)Ryan