summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* Fixup build errors on `develop` branch. (#12723)Nick Brassel2021-05-113-0/+6
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-114-0/+499
|\
| * peepeetee's custom keymap for bm68rgb (#12232)peepeetee2021-05-104-0/+499
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add custom keymaps for BM68rgb * add user keymap for bm68rgb * fix grammar * add custom hub16 keymap * Apply suggestions from code review * fix errorenously included hub16 file * add GPL headers * revert defining dfa_state in keymap.h * Update keyboards/bm68rgb/keymaps/peepeetee/keymap.h * enable tap dance, add tap dance to left alt
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-108-2/+239
|\|
| * [Keyboard] VIA support for Preonic Rev3 (#11344)George Wietor2021-05-108-2/+239
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Jack Humbert <jack.humb@gmail.com>
* | [Keymap] Turn OLED off on suspend in soundmonster keymap (#10419)Lukas Reineke2021-05-101-0/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-101-18/+86
|\|
| * Lagrange handwired Configurator bugfix (#12854)James Young2021-05-101-18/+86
| | | | | | | | | | * use human-friendly formatting * correct key object order
* | Make Swap Hands use PROGMEM (#12284)Drashna Jaelre2021-05-0943-49/+48
| | | | | | | | | | | | This converts the array that the Swap Hands feature uses to use PROGMEM, and to read from that array, as such. Since this array never changes at runtime, there is no reason to keep it in memory. Especially for AVR boards, as memory is a precious resource.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-097-117/+188
|\|
| * KBDMini refactor (#12850)Ryan2021-05-107-117/+188
| |
* | Remove pointless SERIAL_LINK_ENABLE rules (#12846)Ryan2021-05-1014-14/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-098-0/+630
|\|
| * add ttys0's planck and preonic keymaps (#10560)Sean Johnson2021-05-088-0/+630
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * resynced with upstream, and adjusted keymap layout for planck * updated keyboard layout Signed-off-by: Sean Johnson <sean@ttys0.net> * swapped out bspc for del on symb layer Signed-off-by: Sean Johnson <sean@ttys0.net> * fixed typo with brightness media keys * turns out my brightness config was correct, it was macOS that had gone sideways * updated to bring in line with requirements for merging into upstream * removed redundant config from rules.mk moved media controls to FUNC layer for Planck layout * added GPL2+ compatible license header Signed-off-by: Sean Johnson <sean@skj.dev> * removed unused MIDI comment Signed-off-by: Sean Johnson <sean@skj.dev> * removed extraneous MIDI comments * removed extraneous comments
* | Resolve a number of warnings in `qmk generate-api` (#12833)Zach White2021-05-0831-44/+42
| |
* | fix some references to bin/qmk that slipped in (#12832)Zach White2021-05-081-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-087-171/+151
|\|
| * Update sethBarberee Userspace (#12620)Seth Barberee2021-05-087-171/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update for LTO and guard RGBLED_SPLIT * Revert "update for LTO and guard RGBLED_SPLIT" This reverts commit ce81177cbe330ae3e1e14c264dc0cb0946f08d70. * Revert "Revert "update for LTO and guard RGBLED_SPLIT"" This reverts commit 67da0ce9f38777064ad094c1ecba7ce17a40994f. * update iris keymap for keymap_kc removal and overhaul userspace * add licenses * fix tap_dance error when rgblight is disabled and update/clean iris/sinc maps
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-082-38/+40
|\|
| * Hbbisenieks keymap update to remove kc_ keymaps (#12391)Hilary B. Brenum2021-05-082-38/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | * hbbisenieks keymap * change from kc_ keymap * Apply suggestions from code review Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com> Co-authored-by: Hilary Brenum <hilary.brenum@tanium.com> Co-authored-by: Zach White <skullydazed@drpepper.org> Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-072-0/+51
|\|
| * [Keymap] My Arisu layout setup (#12647)stanrc852021-05-072-0/+51
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-061-7/+7
|\|
| * Fix DZ60 64 key layout (#12551)kb-elmo2021-05-061-7/+7
| | | | | | | | | | | | | | | | * add gk64 layout * Apply suggestions from code review * fix dz60 gk64 layout
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-049-0/+240
|\|
| * [Keyboard] ai03 Andromeda (#12676)Andrew Kannan2021-05-049-0/+240
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add andromeda to qmk * Fix * Another fix * Fix via map * Update andromeda * Update confs for new qmk master * Apply suggestions from code review * Remove the ch hal and mcu conf as the andromeda does not need extra peripherals * Update keyboards/ai03/andromeda/rules.mk * Apply suggestions from code review * Add bootloader note to readme
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-0418-0/+696
|\|
| * [Keyboard] added Time 80 Reforged by Fox Lab (#11996)Matrix Zou2021-05-0418-0/+696
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Keyboard] added Time 80 Reforged by Fox Lab * added Time 80 Reforged by Fox Lab * split to two sub directories for universal and hotswap pcb * Apply suggestions from code review * Modified codes as suggested * update code as suggested * rgb log light keymaps added * update code as suggested * enable rgblight right to TIME logo, and add keymaps for it's control * Apply suggestions from code review * enable built-in switch LED support * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-044-237/+63
|\|
| * Update noroadsleft userspace and keymaps (2021-05-03) (#12796)James Young2021-05-034-237/+63
| | | | | | | | | | | | | | | | | | | | | | * Set Dvorak as the standard base layer * Remove unneeded includes * Remove custom handling for Quake 2 Have now rewritten my in-game configuration to use Dvorak mapping instead of QWERTY, which means I don't need any of this stuff. * Clean up comments in KC60 keymap
* | Fix comment parsing (#12750)Zach White2021-05-031-1/+1
| | | | | | Co-authored-by: Erovia <Erovia@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-012-34/+0
|\|
| * Allow <keyboard>.h to be optional when going data driven (#12706)Joel Challis2021-05-012-34/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * Allow <keyboard>.h to be optional when going data driven * Remove stub files as no longer required * Rename function * Remove include of layouts.h for now * Take advantage of type=keyboard_folder * Take advantage of type=keyboard_folder - kb should still be mandatory
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-301-1/+1
|\|
| * [Keyboard] Fix bootloader rule for meishi2 keyboard (#12740)k.bigwheel2021-05-011-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-3032-2/+955
|\|
| * Add breeze variants (#12596)David Fryer2021-04-3032-2/+955
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Adrian <42110361+xSteins@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-295-68/+136
|\|
| * DracuLad: add Configurator data and rework layout macro (#12727)James Young2021-04-295-68/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | * add info.json file * refactor keymaps for readability * rework layout macro Arranges the layout macro and keycodes to resemble the physical layout. * readme touch-up Corrections to capitalization and spelling, and removal of extra white space.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-2920-0/+655
|\|
| * Add firmware for CozyKeys Bloomer keyboard (#12639)Paul Ewing2021-04-2920-0/+655
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-292-6/+0
|\|
| * Fix F13 LED issue for WT75-B, WT75-C (#12729)Wilba2021-04-292-6/+0
| |
* | Change RGB/LED Matrix to use a simple define for USB suspend (#12697)Drashna Jaelre2021-04-292-32/+30
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-281-1/+1
|\|
| * Fix up bad keycode in #12405. (#12722)Nick Brassel2021-04-281-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-281-0/+2
|\|
| * add default folder to standard (#12712)Xelus222021-04-281-0/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-271-0/+3
|\|
| * YMDK Wings: Update config.h (#12718)alittlepeace2021-04-271-0/+3
| | | | | | Adds Caps Lock LED indicator configuration.