summaryrefslogtreecommitdiffstats
path: root/keyboards/catch22
AgeCommit message (Collapse)AuthorFilesLines
2019-02-17Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark1-2/+0
2019-01-12Remove empty fn_actions[]fauxpark1-3/+0
2018-10-22Doesn't need a 50ms debounceYan-Fa Li1-1/+1
Set it to default. I have no idea what I was thinking.
2018-09-17Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson1-3/+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.
2018-08-10Keymap: Update cache22 default keymap (#3597)Yan-Fa Li1-5/+5
- requested by rockydbull
2018-08-06Keyboard: Add Catch 22 Hotswap Macropad to QMK (#3576)Yan-Fa Li7-0/+225
* Initial Commit of catch22 macropad by rockydbull * Add configurator info.json * Use macros * Use pragma once * Use CA22 as product id * Clean up readme * Use the layer define value * Feedback from @drashna