summaryrefslogtreecommitdiff
path: root/keyboards
AgeCommit message (Collapse)Author
2019-07-20[Keymap] Add Colemak to existing fc660c keymap (#6374)Sid Carter
* consistent enums * add colemak to another layer for fun * update readme * consistent enums * add colemak to another layer for fun * update readme
2019-07-20[Keyboard] Refactor handwired/splittest to support multiple boards (#6373)Joel Challis
* Refactor splittest to support multiple dev boards * Refactor splittest to support multiple dev boards - revert change to number of RGB led * Refactor splittest to support multiple dev boards - update docs * Refactor splittest to support multiple dev boards - correct docs * Refactor splittest to support multiple dev boards - update teensy master logic
2019-07-20[Keyboard] Grid 600 Type 05 "PRESS" Cover Module (#6368)MechMerlin
* add grid600 type 5 press cover module * Update keyboards/grid600/press/keymaps/default/keymap.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * remove unused custom keycode enum
2019-07-20[Keyboard] leds in default keymap (#6357)jotix
2019-07-20Fix Numbrero Handwired make example in readmenoroadsleft
2019-07-19Melody96 Configurator updates and minor refactoring (#6365)noroadsleft
* Add Configurator layout data for LAYOUT_hotswap * Add LAYOUT_std60_split_num0 Requested by 李小安#9728 on QMK Discord. Standard 60% ANSI layout for the alphanumeric region, with a split-0 Numpad. Includes a sample keymap. * Update Docs links on readme * Change melody96.h to use #pragma once include guard * Change config.h to use #pragma once include guard * Add readme for default_std60_split_num0 keymap
2019-07-18Tidy up ALF X1.1 (#6367)fauxpark
* Tidy up ALF X1.1 * Correct x positions * 4 spaces * Remove a stray TRNS key
2019-07-18simple readme fixmechmerlin
2019-07-18Print Screen and Pause placement swap (#5981)trinity1561
* Update x11.h The original json file that was given by the designer was incorrect. The Print Screen and Pause button is swapped. * Update space65.c Fixing the Caps Lock LED. * Revert "Update space65.c" This reverts commit 1f5de1abaefadd2e54259999a29bab501da5f67a.
2019-07-18[Keyboard] Add 6macro keyboard (#6362)Joao Maia
* Initial commit for 6macro firmware * Updated layout documentation * Removed unused commented code
2019-07-18Add more layouts for the ergodash (#6336)Fred Silberberg
2019-07-18Add prime_e keymap (#6350)Ethan Madden
2019-07-17Allow userspace the opportunity to handle keycodesjshuf
2019-07-17cleanup and start sound (#6353)dsanchezseco
2019-07-16Add model01 keymap. Change kinesis keeymap.Daniel Schindler
2019-07-16Remove unnecessary IS_COMMAND definitions from a couple of boardsKonstantin Đorđević
2019-07-16Use led_set_kb instead of led_set_user in melody96.cKonstantin Đorđević
2019-07-16Remove more commented out MCUsfauxpark
2019-07-16[Keyboard] Add keyboard Naked48 (#6330)Salicylic-acid3
* Add Naked48 * Comment reflected
2019-07-16Remove the need to specify NUM_OF_ENCODERS for the Encoder feature (#6328)Drashna Jaelre
* Remove the need to set NUM_OF_ENCODERS Instead, calculate the size of the array, and use that instead * Add hack for split common support * Remove NUM_OF_ENCODERS from keyboard config Can be reverted, if needed
2019-07-16[Keymap] Fix advanced keymap readme and macro function (#6342)Sidney Bovet
2019-07-16Align ARM i2c_readReg with AVR (#6314)Joel Challis
* Align arm i2c_readReg with avr * Align arm i2c_readReg with avr - fix cannonkeys
2019-07-16Enable Mousekeys on Corne Keyboard by default (#5893)Drashna Jaelre
* Enable Mousekeys on Corne Keyboard by default For Tessachka and Configurator support * ENable for default image too * Remove most of rules.mk for default keymap * make sure rgblight is enabled by default from default keymap
2019-07-16Remove commented out MCUs in rules.mk (#5884)fauxpark
2019-07-15Remove/migrate action_get_macro()s from default keymaps (#5625)fauxpark
* Remove/migrate action_get_macro()s from default keymaps * Leave these breaks alone
2019-07-15Usbasploader bootloader option addition (#6304)yiancar
* Added USBasp bootloader option for USBasploader * author comment * ifdef fix :) * Add usbasp target * Update docs/flashing.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update docs/flashing.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update docs/flashing.md Co-Authored-By: fauxpark <fauxpark@gmail.com>
2019-07-15QMK CLI and JSON keymap support (#6176)skullydazed
* Script to generate keymap.c from JSON file. * Support for keymap.json * Add a warning about the keymap.c getting overwritten. * Fix keymap generating * Install the python deps * Flesh out more of the python environment * Remove defunct json2keymap * Style everything with yapf * Polish up python support * Hide json keymap.c into the .build dir * Polish up qmk-compile-json * Make milc work with positional arguments * Fix a couple small things * Fix some errors and make the CLI more understandable * Make the qmk wrapper more robust * Add basic QMK Doctor * Clean up docstrings and flesh them out as needed * remove unused compile_firmware() function
2019-07-15bface refactor (#6333)Drashna Jaelre
* remove custom matrix support * remove custom i2c and led driver * minor cleanups * update readme
2019-07-15[Keyboard] Add support for XD004 macro keyboard (#6337)Sidney Bovet
* Add support for XD004 Also applying the following suggested edits: Add hardware availability link in readme Co-Authored-By: Drashna Jaelre <drashna@live.com> Enable lite bootmagic Co-Authored-By: Drashna Jaelre <drashna@live.com> Remove commented out MCU Co-Authored-By: fauxpark <fauxpark@gmail.com> * Add more ellaborate keymap Correcting usage of tap_code_16 for modified key, thanks to @drashna * Add information about bootloader type Co-Authored-By: Drashna Jaelre <drashna@live.com>
2019-07-15[Keyboard] add macro pad "Shiro" (#6338)T.Shinohara
* add keyboard new macro pad "Kuro" * change main readme.md * remove not used code from default/keymap.c * Remove unnecessary code * Supports info.json * removed back slash and not used functions. * update at product link. add japanese messages.
2019-07-15[Keyboard] new keyboard "angel64" (#6313)kakunpc
* set template * set Duplex Matrix * fix layout * set default keymap * fix indent * remove muhen * Update keyboards/angel64/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com>
2019-07-14[Keymap] Fix Comment Styling (#6324)Alex Mayer
2019-07-14[Keymap] [bface] My custom layout (#6322)Adrian L Lange
2019-07-14[Keyboard] Added IVY macropad (#6211)That-Canadian
* Added initial files for the Adron 3-key macro pad * Refactor of "adron_pad" to "ivy", cleaned up the readme and removed un-needed keymap as well. * Made suggested changes to commit for PR * Removed unneeded define block from SUBPROJECT_rev1 as it is redundant (Thanks drashna ;) )
2019-07-14update readmemechmerlin
2019-07-14minor cleanupsmechmerlin
2019-07-14remove custom i2c and led drivermechmerlin
2019-07-14remove custom matrix supportmechmerlin
2019-07-13[Keymap] switch backspace and backslash, updated readme (#6323)William Chang
2019-07-12[Keymap] Add workman to my iris keymap (#6319)Sid Carter
* add workman to my iris keymap * updates for readme.md * remove redundant paths * switch up and down
2019-07-12Switching rgb_config_t to use HSV structRyan Caltabiano
2019-07-12[Keyboard] fixed pins for numpad_5x4 layout (#6311)Cody Bender
2019-07-12[Keymap] Add missing tap dance action and fix RGB hues in personal keymaps ↵Konstantin Đorđević
(#6312) * Add missing TD_RSF_RCT tap dance * Use standard QMK HSV and RGB structs, fix Godspeed colors * Move PROGMEM after the type in RGB intervals * Add MODERN_DOLCH_RED color, use it on KBD6X * Use 255 instead of RGBLIGHT_LIMIT_VAL in color definitions * Remove IS_COMMAND override on Whitefox
2019-07-11[Keyboard] Adding KeyHive Maypad (#6287)Cody Bender
* added files for KeyHive Maypad * updated maypad files and moved honeycomb inside keyhive dir * fixed file paths, incorporated changes with fauxpark's suggestions, undid honeycomb move * updated with fixes from PR * added new lines to end of honeycomb files to fix compiling * Updated info.json to match the macro name from maypad.h Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * reordered layout in info.json Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * removed KEYMAP from maypad.h Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * removed extraneous keymap files * pulled qmk/master for honeycomb * added ortho_5x4 and keymap cleanup * matched identities in maypad.h * added bootmagic functionality to maypad * changed bootmagic to lite
2019-07-11[Keyboard] [runner3680] Fix the number of keys (#6302)omkbd
* Fix the number of keys * add RGBLIGHT_LIMIT_VAL * fix RGBLED_NUM and COLS
2019-07-11[Keyboard] Fix XD96 info.json (#6309)fauxpark
* Fix XD96 info.json * Comma * Another comma Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
2019-07-11[Keyboard] Update Felix keyboard (#6306)fauxpark
2019-07-11[Keymap] Balance Twelve / Steno Keymap for Planck (#6283)yttyx
* New keymap. Cursor layer does not work. * Refinements to layout over months of use. * Changes following review. * Changes following review.
2019-07-11[Keyboard] Add handwired Wulkan keyboard (#6282)Napoleon Wulkan
* added handwired keyboard wulkan * added info.json for qmk configurator * fixed spelling * enum dont need to be assigned to zero * removed cflag from readme * updated rules.mk * removed unneeded rows from config * moved unicode to keymap conf * fix adjust layer and comments for keymap
2019-07-11Add personal KBD67 keymap (#6292)Stevan Milic
* Add kbdfans/kbd67/hotswap:stevanmilic keymap * Change Fn+H, Fn+L to Ctrl+Left, Ctrl+Right * Add keymap comments