summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] 8 pack (#6031)gorbachev2019-06-0115-0/+190
| | | | | | | | | | | | | | | | | | * 8-Pack Macropad * Added MANUFACTUTER to config.h * Fix the mirrored keymaps by creating rev1.1 and rev1.2 layouts, then using them in the keymaps * fixes from code review comments * Use revisions to manage the different layouts for rev1.1 and rev1.2 * Add DEFAULT_FOLDER to fix default build failures * code review comments fixes * code review comments fixes
* [Keyboard] Update Iris Rev 3 QMK-DFU settings (#6050)Danny2019-06-012-3/+3
| | | | | | * Set the correct pinout for Iris Rev 3 QMK-DFU * Set bootloader to QMK-DFU
* [Keyboard] Add support for KBDPAD MKII (#6034)ai032019-06-0110-0/+589
| | | | | | | | | | | | | | | | | | | * Build some testing keymaps * Match naming convention to 8x * Add configurator json * Forgot to build the readme * Apply suggestions from code review Co-Authored-By: Elliot Powell <32494740+e11i0t23@users.noreply.github.com> Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/kbdfans/kbdpad_mk2/rules.mk Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Parameterise STM32 I2C pin modes and timing parameters. (#5671)Nick Brassel2019-06-013-16/+69
| | | | I2C timing parameters were seemingly set up for an STM32F303 target MCU, at a specific clock speed. This commit allows specifying the timing parameters via config.h, allowing other STM32 MCUs to be targeted, potentially at different clock frequencies. Alternate function modes for the I2C pins are now also configurable, allowing for remapping to other pins.
* [Keymap] Xulkal user changes (#6044)XScorpion22019-06-0118-258/+332
| | | | | | | | | | * Xulkal user changes Xulkal user changes * Reduce code duplication * Massive user code refactor
* [Keyboard] Initial firmware and keymaps for the CO60 PCB (#5959)John M Daly2019-06-0133-0/+4253
| | | | | | | | | | | | | | | | | | * Add: Initial firmware and keymaps for the CO60 PCB * Apply suggestions from code review Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> Co-Authored-By: Drashna Jaelre <drashna@live.com> Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update: Address reviewer comments * Apply suggestions from code review Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update: Reviewer changes
* [Keymap] "Cadet-style" keymap + improved LAYOUT macro for melody96 (#5985)zunger-humu2019-06-015-0/+391
| | | | | | | | * [melody96] "Cadet-style" keymap for melody96; LAYOUT macro for hotswap keyboard. * Rename macro. * Fix layer types.
* [Keyboard] Add new keyboard BusinessCard (#6015)kakunpc2019-06-0120-0/+1140
| | | | | | | | | | | | | | * add Business Card * remove helix code * Change rgblight use noeeprom * remove include * Update keyboards/business_card * Forgetting to erase
* [Keyboard] Add support for Soyuz numpad (#6030)ai032019-06-0110-0/+564
| | | | | | | | | | | | | * Generate project, fill in the details * Repair json * Separate keymaps to numpad and all-1U * Apply suggestions from code review Co-Authored-By: Elliot Powell <32494740+e11i0t23@users.noreply.github.com> Co-Authored-By: Drashna Jaelre <drashna@live.com>
* [Keyboard] Add support for KBD8X MKII (#6033)ai032019-06-0120-0/+926
| | | | | | | | | | | | | | | | | | | | | * Begin work * Make things a tad easier to read * Fix spacing * Get things compiling * Build a variety of generic keymaps * Correct RGB pin * Add configurator json * Apply suggestions from code review Co-Authored-By: Elliot Powell <32494740+e11i0t23@users.noreply.github.com> Co-Authored-By: MechMerlin <30334081+mechmerlin@users.noreply.github.com>
* Add additional pins for Teensy 3.x and LCzvecr2019-06-011-0/+2
|
* [Keymap] fixed location of del on fn layer (#6040)Austin Hill2019-06-011-1/+1
|
* [Keymap] add 2 custom leds to handwired/jotanck (#6042)jotix2019-06-015-15/+17
| | | | | | | | | | | | | | * add JOTANCK_LED1&2 * set BACKLIGHT_ENABLE = no * add 2 custom leds * swap custom led pins 1&2 * readme update * update default keymap
* [Keymap] jotix's ortho4x12 layout (#6045)jotix2019-06-012-17/+40
| | | | | | | | | | | | | | | | | | | | | | * jotix ortho 4x12 layout tweaking * tapping toggle -> 2 * leds on/of on layer states * add JOTANCK_LED1&2 * set custom leds on layers * bug fix * bug fix * rearrange layers * leds on layers bug fixed * leds working
* [Docs] Update getting_started_introduction.md (#6037)Elliot Powell2019-05-311-1/+7
| | | | | | | | | | | | | | | | | | | | * Update getting_started_introduction.md * Update docs/getting_started_introduction.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update docs/getting_started_introduction.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update docs/getting_started_introduction.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update docs/getting_started_introduction.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Initial attempt to fix docker creating files as rootzvecr2019-05-312-2/+2
|
* [Keyboard] Remove relative location of i2c master/slave as it causes the ↵zvecr2019-05-314-4/+4
| | | | build to write to a folder outside of qmk_firmware (#6039)
* [Keyboard] YMD96 refactor (#5472)noroadsleft2019-05-314-197/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove JJ50 data from YMD96 JJ50 was actually added as its own keyboard when this was added in #2546. It should have been taken out then, but wasn't. * Update ymd96.h - use #pragma once include guard - remove redundant file includes * Update LAYOUT_iso macro to K<row><col> notation * Update LAYOUT_custom macro to K<row><col> notation * Update LAYOUT_default macro to K<row><col> notation * Refactor default keymap * Rename readme file to lowercase * Rename layers enum and default layer - renamed layers enum to layer_names - proposed by fauxpark in Issue 5977, and I like the idea - https://github.com/qmk/qmk_firmware/issues/5977#issuecomment-495924338 - renamed the base layer to _DEFAULT - I think it looks nicer.
* Update reference_configurator_support.mdElliot Powell2019-05-311-1/+1
| | | We no longer auto generate bootloader into info.json through the website therefore this can be removed
* Use qmk docker image for travis CI buildszvecr2019-05-314-21/+22
|
* [Keyboard] Remove file with same name and different case (#6028)Alex Speller2019-05-302-15/+2
|
* [Keyboard] Fix json for NK65 (#6026)yiancar2019-05-301-1/+1
|
* [Keymap] added hhkb layout for tada68 (#6027)Austin Hill2019-05-304-0/+22
|
* [Keymap] Added keymap for user jasondunsmore (#6023)Jason Dunsmore2019-05-304-0/+183
|
* [Keyboard] Fix jc65 when RGB or BACKLIGHT disabled (#6022)Peter Tillemans2019-05-301-2/+8
|
* Update feature_encoders.mdElliot Powell2019-05-301-1/+1
| | | Fix missing closing comment after second encoder
* Copy avr teensy flash logic to arm (#6016)zvecr2019-05-301-0/+13
|
* [Keyboard] E6V2 R2 BMC PCB (#6009)MechMerlin2019-05-2910-0/+884
| | | | | | | | | | | | | | | | | | * initial commit * remove mentions of oe and replace with le * add new layout macros with the spacebar change * add rgb underglow support * Update keyboards/exclusive/e6v2/le_bmc/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/exclusive/e6v2/le_bmc/readme.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Add belgian layout for sendstring (#6008)Kimat Boven2019-05-291-0/+94
| | | | | | | | | | | | | | | | * belgian layout had no sendstring definition * backtick was not defined for belgian sendstring * slash definition was wrong for belgian sendstring Co-Authored-By: fauxpark <fauxpark@gmail.com> * use BE_ keys whenever we can Co-Authored-By: fauxpark <fauxpark@gmail.com> * ^ can be sent as a normal key (not a dead key) with altgr+para
* [Keyboard] Added XW60 PCB (#6011)itsdrdick2019-05-2910-0/+381
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added XW60 PCB * Update keyboards/xw60/config.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/xw60/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/xw60/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/xw60/xw60.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/xw60/xw60.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/xw60/xw60.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update rules.mk * Removed redundant line * Update keyboards/xw60/config.h Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/xw60/readme.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* [Keymap] Georgi flippydippy layout (#6005)Jeremy Bernhardt2019-05-297-3/+290
| | | | | | | | * keymap(gergo): colemak * added flipped numbers * Updated as per Drash
* Fix TO() and DF() calling layer_state_set_[kb,user] twice (#6003)fauxpark2019-05-291-2/+2
|
* Update 333fred keymaps and add new iris map. (#6010)Fred Silberberg2019-05-2911-255/+195
| | | | | | * Update 333fred keymaps and add new iris map. * Fix iris key
* [Keyboard] Changed LED positions for Massdrop CTRL and DZ60RGB (#5801)M-AS2019-05-282-21/+22
| | | | | | | | | | | | | | * changed rgb positions and modifiers within RGB matrix thing for CTRL and DZ60RGB * changed CTRL corner LEDs + centered horizontally * whoops - changed CTRL's underglow LEDs back to the underglow flag * whitespace * I changed the right file this time * Fixed DZ60RGB left shift out of position
* [Keyboard] Add support for AKB boards (#5996)Elliot Powell2019-05-2814-0/+634
| | | | | | | | | | * Move boards to akb folder * Updates for PR * fix for PR * Fix info.json
* Duck Octagon V1 Configurator cleanup (#5957)noroadsleft2019-05-283-19/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Expand info.json formatting to one line per key This is a white-space-only change. Make it easier for me to read the file. * Make sure every key object has a label Going to be using them shortly. * Insert key identifiers from v1.h into info.json labels Shows where each key is located in the switch matrix. * Move K5O to its correct location on the top row * Adjust white space in v1.h At this point, the macros for LAYOUT and LAYOUT_75_ansi are 100% identical, except for their names. * Redefine LAYOUT_75_ansi as an alias of LAYOUT No need for two code blocks with the same data. * Correct visual positioning in info.json - move Pause 1u to the right - move K5O to the top row, between Print Screen and Pause - move Enter key 1u to the left and 1u wider (1.25u to 2.25u) * Delete key identifiers from info.json labels Don't need them anymore now that we know where everything is. I'm calling K5O as ScrLk so it has a label, even though that's not actually what it is. Also gave the Spacebar a label because I prefer when all the keys have labels. * Enable 75_ansi Community Layout support * Reassign layout macro as LAYOUT_75_ansi and delete macro alias Configure the codebase so LAYOUT_75_ansi is the only layout macro available. * Add key_count key to info.json data
* Fixing matrix_scan so it properly returns changed statusRyan Caltabiano2019-05-281-1/+1
|
* Clean up duped filenames om qmk.fm (#5822)Mikkel Jeppesen2019-05-281-2/+23
| | | Removes all binaries that don't correspond to an entry in the .keyboards file
* [Keyboard] Merge Commissions to repo (#5995)Elliot Powell2019-05-2821-0/+1545
| | | | | | | | | | | | * Moved commisions to one folder * Update keyboards/ep/comsn/hs68/config.h Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Resolve merge issues * Fix comiplation issues
* [Keyboard] add geekboards 8key macro-pad tester (#5940)moyi46812019-05-286-0/+208
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add geekboards 8key macro-pad tester * Update readme.md * Update keyboards/geekboards/tester/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/geekboards/tester/keymaps/default/keymap.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/geekboards/tester/keymaps/default/keymap.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/geekboards/tester/keymaps/default/keymap.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/geekboards/tester/keymaps/default/keymap.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keymap.c * Update keyboards/geekboards/tester/readme.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/geekboards/tester/readme.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/geekboards/tester/readme.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/geekboards/tester/readme.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/geekboards/tester/readme.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update readme.md * Update tester.c * Update keyboards/geekboards/tester/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/geekboards/tester/rules.mk Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/geekboards/tester/keymaps/default/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/geekboards/tester/keymaps/default/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com>
* [Kenyboard] Add ansi_split_space_rshift layout to DZ60 (#6004)Klemen Košir2019-05-284-1/+52
| | | | | | | | * [DZ60] Add ansi_split_space_rshift layout * [DZ60] Add kream keymap * Revert spacebar sizes
* [Keyboard] Add keyboard Moon (#5976)Mathias Andersson2019-05-2824-0/+1231
|
* Waldo LAYOUT_60_hhkb bugfix (#6000)noroadsleft2019-05-281-34/+34
| | | | | | | | | | | | | * Fix typo in LAYOUT_60_hhkb macro Reported by Sushiimi - https://github.com/qmk/qmk_configurator/issues/376 * Unify white space Tabs and spaces were being mixed for indenting. No logic change.
* [Keymap] Add lets_split keymap (#5992)Tyler Wince2019-05-273-0/+281
| | | | | | | | | | | | | | | | | | | | | | | | | | * tylerwince keymap added * modifications for PR * remove legacy import * fix some build errors * fix layers * restore custom_keycodes * remove trailing commas * change persistent layer function * update light noeeprom * layer state set user * missing trailing " * changes to single_default_layer
* [Keymap] Updated personal keymaps (#5993)M-AS2019-05-275-20/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added personal CTRL keymap * added personal dz60rgb keymap * enabled new rgb effect * added space cadet shift * media player track buttons now orange * updated keymaps with rgb setting and visual HSV setting preview * fixed source stuff? * added support for underglow toggle (bugged to all hell) * everything now behaves as expected when ti comes to RGB toggles, thank god * removed ifdefs * changed color of MAS_CRM * uh, whitespace * changed rgb positions and modifiers within RGB matrix thing for CTRL and DZ60RGB * updated keymap to work kindof * KEYMAP: changed list of rgb effects * changed CTRL rgb defaults * KEYMAP: new LED layout for ctrl
* [Keymap] Added french Bépo support on Ergo42 keeb (#5986)Gaëtan Ark2019-05-262-0/+72
| | | | | | | | * Added french Bépo support on Ergo42 keeb * Fixed some typos * Removed a unused include
* [Keyboard] adds spacetime keyboard (#5969)Kyle Terry2019-05-2617-0/+856
| | | | | | | | | | | * adds spacetime keyboard * removes custom tap and mod functions this commit replaces tap_key, control_key and shift_key with built-in tap_code16. * changes thumb layer and makes left palm key ralt
* [Keymap] jotix ortho_4x12 layout change (#5979)jotix2019-05-263-156/+12
| | | | | | | | * jotix ortho_4x12 layout change * simplifying things * simplifying things
* Add Solus support to linux_install.sh scriptchax2019-05-261-0/+1
| | | | added update-repo command before install command
* Add Solus support to linux_install.sh scriptchax2019-05-261-0/+21
|