summaryrefslogtreecommitdiff
path: root/keyboards
AgeCommit message (Collapse)Author
2020-07-17[keyboard] added Adelheid (#9734)floookay
* readded adelheid files * reworked keymaps - moved my personal keymap to a new folder - added a new default keymap * removed unnecessary backslash * reenabled command rule * bumped device number * fixed layout for configurator * applied suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2020-07-17[keyboard] Add x16 (#9709)yinxianwei
* [keyboard] Add x16 * update x16 * Update keyboards/x16/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/x16/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/x16/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/x16/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/x16/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2020-07-17Add Alter Keyboard (#9579)NightlyBoards
* Create Alter folder * Revert "Create Alter folder" This reverts commit 361103b821dbb22957b66cdedb0d11f996def71c. * Add Alter keyboard * Fixed keymap.c * Fixed another issue on the keymap.c * Updated the files based on the comments * Edited default keymap and enabled rgbanimations on config.h * Updated the info.json
2020-07-17[Keyboard] add rart75 (#9649)Alabahuy
* Create config.h * Create info.json * Create rart75.c * Create rart75.h * Create readme.md * Create rules.mk * Create keymap.c * Create keymap.c * Update keymap.c * Update info.json * Update info.json * Update info.json * Update readme.md * Update config.h * Update rules.mk * Update readme.md * Update readme.md
2020-07-17VIA Support: Skog Lite (#9686)MechMerlin
* via support for the skog lite * some code cleanup before submission * Update keyboards/percent/skog_lite/keymaps/via/config.h Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/percent/skog_lite/keymaps/via/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2020-07-17[keymap] Add VIA support for Hub16 (#9638)Josh Johnson
* fix encoder switch not staying depressed * add via support * change default keymap * change VID-PID * remove LTO * fix hold bug keeping debouncing
2020-07-17Update MAJA info.json (#9674)moyi4681
* Update info.json * Update keyboards/kbdfans/maja/info.json Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/kbdfans/maja/info.json Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2020-07-17Keymap addition and updates (Prime_e, ProjectKB PCB, WT60-D) (#9701)Sid Carter
* update keymap * update ilpse template as well * fix some key items * move quote the first layer * figure out brackets * update ilpse keymap * update arrow keys on alice * change layers * update layers again * switch to vim keys * add mouse keys Co-authored-by: Khader Syed <khader.syed@aicure.com>
2020-07-17[Keyboard] Add PocketType (#9728)Maarten Dekkers
* Add PocketType * Add info.json, changes readmes and other stuff * More changes Co-authored-by: Maarten Dekkers <maartenn2001@gmail.com>
2020-07-17add default Rebound lighting settings (#9740)Rossman360
* cleaning up * deleting to undelete * add rebound lighting settings
2020-07-16planck/rev6: Enable WS2812 LED matrix with pwm driversRiley Inman
2020-07-15[Keyboard] Update preonic/Kjwon15 layout (#9718)Jeong Arm
2020-07-14Update KBDFANS/MAJA default keymap (#9727)moyi4681
* Update keymap.c * Update keymap.c
2020-07-14[Keymap] Added Bépo layout to Kyria (#9272)Gaëtan Ark
* Added Ergo 42 * Added bépo layout to the Kyria keyboard * Fixed comment layout, fixed bad quotes * Fixed outdated keys
2020-07-13RARTPAD : add support via (#9702)ladbahuy
* Create rules.mk * Create keymap.c * Update keymap.c * Update keymap.c * Update keymap.c * Update keymap.c * Update keymap.c
2020-07-11[Keyboard] Add g60ble (#8952)Joshua Rubin
* add g60ble Signed-off-by: Joshua Rubin <mejawa.dev> * fixes from review Signed-off-by: Joshua Rubin <mejawa.dev> * bioi/g60ble better comments in rules.mk * bioi/g60ble better comments in rules.mk part 2 * Update keyboards/bioi/g60ble/readme.md * Update keyboards/bioi/g60ble/rules.mk * Update keyboards/bioi/g60ble/rules.mk
2020-07-11Initial support for TKC Alice (#9640)TerryMathews
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2020-07-11[keyboard] added swiftrax/cowfish (#9621)Brandon Claveria
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Swiftrax <swiftrax@gmail.com>
2020-07-11Add config for Atreus based on Adafruit Feather BLE (#9140)Randall Mason
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2020-07-11[keyboard] Add rartpad (#9614)ladbahuy
2020-07-10format code according to conventions [skip ci]QMK Bot
2020-07-10[Keymap] plattfot - Update and fix issue with DBL_TAP (#9666)Fredrik Salomonsson
- Fix typo in the default layout. - Move esc and del to the navi layer. - Fix issue with oneshot layers and double tap aka DBL_TAP. - Add caps lock to the raise layer. Was relying on a broken behavior for the double tap to work with oneshot keys, i.e. the oneshot layer not being cleared after a key press in `process_record_user`, which allowed me to first press an oneshot key, then double tap and then a key. With the behavior fixed, this no longer works. As the oneshot layer will be cleared when double tap is pressed. To make double tap useful again. I changed that any of the layer keys does not clear the double tap. Which allows me for example to first press double tap, then an oneshot key and then a key. So now I'm able to type my double symbols again.
2020-07-10Added VIA compatible rules for Duck Octagon V2 PCB (#9676)ytkwong
* Added keymap and rules to allow VIA compatibility * Update keymap.c * Update rules.mk * Update keyboards/duck/octagon/keymaps/via/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keymap.c * Update keyboards/duck/octagon/keymaps/via/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/duck/octagon/keymaps/via/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/duck/octagon/keymaps/via/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/duck/octagon/keymaps/via/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2020-07-10Fix missing column for Herringbone (#9679)Ramon Imbao
* Add the missing column to the config * Fix key layout error in info.json
2020-07-10Rework bcat Crkbd and Lily58 modifier keys (#9692)Jonathan Rascher
* Re-enable mouse keys to fix Chrome OS media keys I'm not sure if there's a bug in Chrome OS, QMK, or both, but EXTRAKEY_ENABLE isn't sufficient for media keys to work on Chrome OS. Instead, MOUSEKEY_ENABLE is also required. * Remove unnecessary SPLIT_USB_DETECT for Lily58 I've since swapped my Lily58 back to Elite-C v2 controllers with working VBUS detection. * Move Crkbd Esc and Ctrl keys; add some shortcuts * Move MC_ALTT to userspace for cross-board support * Sync Lily58 keymap with Crkbd * Fix typos
2020-07-10Update Jian readme.md (#9685)KgOfHedgehogs
2020-07-10[Keyboard] Fix inconsistent MATRIX_COLS: 4pplet/steezy60 (#9678)a_p_u_r_o
2020-07-10[keymap] curly quotes (#9662)Callum Oakley
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2020-07-09split_3x6_3 layout support (#9625)Danilo de Klerk
2020-07-09Update Nomu30 keyboard (#9599)Naoto Takai
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2020-07-09Create ajp10304 userspace and ortho_4x12 layout. (#9304)ajp10304
2020-07-08Created abishalom keymap (#9669)Abi Shalom
Co-authored-by: Ryan <fauxpark@gmail.com>
2020-07-08Added VIA support to nightmare (#9672)Brandon
Co-authored-by: Ryan <fauxpark@gmail.com>
2020-07-08Reduce peak LED brightness for AoS TKL (#9667)Rys Sommefeldt
2020-07-08Fix }] key in matrix for GHS.RAR (#9671)Ramon Imbao
2020-07-08Add VIA Functionality for Keyhive Maypad (#9654)ilikepi2
Co-authored-by: Ryan <fauxpark@gmail.com>
2020-07-08Add layout macros to YD60MQ (#9653)James Young
- LAYOUT_60_ansi_split_bs - LAYOUT_60_ansi_split_bs_rshift - LAYOUT_60_ansi_split_rshift - LAYOUT_60_ansi_tsangan - LAYOUT_60_hhkb - LAYOUT_60_iso_split_bs - LAYOUT_60_iso_split_bs_rshift - LAYOUT_60_iso_split_rshift - LAYOUT_60_iso_tsangan
2020-07-08[Keyboard] Added Handwired Redragon Keyboard (#9590)boss566y
* Added Handwired Redragon Keyboard as well as default and via keymaps * Update keyboards/handwired/boss566y/redragon_vara/info.json Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/boss566y/redragon_vara/keymaps/default/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/boss566y/redragon_vara/keymaps/default/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/boss566y/redragon_vara/keymaps/via/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/boss566y/redragon_vara/keymaps/via/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/boss566y/redragon_vara/keymaps/via/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/boss566y/redragon_vara/redragon_vara.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/boss566y/redragon_vara/redragon_vara.h Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/boss566y/redragon_vara/rules.mk Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/boss566y/redragon_vara/keymaps/default/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/boss566y/redragon_vara/info.json Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/handwired/boss566y/redragon_vara/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keymap.c Removed defined keycodes from via keymap * Update keymap.c replaced defined keycodes in default keymap * Update readme.md Changed image to one that matches the physical keyboard Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2020-07-08[Keyboard] Add support for YDKB Chili (#9583)TerryMathews
* Add support for YDKB Chili Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2020-07-07Un-nest 1up60rgb LAYOUT macros (#9648)Ryan
2020-07-06Add jian qmk_via layout and LTO_ENABLE to all jian revs (#9606)KgOfHedgehogs
2020-07-04[Keyboard] RART67 : add support via (#9589)Alabahuy
2020-07-04[Keyboard] XD87 Caps Lock LED refactor (#9585)siano
2020-07-04[Keyboard] Updated VIA Support for DP60 (#9508)paulgali
* Updated VIA Support - Added LAYOUT_all Support for VIA compatibility - Updated default dp60\layouts\via\keymap.c to mmirror changes to LAYOUT_all - Rules.mk updated in both base and via directories. Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
2020-07-04[Keyboard] Gowla Macro Board (#9643)Sam Gowland
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2020-07-04Rotr - Updated README and default keymap (#9598)kwlodarczy
2020-07-03Fix incorrect layout for GHS.rar (#9597)Ramon Imbao
Co-authored-by: Ryan <fauxpark@gmail.com>
2020-07-02[Keymap] Adding a Custom Keymap for Matrix Noah (#9581)Dongfeng Yu
Co-authored-by: Ryan <fauxpark@gmail.com>
2020-07-02Add xjtian keymap for Planck (#9502)Jacky Tian
2020-07-02Arisu keymapping, and corresponding via keymap (#9560)akscanb
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com> Co-authored-by: Will <wailinnyu@gmail.com> Co-authored-by: Andrew Koh <andrew@springlabs.com>