Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keymaps: Helix rgblight mode update (#4091) | MakotoKurauchi | 2018-10-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * 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. | ||||
* | Keyboard: fixed build break (size overflow) HelixPico with Backlight or ↵ | Takeshi ISHII | 2018-08-02 | 1 | -0/+5 |
| | | | | | | | | | | | | Underglow (#3546) * build break fix for HelixPico * add customize variable 'Link_Time_Optimization' into rev2 and pico keymaps rules.mk * "CFLAGS += -flto" change to "EXTRAFLAGS += -flto" * add USE_Link_Time_Optimization macro | ||||
* | Add edvorakjp keymap for the Helix (rev2) keyboard (#3340) | epaew | 2018-07-08 | 1 | -0/+126 |
* add readme.md * add extern declaration of edvorakjp_config to edvorakjp.h * add oled.c * add layout definitions * add keymap.c * add rules.mk * fix rgblight issue: rgblight_setrgb() ignore RGBLIGHT_LIMIT_VAL |