summaryrefslogtreecommitdiffstats
path: root/keyboards
AgeCommit message (Collapse)AuthorFilesLines
2018-12-10Fix the LFKeyboards so they work with the QMK Configurator (#4591)Drashna Jaelre17-124/+143
* Make layer_info weak so it works with QMK Configurator * Fix lfk87 compile issue * Add fixes for lfkpad
2018-12-10Bringing Massdrop keyboard hardware configuration to keyboard level (#4593)patrickmt4-10/+104
MCU Pins for debugging, LED, boot tracing, and shift registers are now configurable at keyboard level. Macros led_* replaced by DBG_LED_* Macros m15_* replaced by DBG_1_* Macros m27_* replaced by DBG_2_* Macros m28_* replaced by DBG_3_* For CTRL and ALT keyboards, debug boot tracing pin default now set to pad M27 instead of M28 since although M28 is not being used, it is technically a signal for USB port detection. m15_print(...) renamed to dbg_print(...) to get away from hard coded port names. dbg_print function now follows similar pattern to debug led output.
2018-12-10Keyboard: Added RGB toggle and cycle to default KDB6x mapping. (#4592)Michael1-1/+1
* Added RGB toggle and cycle to default mapping. This is present on layouts on 'http://qmkeyboard.cn/' but not here. * Added addition keycodes for hue/sat/val.
2018-12-10handwired/onekey Refactor and readme update (#4590)noroadsleft3-4/+15
* handwired/onekey: refactor - keyboard now uses a layout macro - keymap now uses #include QMK_KEYBOARD_H * handwired/onekey: readme update Updated Docs links.
2018-12-10handwired/nicekey Refactor and readme cleanup (#4588)noroadsleft3-4/+15
* handwired/nicekey: refactor Now uses a layout macro. * handwired/nicekey: readme cleanup - linked maintainer's GitHub account - updated Docs links
2018-12-10Fixed lack of semi colon. (#4587)Vyolle1-8/+8
2018-12-09Keymap: Fixed a problem with underglow with froggy keymap (#4580)MakotoKurauchi1-5/+25
2018-12-09Keymap: Keymap update (#4579)zer091-2/+22
* Add YREG keycode * Add GM layer * Set tapping term to 105 * update tapping term
2018-12-08Keymap: Modified like-jis keymap for crkbd (#4577)marksard5-136/+304
2018-12-08Removed mousekeys. Added Levinson Steno keymap. (#4574)Vyolle4-9/+198
* Changed location of mouse 3, and arrow keys * Removed MouseKeys. Added Levinson Layout
2018-12-08AJP10304 Planck layout, add LAYOUT_planck_grid (#4575)ajp103042-82/+81
2018-12-08handwired/MS_sculpt_mobile Refactor, Configurator and cleanup (#4576)noroadsleft22-216/+274
* handwired/MS_sculpt_mobile: refactor - layout macro KEYMAP renamed to LAYOUT - layout macro MATRIX_TESTING_KEYMAP renamed to MATRIX_TESTING_LAYOUT * handwired/MS_sculpt_mobile: Configurator support * handwired/MS_sculpt_mobile: readme cleanup * handwired/MS_sculpt_mobile: rename folder Renamed the directory to fully lowercase. * handwired/MS_sculpt_mobile: rename keyboard files Renamed the keyboard core files to fully lowercase. * handwired/ms_sculpt_mobile: keymap readme cleanup Capitalization fixes because I'm that guy. * handwired/ms_sculpt_mobile: keymap config.h fixes Keymap config.h files updated to use #pragma once * handwired/ms_sculpt_mobile: updated paths Fixing path references due to rename.
2018-12-07Keymap: Updated keymap with better F positioning (#4463)Nico Hormazábal2-56/+54
* added own keymap for planck * Update Readme.md * Update Readme.md * Update Readme.md * Update Readme.md * Update Readme.md * dynamic macros * Update Readme.md * moved the reset button * Update readme for volume explanation * Format * Update Readme.md * Update Readme.md * added safe double shift * changed the modified shift to regular shift, for allowing shift + F keys * moved power stuff to the function layer * del button on raise * Update Readme.md * updated F keys * Update Readme.md * Update Readme.md * moved F keys * fixed conflicts * missed something * moved F11 and F12 * Update layout in the image * Update keyboards/planck/keymaps/dr_notsokind/keymap.c Co-Authored-By: pnikosis <pnikosis@gmail.com> * Apply suggestions from code review Co-Authored-By: pnikosis <pnikosis@gmail.com>
2018-12-07Keyboard: handwired/minorca Refactor, Configurator support and readme ↵noroadsleft5-108/+123
cleanup (#4571) * handwired/minorca: refactor - Refactored keymaps to use a layout macro, which was added to minorca.h. - keymaps now use QMK_KEYBOARD_H include - removed redundant KC_TRNS and KC_NO definitions - rgb keymap refactor to use QMK core layer switching and Mod-Tap keycodes * handwired/minorca: Configurator support * handwired/minorca: readme cleanup Restructure readme file to current QMK template.
2018-12-07Keymap: adding ishtob's keymap to hadron ver3 (#4570)ishtob3-0/+232
2018-12-07Add levinson keymap for user 'drogglbecher' (#4566)Sebastian Spieß3-0/+103
* Add levinson layout for drogglbecher * Add tab to layer 0 * Change OS key to ALT * Remove unnecessary KC_TRNS define Co-Authored-By: Drogglbecher <code@sebastian-spiess.de>
2018-12-071up60hse: Make Keymap Rows Match Keyboard Row Layout (#4564)Alex Mayer1-23/+15
Remove unused process_record_user function
2018-12-07crd alps64 updates (#4565)Jason Thigpen3-29/+30
* Update alps64 aek layout to work I tried using the layout provided with my alp64 board in AEK configuration, but keys weren't mapping correctly until I made this fix. * Update crd's alps64 aek keymp to match other boards (inspired by mechmerlin) * Fix minor whitespace issue
2018-12-07Keyboard: Palm serial keyboard USB converter (#4485)milestogo7-0/+772
* Initial palm_usb support * removing left over sun .c file * fixing licenses * actually adding updated files * fixing build error * more include cleanup
2018-12-07handwired/gamenum Refactor, Configurator support and readme cleanup (#4563)noroadsleft4-94/+103
* handwired/gamenum: refactor - layout macro KEYMAP renamed to LAYOUT - white space changes for alignment - default keymap - now uses #include QMK_KEYBOARD_H - updated layout macro names - white space changes (for readability) * handwired/gamenum: Configurator support * handwired/gamenum: readme cleanup - renamed file to lowercase - updated to match current QMK template more closely - edits to reflect the other changes in this PR
2018-12-06Allow HS60 to use Community Layouts (#3862)Drashna Jaelre3-2/+10
* Add layout support to HS60 * Update Readme for HS60 * Remove defective code * Clean up readme * Fix typo
2018-12-06handwired/frenchdev Refactor, Configurator support and readme cleanup (#4561)noroadsleft4-17/+129
* handwired/frenchdev: refactor - layout macro KEYMAP renamed to LAYOUT - default keymap - now uses #include QMK_KEYBOARD_H - updated layout macro names * handwired/frenchdev: Configurator support * handwired/frenchdev: readme cleanup Capitalization and markdown formatting fixes.
2018-12-06Sol rev1 Configurator support (#4562)noroadsleft1-0/+91
Adds Configurator support for the Sol rev. 1 by RGBKB. Notes: The Sol keyboard supports split thumb keys like the Ergodox - any of the 2u thumb keys can be split into two 1u keys. The matrix here is configured for fully 1u keys on the thumbs. The Sol also supports installing a rotary encoder on each half. The key matrix given includes the encoders' functions, which are shown in the Configurator as two 1u keys side by side below each half's main key block. The left key of the two (for each side) represents that half's rotary encoder's counter-clockwise function, and the right key is that encoder's clockwise function.
2018-12-06Keyboard: Fixing spelling, updating code, finalizing keymap for Dichotomy ↵Snipeye10-495/+651
(#4539) * Fixing spelling, updating code, finalizing keymap for Dichotomy * Fixing requested changes in PR * Further PR-requested changes for convention * Making macros functionable, removing unecessary defs * Fixing keymap to properly use previously-changed macros
2018-12-06Keyboard: handwired/fivethirteen Refactor, Configurator support, and readme ↵noroadsleft5-55/+105
cleanup (#4559) * handwired/fivethirteen: refactor - Layout macro KEYMAP renamed to LAYOUT - Default keymap - now uses #include QMK_KEYBOARD_H - Removed redundant KC_TRNS definition - Removed deprecated fn_actions and action_get_macro functions. * handwired/fivethirteen: Configurator support * handwired/fivethirteen: readme cleanup Restructured readme file to be closer to current QMK template. Couldn't find a photo of an assembled fivethirteen, so deleted the reference to the photograph. Renamed to readme.md
2018-12-06Keyboard: Configurator support for handwired/dactyl_manuform (#4558)noroadsleft5-0/+377
* handwired/dactyl_manuform/4x5: Configurator support * handwired/dactyl_manuform/4x6: Configurator support * handwired/dactyl_manuform/5x6: Configurator support * handwired/dactyl_manuform/5x7: Configurator support * handwired/dactyl_manuform/6x6: Configurator support
2018-12-06Keymap: Updated files to work with Planck Rev. 6 (#4552)Ivan Choi3-182/+124
* Update to work with Planck Rev. 6 Still something that needs to be worked with under keymap.c Qwerty layer tap-toggle function seems to be a little laggy? Not instantaneous * Changes Deleted some unneeded lines * deleting unneeded lines
2018-12-06Keymap: Jtcarrasco (#4513)jtcarrasco8-0/+249
* my XD75 builds for idobo and XD75 these are my xd75 layouts for the 2 versions of the board * clearing of free space spring cleaning * additional cleaning more spring cleaning * removed lighting commands don't need lighting on the idobo board so removal of such commands to keep the sizing down * update for readme.md * Update config.h * commiting with keymap erros on idobo for review * syntax fix for idobo and xd75 revok75, addition of del key switch on fn layer * config edit to config user and keymap QMK_KEYBOARD_H * update to vol controls for both idobo and xd75 for revok75 keymap * filename changes
2018-12-05Keyboard: Initial i75 port (#4553)zvecr17-0/+730
* Initial i75 port - currently supporting promicro and teensy2 * Initial i75 port - review fixes
2018-12-05Keyboard: Fixes for superseded audio and default layer functionality (#4557)zvecr3-71/+15
2018-12-05Changed location of mouse 3, and arrow keys (#4556)Vyolle1-4/+4
2018-12-05Keyboard: Refactor lets split to use split common code (#4536)zvecr19-1107/+19
* Refactor lets split to use split common code * Refactor lets split to use split common code * Build fixes for OLED_sample keymap * Build fixes for OLED_sample keymap - attempt to reduce firmware size
2018-12-05Keyboard: Updated sixshooter keyboard to move LED macros into the default ↵Nicholas Shaff3-34/+35
keymap. (#4428)
2018-12-05Keymap: Preonic kuatsure updates 2018-Nov (#4500)Jarrett Drouillard3-24/+34
* preonic-kuatsure: ctrl / esc in one key + hello ` again * preonic-kuatsure: remove esc on lower * preonic-kuatsure: programmy macros * user-kuatsure: turn off console all the time * preonic-kuatsure: auto shift, but only for numbers * preonic-kuatsure: remove programmery macros * preonic-kuatsure: move braces, parens, etc over to raise backwards compat move &*() on lower * preonic-kuatsure: stop with the full rep of game layer
2018-12-05Keyboard: Add dz60 tsangan hhkb (#4529)Jason Thigpen4-19/+84
* Add tsangan bottom row hhkb layout for dz60 * Add crd's tsangan hhkb layout for dz60 * Resort to native key aliases when they exist * Update crd's dz60 ansi keymap to match updates for hhkb fn layer * Add tsangan hhkb layout to dz60 info.json for KLE * Fix JSON nesting in dz60 layouts block * Minor adjustments to crd layouts to make them more consistent * Update layout naming to 60_tsangan_hhkb
2018-12-05Keymap: Wanleg layout updates (#4550)wanleg3-0/+114
* config fixes (including for issue #3678) * put back audio * jj40 backlighting setup * jj40 backlighting setup * rules.mk fix * jj40 backlighting settings * iris setup * iris setup * iris setup * iris setup * iris setup - onehand * remove commented-out section * edits due to #4403 * xd75 testing * fix 5x15 layout issues with 5x5 bluetooth & xd75 * commenting out unused placeholders * change iris to more wanleg-like 4x12 layout * formatting changes * onehand layout cleanup/fix * revert temp change
2018-12-05Keyboard: Initial nori port (#4542)zvecr12-0/+796
* Initial nori port * ortho_4x4 layout and RGB fixes * Review fixes for superseded audio and default layer functionality
2018-12-05Major revisions, focused on streamlining and useability (#4554)Vyolle3-55/+31
2018-12-05Keymap: Hacker Dvorak (#4514)Ismael Venegas Castelló9-0/+992
* Hacker Dvorak Programmer Dvorak based layout for the Ergodox EZ. * Address drashna comments. * Fix RGB and drop OSL for MO. * Add gulp file to automate development. * Fix gulpfile. * Caps, num and scroll lock indicators. * Fix scroll lock.
2018-12-05Keyboard: Add new keyboard "Sol" from RGBKB (#4497)Legonut35-0/+3838
* Add final RGBKB Sol firmware * Apply suggestions from code review Apply most of the changes noroadsleft has suggested Co-Authored-By: Legonut <legonut3@gmail.com> * Cleanup readme * Cleanup keymaps per @noroadslefts suggestions * Remove eeproms, use set_single_persistent_default_layer * Suggestions from @noroadsleft and @drashna some small cleanup * Change RGB_SMOD to RGB_RMOD * fix RGB_SMOD * Apply suggestions from code review Remove redundant lines Co-Authored-By: Legonut <legonut3@gmail.com>
2018-12-04Invalid JSON (#4547)Yan-Fa Li1-1/+1
2018-12-04Keymap: Ergodox EZ: Clean Up Keymap Array Alignment (#4545)Alex Mayer1-59/+56
Remove layer name comments, they are above the visual layout Remove comments explaining things that are documented in qmk docs
2018-12-04adding Hadron v3 keyboard, QWIIC devices support, haptic feedback support ↵ishtob37-289/+3663
(#4462) * add initial support for hadron ver3 * add initial support for hadron ver3 * pull qwiic support for micro_led to be modified for use in hadron's 64x24 ssd1306 oled display * initial work on OLED using qwiic driver * early work to get 128x32 oled working by redefining qwiic micro oled parameters. Currently working, but would affect qwiic's micro oled functionality * moved oled defines to config.h and added ifndef to micro_oled driver * WORKING :D - note, still work in progress to get the start location correct on the 128x32 display. * added equation to automatically calculate display offset based on screen width * adding time-out timer to oled display * changed read lock staus via read_led_state * lock indications fixes * Added scroll lock indication to oled * add support for DRV2605 haptic driver * Improve readabiity of DRV2605 driver. -added typedef for waveform library -added unions for registers * Update keyboards/hadron/ver2/keymaps/default/config.h Co-Authored-By: ishtob <ishtob@gmail.com> * Update keyboards/hadron/ver2/keymaps/default/config.h Co-Authored-By: ishtob <ishtob@gmail.com> * Update keyboards/hadron/ver2/keymaps/default/config.h Co-Authored-By: ishtob <ishtob@gmail.com> * Update keyboards/hadron/ver2/keymaps/default/config.h Co-Authored-By: ishtob <ishtob@gmail.com> * Fixes for PR * PR fixes * fix old persistent layer function to use new set_single_persistent_default_layer * fix issues with changing makefile defines that broken per-key haptic pulse * Comment fixes * Add definable parameter and auto-calibration based on motor choice
2018-12-04Keymap: adding my keymap primarily to iris (#4541)VM4-0/+246
2018-12-04Keymap: Fixed include statement in my Let's Split keymap. (#4543)Luciano Malavasi1-1/+1
* keymap + alpha * some fixes * keymap + alpha * some fixes * drashna changes * linked main Alpha repo in keyboards/alpha readme * missed a spot * there's another function called FUNC lol * keymap + alpha * some fixes * keymap + alpha * drashna changes * Fixed include * Revert "Fixed include" This reverts commit ea92f261f86d8433eab313cde498adca1682a006. * messed up my git, fixed include
2018-12-03Add edvorakjp kepmap for crkbd (#4537)epaew6-0/+341
* edvorakjp layout for crkbd * bugfix of edvorakjp QMK cannot send keycode that doesn't exists on new layer.
2018-12-02Keyboard: handwired/atreus50 Refactor, Configurator support, and readme ↵noroadsleft5-101/+134
cleanup (#4530) * handwired/atreus50: refactor - layout macro renames: - KEYMAP is now LAYOUT - COMPACT_KEYMAP is now LAYOUT_kc - keymap updates: - both keymaps now use #include QMK_KEYBOARD_H - removed redundant KC_TRNS and KC_NO definitions - default keymap now uses LAYOUT macro instead of LAYOUT_kc * handwired/atreus50: readme cleanup Reformatted the readme to be more closely aligned to current QMK template, and fixed some typos/grammar. * handwired/atreus50: Configurator support
2018-12-02Keyboard: Enable Lights by Default for Kira 75 (#4527)MechMerlin1-2/+3
* enable rgb underglow and backlights by default for use with QMK Configurator * disable mousekeys
2018-12-02Keyboard: Add HHKB layout support to the DO60 (#4526)MechMerlin4-8/+29
* add 60_hhkb support * add qmk configurator support for the new 60_hhkb layout * allow community layout support for the 60_hhkb * fixup readme to adhere to new QMK standards
2018-12-02handwired/promethium Refactor and Configurator support (#4524)noroadsleft7-68/+120
* handwired/promethium: refactor - config.h files - updated to use #pragma once - removed redundant config.h includes - layout macro moved from config.h to promethium.h - layout macro renamed from KEYMAP_CUSTOM to LAYOUT * handwired/promethium: Configurator support