summaryrefslogtreecommitdiffstats
path: root/keyboards/chocopad
AgeCommit message (Collapse)AuthorFilesLines
2019-01-13Modified URLs to point to new locationsJeremy Bernhardt1-1/+1
2019-01-04Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)noroadsleft2-6/+0
* Remove QUANTUM_DIR code blocks from keyboard rules This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect entire keyboards. * remove QUANTUM_DIR code blocks from rules for default keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect default keymaps. * remove QUANTUM_DIR code blocks from rules for user keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect "user" keymaps. (It's actually any keymap that isn't named `default`.) * remove QUANTUM_DIR code blocks from rules for community layouts This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for community layouts. * remove QUANTUM_DIR code blocks from rules for userspaces This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for userspaces.
2018-10-22Remove all of the deprecated RGB definesDrashna Jaelre1-3/+1
Fixes #3641
2018-09-17Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson1-5/+1
* 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.
2018-07-25keymap: Update khord let's split keymap and add chocopad keymap (#3482)Dylan Khor3-0/+115
* modifications to add mouse buttons 1-4 and misc * Add khord chocopad keymap * fix merge message
2018-06-02Refactor Chocopad to support LAYOUT_ortho_4x4 macro (#3106)noroadsleft4-6/+8
* Refactor for Chocopad * Configurator update * Chocopad refactor for LAYOUT_ortho_4x4 * info.json update
2018-06-01Refactor and Configurator update for Chocopad (#3099)noroadsleft3-50/+31
* Refactor for Chocopad * Configurator update
2018-01-25Add Chocopad keyboardDanny Nguyen8-0/+234