summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-16Fixed CA_DOTA key code (#9722)Hedgestock
2020-07-16Remove `DESCRIPTION` (#9732)Ryan
2020-07-16OLED driver function to set pixels (#9713)Gautham Yerroju
* Add a function to set individual pixels * Add documentation for oled_write_pixel * use smaller data type for oled_write_pixel * Fix boundary check edge case * Update oled_write_pixel doc Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2020-07-16planck/rev6: Enable WS2812 LED matrix with pwm drivers (#9735)Nick Brassel
* planck/rev6: Enable WS2812 LED matrix with pwm drivers * Comments and cleanup. * GPL2+ Licensing Co-authored-by: Nick Brassel <nick@tzarc.org>
2020-07-16planck/rev6: Enable WS2812 LED matrix with pwm driversRiley Inman
2020-07-15Update new keyboard templates (#9636)Ryan
* Update new keyboard templates * Switch on Bootmagic Lite by default * Remove MIDI_ENABLE and FAUXCLICKY_ENABLE
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-13Fix RGB Matrix using RGBW WS2812 LEDs (#9705)Drashna Jaelre
This should be a pointer, as that is what the function expects.
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-12[Docs] Japanese translation of docs/coding_conventions_python.md (#9517)umi
* add coding_conventions_python.md translation * update based on comment * update based on comment
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-11fix typo (#9695)shela
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-10Refactor ARM backlight (#7959)Joel Challis
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-09[Docs] Japanese translation of docs/coding_conventions_c.md (#9516)umi
* add coding_conventions_c.md translation * update based on comment * update based on comment * update based on comment
2020-07-08Add pcoves's userspace (#9354)pcoves
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Pablo COVES <pablo.coves@anatoscope.com>
2020-07-08Created abishalom keymap (#9669)Abi Shalom
Co-authored-by: Ryan <fauxpark@gmail.com>
2020-07-08shell.nix improvements, and fix problems on Darwin (#9551)Steve Purcell
2020-07-08Added VIA support to nightmare (#9672)Brandon
Co-authored-by: Ryan <fauxpark@gmail.com>
2020-07-08Changed US_RBRC to KC_RBRC instead of KC_LBRC (#9664)Oskar Holstensson
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-08[Keymap Extra] Add French AZERTY (AFNOR - NF Z71-300) (#9644)Guillaume Gérard
Co-authored-by: Ryan <fauxpark@gmail.com>
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-08Add missing bracket for Tap-Hold code sample (#9675)Matthew Tse
The `TAPPING_TERM_PER_KEY` code sample is missing a closing bracket. This adds it.
2020-07-07format code according to conventions [skip ci]QMK Bot
2020-07-07Allowing Pressing the Start Buttons Again to Stop Dynamic Macro Recording ↵Dongfeng Yu
(#9446)
2020-07-07Add TAP_CODE_DELAY to Mod-Tap (#9422)Sven Grunewaldt
2020-07-07Un-nest 1up60rgb LAYOUT macros (#9648)Ryan
2020-07-07Docs: update ModemManager recommendation (#9328)Erovia
Instead of modifying the service file provided by the distro, use drop-in functionaly to explicitly specify the policy.
2020-07-07Allow for building layouts from keymap.json files.Joakim Tufvegren