Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Merge pull request #1 from jackhumbert/master | TerryMathews | 2016-07-09 | 10 | -47/+267 | |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Catch up with jack's master | |||||
* | | | | | | | Documents tap dance | Erez Zukerman | 2016-07-08 | 1 | -0/+75 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #498 from fredizzimo/fix_make_dependencies | Jack Humbert | 2016-07-08 | 1 | -10/+12 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix make dependencies | |||||
| * | | | | | | Use order only prerequisites to avoid re-linking | Fred Sundvik | 2016-07-08 | 1 | -9/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The prerequisites at the start of the build process are order-only so that the trget don't link again. Also added as a dependency to the compilation to force the messages to be printed at the start | |||||
| * | | | | | | Fix name of makefile dep files | Fred Sundvik | 2016-07-08 | 1 | -1/+1 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The files can't start with a .dot, as the wildcard function wont find them. So this is fixed by removing the BUILD_DIR from the name. | |||||
* | | | | | | Merge pull request #496 from fredizzimo/makefile_optimization | Jack Humbert | 2016-07-08 | 2 | -39/+22 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Makefile optimization | |||||
| * | | | | | | Fix the link target | Fred Sundvik | 2016-07-08 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Don't run git describe for ever file that is built | Fred Sundvik | 2016-07-08 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Speed up compilation by not using recusive make | Fred Sundvik | 2016-07-08 | 1 | -38/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cleaning is done outside the targets, by checking the requested target name. | |||||
* | | | | | | | Merge pull request #494 from robbiegill/master | Jack Humbert | 2016-07-08 | 7 | -1/+161 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Port support for hhkb-jp from tmk | |||||
| * | | | | | | | port missing support for hhkb-jp from tmk | Robbie Gill | 2016-07-07 | 7 | -1/+161 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #493 from TerryMathews/master | Jack Humbert | 2016-07-08 | 12 | -595/+92 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Create keycodes for RGB control functions | |||||
| | | * | | | | Establish Poker clone keymap for Satan | TerryMathews | 2016-07-09 | 1 | -0/+116 | |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | Maps all of the side-print legends on the stock Poker II keycaps that are feasible (doesn't support repeat rate toggling, Pmode recording). | |||||
| * | | | | | Fix a function mismatch that was causing LEDs to not properly initialize | TerryMathews | 2016-07-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See #430. Name of function being called at init was updated to led_init_ports(), but the call itself wasn't renamed. | |||||
| * | | | | | Move return out of event if block | TerryMathews | 2016-07-08 | 1 | -26/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to Jack, this makes the return case not be processed. Doesn't break anything in the firmware. | |||||
| * | | | | | Fix cluepad and planck | TerryMathews | 2016-07-07 | 2 | -5/+5 | |
| | | | | | | ||||||
| * | | | | | Fix compile error on Clueboard | TerryMathews | 2016-07-07 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Create keycodes for RGB control functions | TerryMathews | 2016-07-07 | 11 | -586/+83 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moves RGB controls out of the macro function and assigns them their own keycodes: RGB_TOG (toggle on/off) RGB_MOD (mode step) RGB_HUI (increase hue) RGB_HUD (decrease hue) RGB_SAI (increase saturation) RGB_SAD (decrease saturation) RGB_VAI (increase brightness) RGB_VAD (decrease brightness) | |||||
* | | | | | Merge pull request #491 from fredizzimo/keycode_fixes | Jack Humbert | 2016-07-07 | 4 | -9/+7 | |
|\ \ \ \ \ | | | | | | | | | | | | | Some fixes for keycode processing | |||||
| * | | | | | Fix IS_CONSUMER macro | Fred Sundvik | 2016-07-07 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Remove unhandled KC_BTLD, RESET should be used instead | Fred Sundvik | 2016-07-07 | 3 | -7/+5 | |
| | | | | | | ||||||
| * | | | | | Fix the range for consumer keys | Fred Sundvik | 2016-07-07 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | fixes quantum template (actually) | Jack Humbert | 2016-07-07 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | updates rgblight implementation, makes non-timer stuff compatible with audio | Jack Humbert | 2016-07-07 | 17 | -74/+160 | |
| | | | | | ||||||
* | | | | | Merge pull request #490 from fredizzimo/integrate_visualizer | Jack Humbert | 2016-07-07 | 26 | -39/+1626 | |
|\ \ \ \ \ | | | | | | | | | | | | | Integrate visualizer for ChibiOS and Infinity Ergodox | |||||
| * | | | | | Move the visualizer_user file to keymap folder | Fred Sundvik | 2016-07-07 | 2 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Also rename it to visualizer.c | |||||
| * | | | | | Delete lcd_backlight_hal.c | Fred Sundvik | 2016-07-07 | 3 | -87/+65 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The functionality can now be found in the infinity_erogodox.c file instead. | |||||
| * | | | | | Add suspend support to the ChibiOS visualizer | Fred Sundvik | 2016-07-07 | 1 | -0/+7 | |
| | | | | | | ||||||
| * | | | | | Fix the SERIAL_LINK_ENABLE macro in Visualizer | Fred Sundvik | 2016-07-07 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Rename from USE_SERIAL_LINK -> SERIAL_LINK_ENABLE | |||||
| * | | | | | Fix visualizer crash at startup | Fred Sundvik | 2016-07-07 | 3 | -6/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Visualizer and serial link initialized in the wrong order. The LED_ENABLED define wasn't set properly uGfx is always initialized | |||||
| * | | | | | Makefile fixes and update of Visualizer | Fred Sundvik | 2016-07-07 | 5 | -7/+29 | |
| | | | | | | ||||||
| * | | | | | Add Infinity Ergodox display drivers | Fred Sundvik | 2016-07-07 | 13 | -0/+992 | |
| | | | | | | ||||||
| * | | | | | Makefile changes and files to compile Visualizer | Fred Sundvik | 2016-07-07 | 8 | -23/+604 | |
| | | | | | | ||||||
| * | | | | | Add ugfx submodule | Fred Sundvik | 2016-07-07 | 2 | -0/+3 | |
| | | | | | | ||||||
* | | | | | | corrects quantum template | Jack Humbert | 2016-07-07 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #484 from jackhumbert/lets-split-support | Jack Humbert | 2016-07-06 | 22 | -18/+1807 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Add Let's Split support | |||||
| * | | | | default keymap, reset sorted out for now, added serial to makefile | Jack Humbert | 2016-07-06 | 8 | -59/+241 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' into lets-split-support | Jack Humbert | 2016-07-06 | 42 | -18/+4186 | |
| |\ \ \ \ | |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #488 from fredizzimo/add_visualizer | Jack Humbert | 2016-07-06 | 13 | -0/+1717 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add visualizer library | |||||
| * \ \ \ \ | Merge commit '73d890a2c9c34b905cd5e74e7146fdd4578dcb96' into add_visualizer | Fred Sundvik | 2016-07-06 | 5 | -25/+342 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix visualizer sleeping too long | Fred Sundvik | 2016-06-01 | 1 | -5/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The documentation for ugfx gEventWait wait is wrong and the function takes the time in milliseconds, instead of system ticks. This caused the the thread to sleep way too long. It also caused somewhat random sleeping behaviour as the MS2ST function overflows at around 43 seconds sleep. The event source is also now initialized correctly, so that the thread actually can be woken up by events. | |||||
| | * | | | | | Add a nicer sine based gradient for the LEDs | Fred Sundvik | 2016-05-29 | 2 | -8/+5 | |
| | | | | | | | ||||||
| | * | | | | | Make LED visualization times configurable | Fred Sundvik | 2016-05-29 | 1 | -9/+12 | |
| | | | | | | | ||||||
| | * | | | | | Fix emulator #ifdef check | Fred Sundvik | 2016-05-29 | 2 | -2/+2 | |
| | | | | | | | ||||||
| | * | | | | | Don't include lcd_backlight_hal for emulator | Fred Sundvik | 2016-05-28 | 1 | -2/+0 | |
| | | | | | | | ||||||
| | * | | | | | Add callback function for emulator drawing | Fred Sundvik | 2016-05-18 | 2 | -1/+10 | |
| | | | | | | | ||||||
| | * | | | | | Add custom led and lcd display support | Fred Sundvik | 2016-05-18 | 2 | -3/+20 | |
| | | | | | | | ||||||
| | * | | | | | Fix crash when event listener not created | Fred Sundvik | 2016-05-17 | 1 | -1/+3 | |
| | | | | | | | ||||||
| | * | | | | | Build lcd_backlight_hal_emulator.c | Fred Sundvik | 2016-05-17 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the emulator is set, instead of the lcd_backlight_hal.c file. | |||||
| | * | | | | | Enable and fix compilation of more files | Fred Sundvik | 2016-05-17 | 2 | -17/+13 | |
| | | | | | | |