summaryrefslogtreecommitdiff
path: root/keyboards
Commit message (Collapse)AuthorAge
* [Keymap] Add new mod tap dances to Hacker Dvorak (#6155)Ismael Venegas Castelló2019-06-18
|
* [Keyboard] added custom keyboard (#6141)joelproko2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added keyboard_layout_jopr * making it compile * #pragma once instead of #ifndef and #define * renamed and added keymap renamed old "default" to "modded_white", added new "default" that resembles an ISO 105-key layout * reordered keyboards/jopr/info.json to match order o layout array * implemented most suggestions * fixed missing ; * fixed bootloader setting for rules.mk * adopted standard layout matrix naming convention * "fixed" commented-out code in keymaps * changes to keymap layers and LEDs Turns out adding a layer for ROYA-modified keycodes is more trouble than it's worth and works better by just defining a ROYA key. Also, LEDs were set up incorrectly. Lastly, implemented SysReq-Warning LED. * moved forced NumLock code just in case either it or the CapsLock & ScrlLock update code wouldn't both work otherwise * rearranged media keycodes * replaced Shifted keycodes with basic ones * Apply suggestions from code review Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * implemented suggestions by noroadsleft * Apply suggestions from code review Make ISO-Enter QMK Configurator-friendly Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update readme.md * Update keyboards/jopr/info.json Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * moved keyboard to handwired folder It was said that personal passion projects belong in there, even if they're not actually handwired * Update readme.md
* [Keymap] Add keymap for keebio/nyquist (#6144)George Petri2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * duplicate default * delete colemak, dvorak * cleanup * update keymap * disable unused rules, fix spit leds * ascii layout keymap * wip change rgb on layer * change rgb on layer * change rgb on caps lock * add impl navigation layer * add readme, swap gui and alt * update readme * Update keyboards/keebio/nyquist/keymaps/georgepetri/readme.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/keebio/nyquist/keymaps/georgepetri/readme.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * remove backslashes, use IS_HOST_LED_ON
* [Keymap] Update to personal keymaps (#6142)M-AS2019-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * fixed white LED position in indicator * changed capslock tap timing
* [Keymap] 40percent/gherkin Midi Layout (#6130)Scott Sheffield2019-06-17
| | | | | | * Add midi layout for 40percent/gherkin * Add readme for 40percent/gherkin:midi
* [Keymap] Layout for FC660C with additions for mouse keys and few other ↵Sid Carter2019-06-16
| | | | | | | | | | | | | | | | changes (#6139) * new keymap for the hasu with media keys and mac layout * switch escape and grave * switch to the usual default * with play and stop * add reset on fn layer * add mouse buttons, move reset, update copyright
* [Keymap] Update to personal keymaps (#6136)SpacebarRacecar2019-06-16
| | | | | | | | | | | | * changes to keymaps * changes to userspace * changes to userspace * removed reference to fc660c keymap which no longer exists from userspace readme * removed preonic keymap
* [Keymap] Minor userspace and Quefrency keymap fixes (#6134)Jonathan Rascher2019-06-16
| | | | | | | | | | | | | * Fix typo for RGBLIGHT config values It doesn't make a difference right now since these are the defaults in rgblight.h (which I'm just setting explicitly since some of the keyboard configs change these defaults). However, I'd rather be explicit, so fixing my typo. :) * Remove mouse keys layer from Quefrency keymap It's a fun idea, but I never use it in practice.
* [Keymap] Fix firmware errors when flashing Rev6 Planck (#6135)Rob Hilgefort2019-06-16
|
* [Keyboard] Made it possible for real to choose register on io expander for ↵roggan872019-06-13
| | | | | | | | cols and rows (#6124) * Replace deprecated EXPANDER_MASK with dynamic expander_pin_input_mask * Made it possible to switch rows and cols registers on expander
* [Keymap] add new planck keymap (#6122)Nicholas Ryan2019-06-13
| | | | | | * add new planck keymap * add newlines to end of files
* [Keymap] add keymap hecomi alpha (#6115)kakunpc2019-06-13
| | | | | | | | * add keymap hecomi alpha * Update keyboards/hecomi/keymaps/kakunpc/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com>
* [Keyboard] Planck: Layout Macro Refactor (#4402)noroadsleft2019-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Planck: layout macro refactor Unified layout macro names across AVR and ARM boards. Currently certain layout macros are specific to either AVR or ARM when used in the QMK Configurator. If an AVR-specific macro is used for a Planck rev. 6, or an ARM-specific macro on a rev. 5 or earlier, the user receives a compile error. * Update keyboards/planck/planck.h per @drashna Changed KC_LAYOUT_ortho_4x12 alias to LAYOUT_kc_ortho_4x12. Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Add KC_KEYMAP alias for LAYOUT_kc macro per @drashna Update keyboards/planck/planck.h Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Fix LAYOUT_planck_1x2uC macro for Planck rev6 Thanks to drashna for testing. * Fix inline comment regarding revisions * Add specific info.json file for Planck rev6
* [Keymap] New planck keymap (#6093)mgalisa2019-06-11
| | | | | | | | | | * New keymap * Add readme; fix lack of asterisk on raise * Update default planck map to tap_code vs reg/unreg * Press F to pay respects
* [Keymap] Adding personal keymap / clarifying default keymap readme (#6119)brickbots2019-06-11
| | | | | | | | | | | | | | * Adding led support for Plaid * Adding led support for Plaid * Update readme.md Fixing bad markdown * Adding my personal keymap * Clarifying LED instructions / formatting
* [Keymap] Add BB8520 trackpad support for CrKbd (#5925)Volodymyr Lukashevych2019-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add vlukash CrKbd keymap to support trackpad adapter. The trackpad adapter uses Elite-C board that has five extra pins. Also SPI pins are taken for trackpad, keymap config updates column data pins for matrix scan. * Update vlukash keymap * Enable pointing devide, configure mouse BTN1 * Set TAPPING_TERM to 300 * Add support for the BlackBerry 8520 trackpad * Add vlukash keymap for master-right no-trackpad version * Remap backspace * Set EXTRAKEY_ENABLE = yes * Update thumb keys mappings * Set bootloader to atmel-dfu * Sync keymap * Add scrolling support * Make debug LEDS conditional * Add support for both flex and no-flex PCBs * Add readme and rename root folders * Update readme file with blog link * Fix readme file formatting * Remove ADJUST keycode, code cleanup. * Add Win key to the keymap.
* [Keyboard] Added idb 60 keyboard (#5994)pngu2019-06-11
| | | | | | | | | | | | | | | | | | * Added idb 60 keyboard * fixed info.json * implemented revievers' suggested changes * fixed an error * implemented revievers' suggestions * further cleanup * implemented suggested changes * fixed errors
* [Keymap] Tsangan bottom plain60 configuration (#6100)Yan-Fa Li2019-06-11
| | | | | | | | | | * Personal keymap for plain60 * Update keymap for incorrect keys - update docs * Placate the gods of Case Insensitivity
* Jotix minor layout changes - readme.md fix (#6120)Drashna Jaelre2019-06-11
|\ | | | | | | | | | | * jotix layout add KC_GESC * fix error in readme.md
| * fix error in readme.mdjotix2019-06-08
| |
* | [Keyboard] Siemens Tastatur Converter (#6090)yiancar2019-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial commit * Siemens Tastatur * Update keyboards/handwired/siemens_tastatur/keymaps/default/keymap.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * beauty fixes * More tidying up * Update keyboards/converter/siemens_tastatur/keymaps/default/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com>
* | [Keymap] add keymap with split spacebar, ansi, hhkb features (#6114)Calvin Moody2019-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add calbatr0ss dz60 layout * add media controls * add media next/prev controls * add base layer for windows and macos * swap right ctrl and menu * missing bracket * update gitignore
* | [Keyboard] Adding LED support to the plaid default keycap (#6109)brickbots2019-06-11
| | | | | | | | | | | | * Adding led support for Plaid * Adding led support for Plaid
* | [Keyboard] Fix the layer state messages for actual values (#6116)Yan-Fa Li2019-06-11
| | | | | | - display adjust when the bits are set correctly
* | [Keyboard] niu_mini uses dfu bootloader rather than the afrdude bootloader ↵Christopher Jenkins2019-06-08
| | | | | | | | | | | | | | | | | | | | (#6092) * niu_mini uses dfu bootloader rather than the afrdude bootloader modified: readme.md * Change rules in rules.mk to reflect the bootloader change modified: keyboards/niu_mini/rules.mk
* | Add 60_ansi_split_bs_rshift layout to DZ60, with a new keymap for the same ↵Jonathan Rascher2019-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#6096) * Add 60_ansi_split_bs_rshift layout to DZ60 I know there's already a lot of DZ60 layout macros, and #4668 suggests they should be refactored at some point, but since this is one of the standard layouts already in QMK that this PCB supports, I figured it was okay to add so that DZ60 keyboards can share this layout with other keyboards. * New 60% ANSI split backspace/right-shift layout I'm using this on a DZ60, but it should work fine on most 60% PCBs. It's basically a HHKB layout with a standard ANSI bottom row (3x 1.25U mods, 6.25U spacebar, 4x 1.25U mods).
* | [Keyboard] New Keyboard(s): Red Scarf II+ RS68 and RS78 (#6084)MechMerlin2019-06-07
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * martenwuut's original code commit * delete random directory that is the same as the parent directory * get this compiling * update readmes * add manufacturer * fix up the keymap error and replace KC_A with KC_1 * add verc support which is basically just at trimmed down verb * update keymap readme to specify which redscarf it is * add parent level readme * fix grammar * fix up readmes and put in alternative name for PCBs * add configurator support for the ver.c pcb * add configurator support for Ver.B (RS78) pcb * add iso support for Ver.C (RS68) * change DEBOUNCING_DELAY to just DEBOUNCE * remove K2C to fit the default layouts * fix keymap * fixup configurator layout with split backspace
* [Keymap] Update jj40:cockpit keymap (#6089)Domantas Petrauskas2019-06-07
| | | | | | | | | | | | * Add JJ40 Cockpit keymap * Fix lower layer symbols * Improve documentation JJ40 Cockpit * Add screen backlight controls jj40:cockpit * Update docs jj40:cockpit
* use mods (#6095)Pavlos Vinieratos2019-06-07
|
* Fix debounce conflicts in a few boardsDrashna Jaelre2019-06-06
|
* [Keyboard] Added DMOTE (#6087)Viktor Eikman2019-06-06
| | | | * Added DMOTE as a variant of the Dactyl-ManuForm, with slight changes to prior code organization to reflect differences.
* [Keyboard] Candybar: updated rules.mk (#6083)TerryMathews2019-06-06
| | | | | | | | * Candybar: updated rules.mk Disabled console and command to get compiled size under flash space limitations. * Candybar: Enable LINK_TIME_OPTIMIZATION_ENABLE
* [Keymap] update @nstickney's keymaps (#6076)Stick2019-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | * [Keymap] iris@nstickney: improve RGB init Perfecting the rgb backlight initialization with a delay for each color; also start and stop the animation at the "default layer" color. * [Keymap] iris,ergodox@nstickney fix FN on SYMB The function key was not operational on the SYMB and SYSH layers due to other keycodes being mapped over MO() on those layers. The offending keycodes have been moved to other keys. * [Keymap] add @nstickney's userspace Pulled common code out to a userspace directory for my iris and ergodox keymaps. * [Keymap] iris@nstickney add image to README Added an image from keyboard-layout-editor.com to meet the README standard. * iris@nstickney hue values now `uint8_t` (#6050)
* [Keyboard] add runner3680 keyboards (#6069)omkbd2019-06-06
| | | | | | * add runner3680 * Remove unnecessary code
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-06
|
* [Keymap] Xulkal changes (#6075)XScorpion22019-06-05
|
* [Keyboard] Fix Configurator support for Mulletpad (#6074)noroadsleft2019-06-04
| | | | - correct layout macro name - correct JSON object ordering
* Moving rgb typedefs into a single location (#5978)XScorpion22019-06-04
| | | | | Because someone named the define poorly Using full relative path as handwired/promethium has a color.h file
* [Keyboard] Add Levinson Rev 3 (#6064)Danny2019-06-03
| | | | | | | | | | | | * Add Levinson Rev 3 * Update keyboards/keebio/levinson/rev3/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/keebio/levinson/rev3/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com>
* [Keyboard] Updates to iris (#6063)Danny2019-06-03
| | | | | | * Swap LSFT/LCTL in default Iris keymaps * Migrate to new DEBOUNCE setting
* [Keyboard] Dimple: fix unintended LED behaviour (#6046)Erovia2019-06-03
| | | | | | | | | * Dimple: fix unintended LED behaviour The LED was always-on if the custom keymap did not call dimple_led_off() at least once. * Dimple: LED code fixup
* Pti keymaps (#6025)Peter Tillemans2019-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * created new folder to port my old layout * removed Colemak, enabled backlight. * fixed backlight support * added Ctrl/Esc + Shift/Enter double function keys * made planck compatible with Atreus board, including docs * enable backlight control * make planck more compatible with atreus layout * migrate to qwerty and separate alt-space * adding ok64 and redox layouts * fix dot in numerical pad * fix dot in dvorak layout * added redox and pro micro version of snampad * add arrows on right mod keys and map PrtScr on Fn P * add keys to swap between mac and windows * added escape to redox layout * added printscreen key * moved layout closer to what I am used to. * swap spc and bspc, add ctrl to quot * qwertified atreus layout * fix for compile errors when RGB or BACKLIGHT disabled * add customized keymap for the m65a * Reverted unintended change in default keymap. * Remove unused code in my keymap and modernized tap hold keys * Update keyboards/snampad/config.h Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/snampad/rules.mk Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/snampad/rules.mk Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/snampad/snampad.h Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/snampad/config.h Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/snampad/keymaps/default/config.h Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/snampad/snampad.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/snampad/readme.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/snampad/keymaps/default/keymap.c Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/snampad/snampad.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/snampad/snampad.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/snampad/snampad.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/snampad/rules.mk Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/planck/keymaps/ptillemans/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/jc65/v32a/keymaps/ptillemans/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/snampad/snampad.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * cleanup snampad layout * Update keyboards/snampad/snampad.c Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * further mmended cleaning - removed obsolete Backspace handling in jc65 keymap - improved shift detection - modernized planck keymap - added details to snampad readme - other recommended refactors in snampad
* [Keymap] Create Boy_314's Canoe layout, small update on xd75 layout (#6060)Boy_3142019-06-03
| | | | | | | | * create canoe layout, update caps lock on xd75 layout * added readme * fixed copyright comments
* [Keyboard] Added WT65-B, WT75-B, minor fixes (#5991)Wilba2019-06-03
| | | | | | | | | | | | | | | | | | | | * Added WT65-B, WT75-B, minor fixes * Update keyboards/wilba_tech/wt65_b/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/wilba_tech/wt65_b/readme.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/wilba_tech/wt75_b/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * Change DEBOUNCING_DELAY to DEBOUNCE * Change DEBOUNCING_DELAY to DEBOUNCE
* Have hexwire Iris keymap use I2CDanny Nguyen2019-06-02
|
* Enable extrakey in rules (#6055)holtenc2019-06-02
| | | | | | | | | | * correct indicator light states. function of indicator lights was inverted. these changes correct that. * flesh out keymaps pre production * Enable extrakey in rules
* [Keyboard] 8 pack (#6031)gorbachev2019-06-01
| | | | | | | | | | | | | | | | | | * 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-01
| | | | | | * Set the correct pinout for Iris Rev 3 QMK-DFU * Set bootloader to QMK-DFU
* [Keyboard] Add support for KBDPAD MKII (#6034)ai032019-06-01
| | | | | | | | | | | | | | | | | | | * 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>
* [Keymap] Xulkal user changes (#6044)XScorpion22019-06-01
| | | | | | | | | | * Xulkal user changes Xulkal user changes * Reduce code duplication * Massive user code refactor