summaryrefslogtreecommitdiff
path: root/keyboards
AgeCommit message (Collapse)Author
2021-08-04[Keyboard] Switch Draculad to using WPM char hack (#13886)Drashna Jaelre
2021-08-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-08-04BM65ISO: refactor layout macro (#13860)James Young
2021-08-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-08-04Updated Ducky 2 one mini support (#11112)Reza Jelveh
* 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>
2021-08-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-08-04barracuda: update info.json layout macro reference (#13874)James Young
* 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.
2021-08-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-08-04boardsource/holiday/spooky: update info.json layout macro reference (#13875)James Young
- change LAYOUT to LAYOUT_ortho_2x3
2021-08-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-08-04rb86 (#13824)Ryan Baker
* rb86 * adjudicate comments
2021-08-04Remove the #10088 hotfix for Teensy 3.1-like Input:Club keyboards (#12870)Joakim Tufvegren
* Remove the #10088 hotfix for K20x MCU:s. It seems to _cause_ the issue it intended to solve there. * Cleaner way of removing #10088 hotfix. Now only affects Ergodox Infinity, Whitefox and K-type, though. Switches over Ergodox Infinity to the `IC_TEENSY_3_1` board, since that was a nice place to implement the `restart_usb_driver` override. However, I would guess this issue is present for other K20x/Teensy 3.1 boards as well... * Fix comment regarding `IC_TEENSY_3_1` for all keyboards using it.
2021-08-03Unconditionally call led_init_ports (#12116)Joel Challis
* Unconditionally call led_init_ports * Another call to led_init_ports
2021-08-03Merge remote-tracking branch 'origin/master' into developQMK Bot
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-03Merge remote-tracking branch 'origin/master' into developQMK Bot
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-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-08-03[Keymap] Minor cleanup of bcat keymaps and userspace (#13224)Jonathan Rascher
2021-08-03Merge remote-tracking branch 'origin/master' into developQMK Bot
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-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-08-03capsunlocked/cu7: fix missing key object (#13862)James Young
Adds a key object for the encoder keypress.
2021-08-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-08-020xCB Static: fix `qmk info` and Configurator issues (#13856)James Young
2021-08-02Merge remote-tracking branch 'origin/master' into developQMK Bot
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-02Merge remote-tracking branch 'upstream/master' into developNick Brassel
2021-08-01fix develop branch move file (#13832)Jonavin
Co-authored-by: zvecr <git@zvecr.com>
2021-07-31Duck Eagle/Viper V2 Refactor (#13828)James Young
2021-07-31[Keyboard] Fix SRC include for matrix/m20add issi driver (#13826)Drashna Jaelre
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-31Fix compile issues due to LED changes (#13821)Drashna Jaelre
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-31__flash? (#13799)Joel Challis
2021-07-31Move some led drivers to common folder (#13749)Joel Challis
* Move some led drivers to common folder
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-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-31Neito: correct key sequence in info.json (#13808)James Young
2021-07-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-31Fix up paths for bioi boards - parallel compilation failures due to file ↵Nick Brassel
collisions. (#13806)
2021-07-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-31Move ergosaurus via keymap to correct location (#13802)Joel Challis