summaryrefslogtreecommitdiff
path: root/keyboards
AgeCommit message (Collapse)Author
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
2021-07-14Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-15Fix some RGB Matrix-enabled keymaps referring to RGBLight mode (#13509)Ryan
2021-07-14Merge remote-tracking branch 'origin/master' into developZach White
Resolved Conflicts: keyboards/checkerboards/nop60/info.json
2021-07-14correct 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-13Traveller handwired layout macro refactor (#13539)James Young
2021-07-13Lucid Phantom soldered: layout macro touch-up (#13540)James Young
2021-07-13RGB Matrix support for Scylla (#13415)Albert Y
Co-authored-by: filterpaper <filterpaper@localhost>
2021-07-13Refactor 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-13Ortho 5x14 handwired info.json correction (#13538)James Young
* ortho5x14 handwired: correct info.json data Last key was incorrectly positioned. * fix readme typo
2021-07-134pplet AEKISO60 keymap/macro touch-up (#13528)James Young
Moves the ISO Enter keycode to the home row for more consistency with the rest of QMK. Also grid-aligns the keycodes and adds a block comment for the layout macro.
2021-07-13Ergoarrows info.json touch-up (#13537)James Young
* human-friendly formatting Add line breaks between rows and halves. * fix rounding issues Fixes issues with y-offset values due to rounding in KLE. * remove layout dead space; re-mirror halves Removes the empty white space from the layout, and aligns the keys on the right half so they are a mirror of the left half.
2021-07-13[Keyboard] Montex add VIA support and keymap. (#13488)AnthonyL
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Anthony Lowery <anthony.lowery@unity3d.com>
2021-07-13[Keyboard] fixes and additions to the Marauder keyboard (#13462)Cosmin
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-07-13AMJ60 Refactor (#13530)James Young
* rename LAYOUT to LAYOUT_all * refactor default keymap - add license header - use layer_names enum - use LAYOUT_all macro - update keymap to be more generic - use QMK-native keycode aliases * info.json: human-friendly formatting * convert LAYOUT_iso into a proper LAYOUT_60_iso * LAYOUT_all bugfix In the physical sense, position k3d is to the left of k3c. * rework LAYOUT_max into LAYOUT_60_ansi_split_bs_rshift * remove LAYOUT_iso_splitrshift and iso_split_rshift keymap * rework LAYOUT_hhkb into LAYOUT_60_hhkb * amj60.h cleanup - add license header - use #pragma once include guard - concatenate layout block comments - remove unnecessary function headers * add license header to amj60.c * align config.h to QMK template * align rules.mk to QMK template * enable Community Layout support * modernize readme.md - add PCB image - convert keyboard data to list - add flashing and bootloader instructions - update Docs links
2021-07-13[Keyboard] Update Symmetric70 keyboard prototype (#12707)Takeshi ISHII
* update handwired/symmetric70_proto/matrix.c * make keyboards/handwired/symmetric70_proto/promicro/ * add symmetric70_proto/debug_config.h, update symmetric70_proto/local_features.mk etc. set MATRIX_IO_DELAY macro make MTEST=mdelay0 symmetric70_proto/promicro:default:flash make MTEST=mdelay1 symmetric70_proto/promicro:default:flash make MTEST=mdelay10 symmetric70_proto/promicro:default:flash make MTEST=mdelay30 symmetric70_proto/promicro:default:flash set DEBUG_MATRIX_SCAN_RATE_ENABLE yes make MTEST=scan symmetric70_proto/promicro:default:flash set MATRIX_DEBUG_DELAY and MATRIX_IO_DELAY macro make MTEST=matrix_debug_delay,mdelay0 symmetric70_proto/promicro:default:flash set MATRIX_DEBUG_SCAN make MTEST=matrix_debug_scan symmetric70_proto/promicro:default:flash * add symmetric70_proto/matrix_debug/readme.md * update symmetric70_proto/matrix_debug/readme.md * update handwired/symmetric70_proto/readme.md * update handwired/symmetric70_proto/readme.md * update handwired/symmetric70_proto/*/readme.md * add handwired/symmetric70_proto/matrix_fast/ * update handwired/symmetric70_proto/matrix_fast/readme.md * fix typo in handwired/symmetric70_proto/matrix_fast/readme.md * update config.h under handwired/symmetric70_proto/promicro * add Proton C support to handwired/symmetric70_proto * add handwired/symmetric70_proto/proton_c/readme.md * add promicro/*/readme.md proton_c/*/readme.md * update handwired/symmetric70_proto/proton_c/proton_c.c support MATRIX_IO_DELAY_DEFAULT for testing. * Added another implementation of 'adaptive_delay'. * update symmetric70_proto/local_features.mk * update symmetric70_proto/matrix_fast/gpio_extr.h * add matrix_output_unselect_delay_ports() * add MTEST=adaptive_delay_fast option * update symmetric70_proto/matrix_debug/readme.md * update symmetric70_proto/matrix_fast/readme.md * update symmetric70_proto/matrix_debug/readme.md * Erase garbage * fix symmetric70_proto/proton_c/proton_c.c * improve adaptive_delay_fast in symmetric70_proto/matrix_debug/matrix.c * update symmetric70_proto/matrix_debug/readme.md * fix symmetric70_proto/matrix_debug/readme.md * Update keyboards/handwired/symmetric70_proto/proton_c/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/handwired/symmetric70_proto/proton_c/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/handwired/symmetric70_proto/local_features.mk Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/handwired/symmetric70_proto/local_features.mk Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/handwired/symmetric70_proto/matrix_debug/matrix.c Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/handwired/symmetric70_proto/matrix_debug/matrix.c Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/handwired/symmetric70_proto/local_features.mk Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/handwired/symmetric70_proto/matrix_debug/matrix.c Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/handwired/symmetric70_proto/matrix_debug/readme.md Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/handwired/symmetric70_proto/matrix_debug/readme.md Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/handwired/symmetric70_proto/matrix_debug/readme.md Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/handwired/symmetric70_proto/matrix_fast/matrix_config_expand.c Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2021-07-13Keyboards/sol rev2 fix (#13533)XScorpion2
* Fixed a recent develop error * minor fix cause I am tired
2021-07-131UP Keyboards 1UP60HTE layout macro touch-up (#13529)James Young
* rename LAYOUT_tsangan to LAYOUT_60_tsangan_hhkb ... and enable Community Layout support. * use four-space indent and QMK-native keycode aliases * rules.mk touch-up - remove Bootloader selection header comments - unify Build Options comment header to QMK template - align inline comments * readme.md touch-up - convert metadata to list - add Flashing command * move layout macro alias to info.json * apply friendly formatting to info.json * restore badger keymap to previous (don't edit user keymap)
2021-07-12Ergonomic Vertical Keyboard (EVK) handwired info.json touch-up (#13527)James Young
* scale layout data Seems the KLE data that was imported to make the original file was scaled 1.25x. This commit removes the scaling. * human-friendly formatting Insert line breaks between physical layout rows. * remove instances where width or height is set to 1 The width and height of a key is defaulted to 1 if not provided by the JSON data, so there's no reason to set it manually.
2021-07-12Checker Boards NOP60 touch-up (#13526)James Young
* apply human-friendly formatting to info.json * fix JSON tree errors in info.json * rename layout macros - rename LAYOUT_2x3u to LAYOUT_60_tsangan_hhkb_split_space - rename LAYOUT_7u to LAYOUT_60_tsangan_hhkb * rename 2x3u keymap to default
2021-07-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-12ID67 codebase touch-up (#13521)James Young
* correct layout data Fix incorrect key sizes/positions. * rename LAYOUT to LAYOUT_65_ansi_blocker * tweak human-friendly formatting for info.json Add new lines for new rows. * adjust keycode alignment in via keymap * clean up extra lines in readme file * enable 65_ansi_blocker Community Layout support * clean up rules.mk Aligns the inline comments.
2021-07-12[Keymap] add simple gmmk pro macos keymap with rgb (#13504)Alex Marmon
2021-07-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-12[Keyboard] RGB Matrix support for TBK Mini (#13506)Albert Y
Co-authored-by: filterpaper <filterpaper@localhost>
2021-07-12Enable g_is31_leds PROGMEM for RGB Matrix IS31FL3737 driver (#13480)Chris Cullin
2021-07-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-12[Keyboard] Add Bloop65 (#13388)Kwabena Aduse-Poku
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-07-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-11[Keyboard] Update lazydesigners/the60/rev2/rev2.h (#13505)jackytrabbit
Update lazydesigners/the60/rev2/rev2.h
2021-07-11[Keyboard] CapsUnlocked CU7 (#13429)Rys Sommefeldt
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-07-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-11[Keymap] Fix Corne Via Layout properly (#13518)Drashna Jaelre
2021-07-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-11[Keyboard] Wuque Studio Ikki68 Aurora codebase touch-up (#13510)James Young