aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* Add model01 keymap. Change kinesis keeymap.Daniel Schindler2019-07-165-19/+93
|
* Remove unnecessary IS_COMMAND definitions from a couple of boardsKonstantin Đorđević2019-07-165-29/+0
|
* Use led_set_kb instead of led_set_user in melody96.cKonstantin Đorđević2019-07-161-3/+4
|
* Remove more commented out MCUsfauxpark2019-07-162-3/+1
|
* [Keyboard] Add keyboard Naked48 (#6330)Salicylic-acid32019-07-1643-0/+3609
| | | | | | * Add Naked48 * Comment reflected
* Remove the need to specify NUM_OF_ENCODERS for the Encoder feature (#6328)Drashna Jaelre2019-07-1617-24/+5
| | | | | | | | | | | | * 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
* [Keymap] Fix advanced keymap readme and macro function (#6342)Sidney Bovet2019-07-162-4/+2
|
* Align ARM i2c_readReg with AVR (#6314)Joel Challis2019-07-161-2/+2
| | | | | | * Align arm i2c_readReg with avr * Align arm i2c_readReg with avr - fix cannonkeys
* Enable Mousekeys on Corne Keyboard by default (#5893)Drashna Jaelre2019-07-162-25/+2
| | | | | | | | | | | | | | * 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
* Remove commented out MCUs in rules.mk (#5884)fauxpark2019-07-16187-267/+34
|
* Remove/migrate action_get_macro()s from default keymaps (#5625)fauxpark2019-07-15118-1842/+286
| | | | | | * Remove/migrate action_get_macro()s from default keymaps * Leave these breaks alone
* Usbasploader bootloader option addition (#6304)yiancar2019-07-151-3/+1
| | | | | | | | | | | | | | | | | | | | | | * 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>
* QMK CLI and JSON keymap support (#6176)skullydazed2019-07-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* bface refactor (#6333)Drashna Jaelre2019-07-1511-415/+84
|\ | | | | | | | | | | | | | | | | | | * remove custom matrix support * remove custom i2c and led driver * minor cleanups * update readme
| * update readmemechmerlin2019-07-141-1/+3
| |
| * minor cleanupsmechmerlin2019-07-142-11/+5
| |
| * remove custom i2c and led drivermechmerlin2019-07-146-285/+69
| |
| * remove custom matrix supportmechmerlin2019-07-143-119/+8
| |
* | [Keyboard] Add support for XD004 macro keyboard (#6337)Sidney Bovet2019-07-1511-0/+290
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | [Keyboard] add macro pad "Shiro" (#6338)T.Shinohara2019-07-1512-0/+720
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | [Keyboard] new keyboard "angel64" (#6313)kakunpc2019-07-1510-0/+816
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | [Keymap] Fix Comment Styling (#6324)Alex Mayer2019-07-141-14/+14
| |
* | [Keymap] [bface] My custom layout (#6322)Adrian L Lange2019-07-142-0/+170
| |
* | [Keyboard] Added IVY macropad (#6211)That-Canadian2019-07-1411-0/+274
|/ | | | | | | | | | * 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 ;) )
* [Keymap] switch backspace and backslash, updated readme (#6323)William Chang2019-07-132-8/+8
|
* [Keymap] Add workman to my iris keymap (#6319)Sid Carter2019-07-122-12/+39
| | | | | | | | | | * add workman to my iris keymap * updates for readme.md * remove redundant paths * switch up and down
* Switching rgb_config_t to use HSV structRyan Caltabiano2019-07-122-2/+2
|
* [Keyboard] fixed pins for numpad_5x4 layout (#6311)Cody Bender2019-07-122-8/+8
|
* [Keymap] Add missing tap dance action and fix RGB hues in personal keymaps ↵Konstantin Đorđević2019-07-123-5/+4
| | | | | | | | | | | | | | | | (#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
* [Keyboard] Adding KeyHive Maypad (#6287)Cody Bender2019-07-119-0/+529
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* [Keyboard] [runner3680] Fix the number of keys (#6302)omkbd2019-07-1110-30/+39
| | | | | | | | * Fix the number of keys * add RGBLIGHT_LIMIT_VAL * fix RGBLED_NUM and COLS
* [Keyboard] Fix XD96 info.json (#6309)fauxpark2019-07-111-2/+222
| | | | | | | | | | * Fix XD96 info.json * Comma * Another comma Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* [Keyboard] Update Felix keyboard (#6306)fauxpark2019-07-116-54/+257
|
* [Keymap] Balance Twelve / Steno Keymap for Planck (#6283)yttyx2019-07-114-0/+230
| | | | | | | | | | * New keymap. Cursor layer does not work. * Refinements to layout over months of use. * Changes following review. * Changes following review.
* [Keyboard] Add handwired Wulkan keyboard (#6282)Napoleon Wulkan2019-07-118-0/+211
| | | | | | | | | | | | | | | | | | | | * 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
* Add personal KBD67 keymap (#6292)Stevan Milic2019-07-113-0/+104
| | | | | | | | * Add kbdfans/kbd67/hotswap:stevanmilic keymap * Change Fn+H, Fn+L to Ctrl+Left, Ctrl+Right * Add keymap comments
* Fix bug in Mechllama G35 info.json (#6294)noroadsleft2019-07-101-1/+0
|
* QMK Configurator support for NEK Type A (#6295)noroadsleft2019-07-101-0/+101
| | | | | | * QMK Configurator support for NEK Type A * Update labels to match default keymap
* [Keyboard] Enable LTO on Handwired/Promethium to reduce compiled size (#6227)Drashna Jaelre2019-07-091-2/+4
|
* Add G35 keyboard (#6263)Kaylyn Bogle2019-07-0912-0/+257
|
* Use QUANTUM_LIB_SRC for i2c_master.c inclusion (#5617)Drashna Jaelre2019-07-092-7/+3
| | | Using QUANTUM_LIB_SRC prevents the warning when multiple sources add the i2c_master.c file. Boards such as the Ergodox EZ Glow see this warning every time they compile because the board uses the file in general, and because the RGB LED Matrix requires it, as well.
* [Keyboard] Espectro: add LAYOUT_split_bs_joined_right data to QMK ↵noroadsleft2019-07-091-0/+111
| | | | Configurator (#6289)
* [Keyboard] Omnikeyish: fix LAYOUT_101 macro (#6285)noroadsleft2019-07-092-3/+17
| | | | | | * Fix LAYOUT_101 macro * Add default_101 keymap to prove the LAYOUT_101 macro works
* [Keymap] Add personal Wasdat keymap, update other keymaps (#6290)Konstantin Đorđević2019-07-096-22/+113
| | | | | | | | | | | | | | | | * Add wasdat:konstantin keymap TODO: Move it to layouts/ * Use HHKB arrow arrangement for mouse keys on KBD6X * Move KC_APP from Ctrl to M on all boards * Use RCT_RSF on Melody96 * Set TAP_HOLD_CAPS_DELAY to 50 in userspace * Use RSF_RCT instead of RCT_RSF
* [Keymap] Added my own keymap folder (#6261)Jason Krasavage2019-07-083-0/+70
| | | | | | | | | | | | | | | | * added iris rev 3 keymap * stuff * Update config.h * Removed personal mapping folder so that I can branch it * Added personal Iris keymap folder * added enums, removed break after return, and removed line 3 of keymap.c * removed process record function
* [Keymap] Add crkbd/vxid keymap (#6281)vxid2019-07-084-0/+163
|
* mattly's userspace and iris (#6279)Matthew Lyon2019-07-086-176/+96
|
* keymap for idobo (#6250)GreenShadowMaker2019-07-063-52/+42
| | | | | | | | | | | | | | | | | | | | | | | | * greenshadowmaker keymap for idobo xd75 massdrop * remove uneeded config.h * corrected format to match convention instead of xd75 where I accidentally started from * fixed errors and added arrows bottom right to match my other layouts * updated readme * right arrow fix * Update keyboards/idobo/keymaps/greenshadowmaker/keymap.c removing unnecessary part, copied from different keymap Co-Authored-By: fauxpark <fauxpark@gmail.com> * added suggested changes * removed unneded elements
* Noxary 268.2 update (#6254)fauxpark2019-07-067-139/+428
| | | | | | * Fix Noxary 268.2 layout macros & info.json * Update Noxary 268.2 to current QMK code style
* My personal keymap for the Iris Rev3 (#6271)Sid Carter2019-07-064-0/+161
| | | | | | | | | | | | | | | | | | | | | | * updates to my iris keymap * some rational updates to the keymap - let's see how this works * updates to my iris keymap * some rational updates to the keymap - let's see how this works * add mouse keys and remove unused keys and some cleanup * a little bit more cleanup * actually enable mousekeys * fix markdown lint complaints * fix capitalization * changes made per suggestions