summaryrefslogtreecommitdiff
path: root/keyboards
AgeCommit message (Collapse)Author
2021-05-12[Keyboard] updated a vendor name / fixed minor keymap issues (#12881)noclew
2021-05-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-13[Keyboard] Titan60 LED and keymap updates (#12558)thompson-ele
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-05-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-13USB suspend option and LED position change for The Mark 65 (#12725)Albert Y
Co-authored-by: filterpaper <filterpaper@localhost>
2021-05-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-13Fix Cordillera LED states config (#12646)coarse
2021-05-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-12add handwired/swiftrax/walter (#12428)Brandon Claveria
* init commit of walter * finalize keyboard * fix walter.h * fix config.h * fix rgblight animations * fix config.h Co-authored-by: Swiftrax <swiftrax@gmail.com>
2021-05-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-12Some fixes for the Bakeneko variant DB60s (#12662)Andrew Kannan
* Some fixes for the Bakeneko variant DB60s * Add copyright to header * Add .python-version to gitignore for people who use pyenv or similar * update readme * Add more readmes * Add more readmes * Update the versions to have different product IDs * Update readme * Add missing rules.mk * Fix matrix on hotswap * remove iso from hotswap * Fix hotswap spacebar * Revert gitignore changes * Fix layouts * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Add split configs * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Add license to config * or equivalent Co-authored-by: Ryan <fauxpark@gmail.com>
2021-05-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-11[Keyboard] Add Charue Design's Sunsetter (#12547)coarse
2021-05-11Remove KEYMAP and LAYOUT_kc (#12160)Zach White
* alias KEYMAP to LAYOUT * remove KEYMAP and LAYOUT_kc
2021-05-11Fixup build errors on `develop` branch. (#12723)Nick Brassel
2021-05-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-10peepeetee's custom keymap for bm68rgb (#12232)peepeetee
* 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
2021-05-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-10[Keyboard] VIA support for Preonic Rev3 (#11344)George Wietor
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Jack Humbert <jack.humb@gmail.com>
2021-05-10[Keymap] Turn OLED off on suspend in soundmonster keymap (#10419)Lukas Reineke
2021-05-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-10Lagrange handwired Configurator bugfix (#12854)James Young
* use human-friendly formatting * correct key object order
2021-05-09Make Swap Hands use PROGMEM (#12284)Drashna Jaelre
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.
2021-05-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-10KBDMini refactor (#12850)Ryan
2021-05-10Remove pointless SERIAL_LINK_ENABLE rules (#12846)Ryan
2021-05-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-08add ttys0's planck and preonic keymaps (#10560)Sean Johnson
* 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
2021-05-08Resolve a number of warnings in `qmk generate-api` (#12833)Zach White
2021-05-08fix some references to bin/qmk that slipped in (#12832)Zach White
2021-05-08Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-08Update sethBarberee Userspace (#12620)Seth Barberee
* 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
2021-05-08Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-08Hbbisenieks keymap update to remove kc_ keymaps (#12391)Hilary B. Brenum
* 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>
2021-05-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-07[Keymap] My Arisu layout setup (#12647)stanrc85
2021-05-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-06Fix DZ60 64 key layout (#12551)kb-elmo
* add gk64 layout * Apply suggestions from code review * fix dz60 gk64 layout
2021-05-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-04[Keyboard] ai03 Andromeda (#12676)Andrew Kannan
* 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
2021-05-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-04[Keyboard] added Time 80 Reforged by Fox Lab (#11996)Matrix Zou
* [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
2021-05-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-03Update noroadsleft userspace and keymaps (2021-05-03) (#12796)James Young
* 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
2021-05-03Fix comment parsing (#12750)Zach White
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2021-05-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-01Allow <keyboard>.h to be optional when going data driven (#12706)Joel Challis
* 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
2021-04-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-01[Keyboard] Fix bootloader rule for meishi2 keyboard (#12740)k.bigwheel
2021-04-30Merge remote-tracking branch 'origin/master' into developQMK Bot