summaryrefslogtreecommitdiffstats
path: root/keyboards
AgeCommit message (Collapse)AuthorFilesLines
2018-10-03Keyboard: add info.json for qmk configurator (#4063)takashiski1-0/+13
2018-10-03Keyboard: Adding Split Space support for Mechmini 1 (#4052)Pittyolo2-0/+71
* Adding Split Space support * Adding my keymap * update * Made the requested updates * Made the requested update
2018-10-03Keyboard: Added dactyl-manuform 4x6 and keymap. (#4058)Filip Sund9-12/+237
* Added dactyl-manuform 4x6 and keymap. * Did changes recommended by drashna.
2018-10-03Keyboard: Add handwired/pteron config and keymaps (#4060)Filip Sund7-0/+347
* Added pteron files made via from kbfirmware.com. * Added readme. * Made some progress on Pteron keymap. * More keymap. * Updated bootloader, added some keymap illustrations. * Moved default keymap to FSund, made default keymap from default preonic keymap. * Fixed typo in default pteron keymap. * Made changes recommended by drashna.
2018-10-03Keyboard: Added split backspace layout for the b.mini (#4051)Jumail Mundekkat2-0/+22
2018-10-03Keyboard: Add namecard keyboard (#4044)takashiski9-0/+492
* create namecard2x4 * create default keymaps * Update README * fixed typo and func remove dont need. * update infomation on readme * update missed point * remove explicit initialize * update default keymap's readme * add my name to copyright * change keymap style to LAYOUT macro and fixed typo LAYOUT macro
2018-10-03handwired/ibm122m: refactor and Configurator support (#4054)noroadsleft4-174/+308
* handwired/ibm122m: refactor Refactored layout macro and keymaps to more closely resemble the keyboard's physical layout. * handwired/ibm122m: add Configurator support
2018-10-03Keyboard: Added JN68M keyboard to handwired (#4053)Jumail Mundekkat8-0/+345
2018-10-03Keymap: Add RGB matrix keypress effects and reduce firmware size. (#4055)Daniel Shields4-0/+5
2018-10-03Keyboard: KBD4x: corrected info.json file (#4056)noroadsleft1-2/+2
The `info.json` file for the KBD4x was invalid due to a couple of extra commas.
2018-10-03Keyboard: Mint60: Configurator support and readme cleanup (#4057)noroadsleft2-2/+80
* Mint60: add Configurator support * Mint60: readme cleanup Fixed the imgur url so the photo shows up, and updated the links to the docs.
2018-10-03Add missing F-keys to ergodox_infinity input_clubJames D. Marble1-2/+2
F11 and F12 were in the ascii art, but not the actual mapping. This corrects the error.
2018-10-03New keyboard: Baguette (#4047)yiancar10-0/+586
* Bagette Addition of Baguette a close group buy custom * Add json
2018-10-02Keymap: Personal XD75 keymap added. (#4045)Bramver4-0/+190
* Personal XD75 keymap added. Nothing fancy, has emojisupport. * Converted to spaces to follow guidelines * Fixed requested changes. Replacing include guards with pragma once. Omitting unnecessary lines. PR #4045
2018-10-02Keymap: Adding my DZ60, Satan, XD75 kemaps and updates to userspace (#4039)Jarred Steenvoorden9-41/+112
* Update userspace with common config.h * Add my dz60, satan and xd75 keyboard keymaps * Fixing executable bits changed during last upstream merge * Cleanup unnecessary files and defines * Remove unnecessary defines from userspace config
2018-10-02Reduce firmware size of KBD8x to fix Travis Compile issuesDrashna Jaelre6-27/+9
2018-10-02Keyboard: Add support for the KBD4x (#4036)Rebecca Le9-0/+594
* Generate a new project for the KBD4x * Specify the possible layouts for the KBD4x - MIT and grid * Fill out the readme for the KBD4x * Configure the default keymap and wiring configuration as specified on http://qmkeyboard.cn/ * Add info.json for QMK Configurator * Enable backlight support for the KBD4x * Standardise on LAYOUT_planck_mit/LAYOUT_ortho_4x12 layout names * Add whitespace so the Readme will render correctly * Disable mouse keys support for the KBD4x to make the firmware small enough
2018-10-02Keyboard: DZ60 cleanup (#3994)noroadsleft25-699/+343
* DZ60: Deleted K214 from LAYOUT_all * DZ60: Delete matrix LAYOUT_2_shifts; replace with LAYOUT_all After the deletion of K214 from LAYOUT_all, LAYOUT_all and LAYOUT_2_shifts are identical. Deprecated LAYOUT_2_shifts in favor of LAYOUT_all. * DZ60: refactor 256k_HHKB and itsaferbie keymaps to use LAYOUT_60_hhkb macro Both keymaps previously used the LAYOUT_hhkb macro. After comparing the macros, the only difference between them was that LAYOUT_hhkb included the place of the ISO Backslash key. Neither keymap used this key, so both were refactored to use LAYOUT_60_hhkb instead. LAYOUT_hhkb is now essentially unused by any keymaps in the repo. (More on that in a moment.) * DZ60: bugfix for dbroqua keymap This keymap had two layers that used the LAYOUT_true_hhkb macro and a third that used LAYOUT_hhkb. These macros have the same number of keys, but represent different physical layouts. As the "main" layers used LAYOUT_true_hhkb, switched the third layer to LAYOUT_true_hhkb as well. The LAYOUT_hhkb macro is now unused by any DZ60 keymaps in the repo, and can be safely deleted. * DZ60: bugfix for 60_ansi_arrow_fkeys, 60_plus_arrows, and stephengrier keymaps All three keymaps had one layer in LAYOUT_all and one in LAYOUT_directional. Only difference between these macros is LAYOUT_all excludes the ISO Backslash position. As none of the keymaps used this position, all layers were switched to use LAYOUT_directional. * DZ60: added layout mock-ups to dz60.h Documenting the physical layouts that go with each matrix. * DZ60: replace TMK SHIFT_ESC with QMK Grave Escape Replaced all instances of keycodes that called TMK's ACTION_FUNCTION(SHIFT_ESC) with QMK's KC_GESC, and added config.h files so KC_GESC behaves as the deprecated TMK function did, except for the default keymap, which I thought should have the QMK standard behavior. * DZ60: delete SHIFT_ESC code blocks Deleted ACTION_FUNCTION(SHIFT_ESC) code blocks from keymaps that didn't use the functionality it provided. * DZ60: deleted unused MODS_CTRL_MASk definitions Was used in the now-deleted SHIFT_ESC code blocks. Interestingly named MODS_CTRL_MASK when it was actually checking the Shift keys. *shrug* * DZ60: refactor jkbone keymap to use process_record_user Replaced TMK action_function keycodes with QMK process_record_user equivalents. * DZ60: delete unused layout macros The macros LAYOUT_hhkb, LAYOUT_directional_625_space, and LAYOUT_60_ansi_split_bs_rshift_5x1u were unused by any keymaps in the repo, and have thus been deleted. * DZ60: refactor iso_6u_space and iso_7u_space keymaps Both keymaps refactored to use the LAYOUT_60_iso macro. * DZ60: refactor dz60.h Updated the notation of the switch arguments. Format is now: `k<row><column>` where `<row>` is `[0-4]` and `<column>` is `[0-9a-e]`. * DZ60: refactor LAYOUT_60_iso_5x1u matrix Updated matrix so `KC_ENT` belongs on the home row, which is consistent with LAYOUT_60_iso for the DZ60 as well as the ISO community layouts. * DZ60: fix white space in dz60.h I hate when indentation is inconsistent within a file.
2018-10-02Keymap: Update to drashna keymaps and userspace (#3992)Drashna Jaelre4-0/+490
* Enabled unicode support and send_unicode function * Unicode cleanup * More unicode tweaking * Update EEPROM stuff * Account for keyboard macros * Switch Equal to Plus on Ergodox * more tweaks * Minor Unicode tweaks * Correct matrix printing for keylogger * Fix unicode functions * Fix unicode mode set since it actually uses EEPROM * Re-add DISABLE_LEADER * Ergodox is easier to hit the tapping term, fix that * Fix stupid type on unicode mode check * Preliminary CRKBD/HeliDox support * Fixes to Helidox * Cleanup userspace from old merge stuff * Remove CCCV sounds * Make Mode NOEEPROM Again
2018-10-02Add Function level EECONFIG code for EEPROM (#3084)Drashna Jaelre2-0/+295
* Add Function level EEPROM configuration Add kb and user functions for EEPROM, and example of how to use it. * Bug fixes and demo * Additional cleanup * Add EEPROM reset macro to example * Forgot init function in list * Move eeconfig_init_quantum function to quantum.c and actually set default layer * See if removing weak quantum function fixes issue * Fix travis compile error * Remove ifdef blocks from EECONFIG so settings are always set * Fix for ARM EEPROM updates * Fix merge issues * Fix potential STM32 EEPROM issues
2018-10-01Make digital rain RGB matrix effect #define configurable.Daniel Shields2-0/+2
2018-10-01Keyboard: Rename macropad to treasure/type9 (#4035)MechMerlin10-8/+8
* rename macropad keyboard to type9 under the treasure directory * fixup the readme * rename macropad to type9 * moar renames
2018-10-01Keyboard: Adding initial luddite keyboard framework (#4029)Andrew Kannan6-0/+179
* Adding initial luddite keyboard framework * Use pragma and update readme * Remove duplicate macro definitions
2018-10-01Fix YMDK NP21 keyboard to use proper keyboard level functions (#3042)Drashna Jaelre4-9/+19
* Use proper function levels * Add matrix init functions * Convert KEYMAP to LAYOUT Or @mechmerlin is going to hunt me down and harm me... probably :) * Fix conflict issues
2018-10-01Keymap: Add noroadsleft keymap for KC60 (#3876)noroadsleft10-0/+761
* Add personal KC60 keymap * Update personal KC60 keymap * Keymap update 2018-05-30 01:53 UTC-7 * Added macro: T_PEEKR * Added macro for MacOS Select All; modified MacOS function layer * Added git branch-name macro * Added GitHub signature macro * Added readme files * Added Quake 2 and System layers * Refactored keymap readme * Refactored to add userspace files; added Colemak layer * Minor code cleanup; updated readme files * Reverted use of userspace Decided not to make use of the Userspace feature at this time. Reverted its addition, and updated the readme files where needed (they were linking to userspace files). * Updated per review comments by @drashna * Refactor buggy macros I'm still not sure these work properly * Fix Windows shortcuts * Fix Mac shortcuts, possibly Untested; still may be broken. * Remove PREVENT_STUCK_MODIFIERS from config.h Deprecated by #3107
2018-09-30Keymap: add olligranlund Iris + satan layouts (#4031)OlliGranlund8-0/+331
* init * function layout planning * nordic keymap v1.0 * Added latest satan layouts, updated readmes * Cleaning code * Renamed ISO -> iso
2018-09-30Keymap: Add ErgoDone keymap with QWERTY and COLEMAK Mod-DH (#3884)Erovia4-0/+313
* Custom keymap for the ErgoDone The keymap supports QWERTY and COLEMAK MOD-DH with LED indication. * Enable Space Cadet Shift * Fix after-boot layer indicator LED * Implement keyboard suspend, move layer LED handling to function, unify identation * Add readme.md with layout * Optimize LED handling, add include guard Read the default layer via the proper EEPROM function, so the calling of bootmagic() is no longer necessary. Fix bug when the CapsLock LED wasn't working anymore after a layer switch.
2018-09-30RAMA M6-B and IS31FL3218 driver (#4021)Wilba658215-376/+757
* Initial RAMA M6-B commit. * Moved IS31FL3218 driver, minor cleanups * Refactor, added dynamic keymap. * Added dynamic keymaps to RAMA M6-A * Refactor M6-A and M6-B to use common code. * Formatting * Cleanup * Cleanup * Changes from review
2018-09-30Keyboard: Zeal60: Fix getting backlight values "id_*_indicator_row_col" (#4030)Wilba65821-4/+29
2018-09-30Keymap: Added Leader Key Functionality (#4025)Alexander Kagno3-8/+9
* deleting arkag branch, forcibly moving changes over to master * fade_color function added, not tested * added half functions some stuff * surround_type function implemented and working. * added flashing function and removed fading, flashing supports infinite flashing along with controlled number flashes * added a fade state machine and functionality * build optimizations, changed fade to bounce between bounds rather than roll over, added a HALMAK layout * changes to sleep breath function, changed how I will switch to HALMAK * support for halmak added * support for activity detection added, condensed fading and flashing state machines, removed support for HALMAK and COLEMAK because arkag is stupid * changed sleep and inactive behaviors, now the color shifting reverses on state change, yay! save_color and reset_color are made to enable layer color changing to look cooler. * reformatted some if statements in state detection * changes to force fade to pause on boot, or plug in. * Attempting to move over to userspace, pushing to repository for help * userspace stuff.... * userspace stuff.... * layout changes, working userspace, Removed left side shift and replaced it with a MT() for LSFT and SPC. Userspace seems to be working properly now! HURRAY * Layout change Removed space/shift and reset modifiers to what they were originally. Added homerow modifiers. * Removed excessive tabs in files * Moved mods on homerow around... * changes recommended by @drashna * removed homerow mods, more flashy lighting! * changed delays for lighting. * velocikey code retro fit into userspace to match typing speed currently "working" but isn't as reactive as I want. * Readme and other documentation hidden throughout code * Added a pretty picture * pretty picture actually added * More readme updates * Velocikey now working inside my userspace! * Changed repo macro and fixed readme * Removed media layer, moved media control to LAZY layer * fixed more merge issues when I had to merge... * implemented some leader key stuff * removed merge garbage... * changes requested by @drashna, leader key switch from macros
2018-09-30Keyboard: Update info.json to match LAYOUT (#4027)Yan-Fa Li2-2/+2
* Update info.json to match LAYOUT * update mf68_ble info.json LAYOUT -> LAYOUT_68_ansi
2018-09-29Keyboard: Add basic support for the YD68 / YD68v2 PCBs. (#4020)izzy840759-0/+553
* Add basic support for the YD68 / YD68v2. Keymap and WS2812 underlighting work. Capslock LED should work, though I don't have one populated to test. Backlight LEDs are not set up, as they're not on a hardware PWM pin, could be set up as software. * Fix Imgur link * Fix default keymap to match the stock firmware * Fix the Hardware Supported line and add a short description
2018-09-29Keyboard: converter/hp_46010a: rename layout macro to LAYOUT (#4024)noroadsleft1-3/+1
Messed up in my previous PR (#4017) by providing the wrong matrix name. Fixing by changing the matrix name instead, because there's only one at this point. Thought it made more sense this way.
2018-09-29Helix led_test keymap reduce size (#4023)Takeshi ISHII4-6/+29
* Helix: make rgblight modes selectable. No change in build result. * edit the comment of helix/rev2/keymaps/default/keymap.c * Helix led_test keymap: reduced the size.
2018-09-29Keymap: Fixed a possible of buffer overflow. (#4016)marksard1-11/+13
Update inline funnction to static inline function. Fixed error of if enabe ADJUST_MACRO_ENABLE.
2018-09-29Keymap: tada68: add shalzz's layout (#4019)Shaleen Jain4-0/+112
2018-09-29Keyboard: converter/hp_46010a: Configurator support (#4017)noroadsleft1-0/+115
2018-09-29Size fix for Hadron, take 2 (#4009)Drashna Jaelre2-1/+3
* Add Link Time Optimization to reduce firmware size * Disable Mousekeys on Hadron to save room
2018-09-29Disable Moueskeys to reduce Vitamins Included firmware sizeDrashna Jaelre2-2/+2
2018-09-29Second attempt to reduce the size of the USB BLE Converter (#4010)Drashna Jaelre3-289/+3
* Disable Leader to reduce firmware size for Travis * Additionaly fixes to USB_USB\BLE Keyboard converter * Disable One Shots to get USB to USB BLE converter to fit
2018-09-29Massdrop keyboard updates for SEND_STRING, syscalls, stdio, debug prints, ↵patrickmt8-112/+58
Auto Shift (#3973) * Update for SEND_STRING usage Update for SEND_STRING usage. Sending keyboard reports (kbd, nkro) now obey the minimum polling time. While attempting to send a keyboard report and waiting for a USB poll, other functions of the keyboard, including LED effects and power management, will continue to operate at their intended intervals. * Updates for send string, syscalls, stdio, debug prints, auto shift Now properly waiting for previous keys sent over USB to complete before sending new. Added heap to linker and now compiling with syscalls support. Removed custom string functions and now using stdio. dprintf now works as intended through virtser device. * CTRL and ALT keymap updates CTRL mac keymap updated ALT default and mac keymap updated ALT rules.mk added Auto Shift with default no * Code cleanup as per discussion with vomindoraan Code cleanup as per discussion with vomindoraan
2018-09-28Keymap: Clicky frequency modulation (#4012)Ethan Madden1-6/+16
Also worked around my busted dipswitch 2...
2018-09-28Changed VID/PID, added commands, refactoringWilba65823-73/+74
2018-09-28Optimize size of USB_USB BLE ConverterDrashna Jaelre2-4/+24
2018-09-28Optimize size of Pearl keyboardDrashna Jaelre1-3/+4
2018-09-28Optimize size of Vitamins_Included keyboardDrashna Jaelre5-30/+8
2018-09-28Optimize size of Hadron keyboardDrashna Jaelre6-43/+28
2018-09-28Optimize size of JC65/v32a keyboardDrashna Jaelre2-4/+5
2018-09-28Improved dynamic keymaps (#3972)Wilba65822-6/+5
* Improved dynamic keymaps * K&R sucks
2018-09-28Keyboard: keyboardio model01: rgbmatrix support (#3989)James Laird-Wah5-36/+181
* model01: implement RGB matrix feature LEDs can still be individually controlled if this is switched off. * model01: use fast banked LED setting commands * model01: update default keymap to use RGB matrix * model01: update RGB matrix support to match common_features.mk * rgb_matrix: include <string.h> This was missing after commit 4d5705ea6ceeb11cd2adc018644ec87c51af4e86 which introduces a use of memset(). * model01: make g_rgb_leds weak This allows users to override which LEDs are configured as modifiers, or tweak the x/y coordinates, should they so choose.