summaryrefslogtreecommitdiff
path: root/keyboards/helix/pico/keymaps/default/config.h
AgeCommit message (Collapse)Author
2019-03-19 Cleanup Default Keymaps (#5442)Drashna Jaelre
* Cleanup Default Keymaps to conform to QMK Firmware standards * Minor fixes * Revert some changes
2018-10-10Keymaps: Helix rgblight mode update (#4091)MakotoKurauchi
* Helix each keymap's using rgblight mode symbol instead magic number No change in build result. * Helix pico keymaps: make rgblight modes selectable. No change in build result. * Helix rev2 keymaps: make rgblight modes selectable. No change in build result. * fixed Helix froggy/keymap.c: invalid rgblight mode value 0 to 1 (=RGBLIGHT_MODE_STATIC_LIGHT) * Deselect RGB_TEST and ALTERNATING in Helix rev2,pico keymaps config.h.
2018-07-26Keyboard: Add HelixPico keyboard (#3502)MakotoKurauchi