Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a couple of USB VIDs for the API (#7848) | fauxpark | 2020-01-09 | 1 | -8/+5 |
| | |||||
* | [Keyboard] Update default keymaps to use `layer_state_t` (#7444) | Drashna Jaelre | 2019-11-21 | 1 | -1/+1 |
| | | | | | | * Update default keymaps to use `layer_state_t` * Convert binon32 as get_highest_layer in default keymaps | ||||
* | Remove keymap_config extern from default keymaps (#7399) | Drashna Jaelre | 2019-11-20 | 1 | -1/+0 |
| | | | | | | | | | | * Remove keymap_config extern from default keymaps * Revert unicode Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :( Co-Authored-By: fauxpark <fauxpark@gmail.com> | ||||
* | Cleanup rules.mk for 32U4 keyboards, H (#7030) | fauxpark | 2019-10-20 | 1 | -41/+10 |
| | | | | | | * Cleanup rules.mk for 32U4 keyboards, H * Change some boards incorrectly assumed to be halfkay | ||||
* | Remove superfluous JTAG disable code (#6445) | fauxpark | 2019-08-20 | 1 | -7/+0 |
| | | | | | | | | | | | | | | | | | | * Remove superfluous JTAG disable code * 32A has differently named register * Accidentally some operators * 32A also has different JTAG pins * Wrap disable_jtag() in an ifndef * Document this new define * Rename the define, it conflicts with a LUFA thing Also, move the ifndef wrapping to the call in keyboard_setup() | ||||
* | Illustrate the emoji layer (#6555) | Mark Stosberg | 2019-08-17 | 1 | -4/+4 |
| | | | Now the Emoji layer is easier to visualize. | ||||
* | Remove commented out MCUs in rules.mk (#5884) | fauxpark | 2019-07-16 | 1 | -1/+0 |
| | |||||
* | [Keyboard] Enable LTO on Handwired/Promethium to reduce compiled size (#6227) | Drashna Jaelre | 2019-07-09 | 1 | -2/+4 |
| | |||||
* | Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997) | Drashna Jaelre | 2019-06-06 | 2 | -9/+8 |
| | |||||
* | Moving rgb typedefs into a single location (#5978) | XScorpion2 | 2019-06-04 | 1 | -1/+1 |
| | | | | | Because someone named the define poorly Using full relative path as handwired/promethium has a color.h file | ||||
* | [Keymap] Added compatibility for Planck rev6 (#5706) | Priyadi Iman Nurcahyo | 2019-04-29 | 2 | -2/+4 |
| | | | | | | | | | | | | * Update code for compatibility with latest QMK * Added compatibility with Planck rev6 * use wait_ms instead of _delay_ms * removed unnecessary rules * disable audio on rev4 only | ||||
* | Fix handwired/promethium keyboard dimensions in info.json | noroadsleft | 2019-04-13 | 1 | -1/+1 |
| | |||||
* | Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154) | fauxpark | 2019-02-17 | 1 | -3/+0 |
| | |||||
* | Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152) | fauxpark | 2019-02-16 | 1 | -3/+0 |
| | |||||
* | Fix `1<col` instead of `1<<col` typo in matrix_is_on() | James Churchill | 2019-01-27 | 1 | -1/+1 |
| | |||||
* | Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955) | Konstantin Đorđević | 2019-01-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * Remove unnecessary IS_COMMAND definition in clueboard/66/rev4 * Replace keyboard_report->mods with get_mods() in IS_COMMAND definitions * Update docs to use get_mods() instead of keyboard_report->mods * Replace keyboard_report->mods with get_mods() in tmk_core/protocol/usb_hid/test For some reason, this occurrence used KB_LSHIFT and KB_RSHIFT, which don't exist * Replace keyboard_report->mods with get_mods() in Massdrop keyboards (as per @patrickmt) | ||||
* | Add C(), A() and G() to match already existing S() (#4673) | fauxpark | 2019-01-25 | 2 | -2/+0 |
| | |||||
* | handwired/promethium Refactor and Configurator support (#4524) | noroadsleft | 2018-12-01 | 7 | -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 | ||||
* | Replace outdated RGB/Audio information | Drashna Jaelre | 2018-10-22 | 3 | -3/+3 |
| | |||||
* | Make `PREVENT_STUCK_MODIFIERS` the default (#3107) | Joe Wasson | 2018-09-17 | 2 | -4/+0 |
| | | | | | | | | | | * Remove chording as it is not documented, not used, and needs work. * Make Leader Key an optional feature. * Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE` * Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps. | ||||
* | Remove _quantum functions from custom matrix.c code | U-LANDSRAAD\drashna | 2018-02-06 | 1 | -9/+0 |
| | |||||
* | adds default keymap for handwired boards | Jack Humbert | 2017-10-15 | 8 | -0/+1544 |
| | |||||
* | remove all makefiles from keyboard directories | Jack Humbert | 2017-09-27 | 2 | -34/+0 |
| | |||||
* | Remove all Makefiles from the keyboards directory. (#1660) | skullydazed | 2017-09-08 | 1 | -0/+26 |
| | | | | | | | | | | | | | | | | | | | | | | * Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard | ||||
* | update priyadi's keymap config | Jack Humbert | 2017-08-07 | 2 | -15/+15 |
| | |||||
* | Start mvoing hardware drivers to /drivers/ (#1433) | Jack Humbert | 2017-07-10 | 2 | -3/+3 |
| | | | | | | | | | | | | * start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional | ||||
* | Update keyboards' rules.mk/Makefiles (#1442) | Jack Humbert | 2017-06-30 | 1 | -19/+19 |
| | | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit | ||||
* | Fix spelling of "persistent" | Nikolaus Wittenstein | 2017-05-11 | 1 | -6/+6 |
| | | | | Fixes #1201. | ||||
* | Simple RGB backlight theming | Priyadi Iman Nurcahyo | 2017-04-30 | 5 | -72/+161 |
| | |||||
* | Syntax fix | Priyadi Iman Nurcahyo | 2017-04-30 | 1 | -2/+2 |
| | |||||
* | Promethium update: demo LED, fix PS2 delay, fix LED ordering, change click ↵ | Priyadi Iman Nurcahyo | 2017-04-29 | 4 | -22/+55 |
| | | | | frequency | ||||
* | tune clicks | Priyadi Iman Nurcahyo | 2017-04-19 | 1 | -3/+3 |
| | |||||
* | Fix LED sequence; bug fixes | Priyadi Iman Nurcahyo | 2017-04-19 | 2 | -10/+18 |
| | |||||
* | Fix Planck compatibility | Priyadi Iman Nurcahyo | 2017-04-19 | 1 | -0/+2 |
| | |||||
* | Keymap updates and some adjustment for latest version of QMK | Priyadi Iman Nurcahyo | 2017-04-19 | 4 | -24/+125 |
| | |||||
* | Promethium rev2 | Priyadi Iman Nurcahyo | 2017-04-19 | 6 | -29/+372 |
| | | | | | | | * 10 more indicator LEDs * Piezo buzzer * Uses HC138 decoder to free up 5 pins * Trackpoint buttons are now part of matrix | ||||
* | added pause, prtsc & ins to list of keys to be processed on release | Priyadi Iman Nurcahyo | 2017-02-21 | 1 | -2/+5 |
| | |||||
* | Move caps to FUN layer; add Pause key | Priyadi Iman Nurcahyo | 2017-02-21 | 1 | -12/+4 |
| | |||||
* | Move del back to fun+backspce | Priyadi Iman Nurcahyo | 2017-02-21 | 1 | -3/+3 |
| | |||||
* | Only process Fnumber on key release, and only when layer is still active | Priyadi Iman Nurcahyo | 2017-02-21 | 1 | -0/+10 |
| | |||||
* | Fix integer overflow | Priyadi Iman Nurcahyo | 2017-02-16 | 1 | -6/+4 |
| | |||||
* | reposition ins and del key | Priyadi Iman Nurcahyo | 2017-02-16 | 2 | -13/+17 |
| | |||||
* | Added README for my keymap | Priyadi Iman Nurcahyo | 2017-02-15 | 2 | -0/+44 |
| | |||||
* | Move keyboard specific stuff to keyboard specific files, and vice versa | Priyadi Iman Nurcahyo | 2017-02-15 | 5 | -116/+168 |
| | |||||
* | Added copyright notice | Priyadi Iman Nurcahyo | 2017-02-15 | 1 | -2/+14 |
| | |||||
* | Merge my Planck-like keyboards | Priyadi Iman Nurcahyo | 2017-02-15 | 2 | -64/+104 |
| | |||||
* | Move Alt-Tab position | Priyadi Iman Nurcahyo | 2017-02-15 | 1 | -4/+4 |
| | |||||
* | num, func, punc 3state layer done right | Priyadi Iman Nurcahyo | 2017-02-15 | 2 | -57/+46 |
| | |||||
* | GUI layer fixes | Priyadi Iman Nurcahyo | 2017-02-14 | 1 | -2/+2 |
| | |||||
* | Alt-tab handling in GUI layer | Priyadi Iman Nurcahyo | 2017-02-14 | 1 | -3/+13 |
| |