Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-04 | Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754) | noroadsleft | |
* 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-22 | Replace outdated RGB/Audio information | Drashna Jaelre | |
2018-07-04 | Satan refactor and Configurator support (#3305) | noroadsleft | |
* Matrix refactor * Keymap refactor * Configurator support * Readme cleanup | |||
2017-11-01 | Add satan keymap: HHKB-alike based on dbroqua's, with mouse functionality ↵ | dkrieger | |
(#1948) * Add satan keymap: HHKB-alike based on dbroqua's, with mouse functionality and without LED functionality * move mouse layer to DOUBLE_HOLD, add UTIL layer for TRIPLE_HOLD - UTIL layer - currently has "RESET" key and nothing else. - functionality otherwise covered by bootmagic should go here - small bugfix: dispatch of [QTY]_HOLD should be based on range tap count falls in, not exact count. |