Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-21 | Merge pull request #543 from VoodaGod/bone2planck | Jack Humbert | |
updated bone2planck | |||
2016-07-21 | Merge pull request #541 from milestogo/master | Jack Humbert | |
initial kinisis advantage build | |||
2016-07-21 | Merge pull request #540 from replicaJunction/feature-atreus-keymapFunction | Jack Humbert | |
Adjusted Atreus KEYMAP() function. | |||
2016-07-21 | Merge pull request #538 from robertdale/preonic-map-correction | Jack Humbert | |
Preonic: Corrected the ascii layout to match the coded layout | |||
2016-07-21 | Merge pull request #530 from sethbc/master | Jack Humbert | |
Misc. fixes from sethbc | |||
2016-07-20 | adding traveller keyboard | milestogo | |
2016-07-20 | fixed include paths | Jason Janse van Rensburg | |
2016-07-20 | reformat | Jason Janse van Rensburg | |
2016-07-20 | updated bone2planck | Jason Janse van Rensburg | |
2016-07-19 | initial kinisis advantage build | milestogo | |
2016-07-19 | Adjusted Atreus KEYMAP() function. | Joshua T | |
This change adjusts the KEYMAP() function to provide a more visual representation of the key positions on the keyboard. Previously, keymaps have been defined directly using arrays for the Atreus keyboard. While this works, it doesn't utilize the helpful KEYMAP() function at all to allow the user to visually position the key codes for ease of editing. See the Ergodox-EZ KEYMAP() function and layouts for a great example of how this can work. This change should not break any existing Atreus layouts. At the time of this commit, there are two existing layouts for the Atreus board, and neither use the KEYMAP() function. | |||
2016-07-19 | added Midi On/Off; Enter is actually transparent | Robert Dale | |
2016-07-19 | Corrected the ascii layout to match the coded layout | Robert Dale | |
2016-07-17 | update more non-existent readmes for QMK.fm | Seth Chandler | |
2016-07-17 | update broken link | Seth Chandler | |
2016-07-17 | update readmes in certain directories to work with qmk.fm | Seth Chandler | |
2016-07-16 | add custom makefile for sethbc keymap | Seth Chandler | |
2016-07-16 | update makefile to default to no virtual dip switches | Seth Chandler | |
2016-07-16 | Fix erroneous character | Jonathan Lucas | |
Must have been keeb testing :) | |||
2016-07-16 | Added CMD60 keymap | Jonathan Lucas | |
2016-07-12 | Merge pull request #2 from jackhumbert/master | Joshua Colbeck | |
Pull from upstream | |||
2016-07-11 | Merge pull request #477 from Smilliam/master | Jack Humbert | |
Canceling Space Cadet state with opposite shift key | |||
2016-07-11 | Merge pull request #506 from stanleylai/master | Jack Humbert | |
Added my custom keymap for Satan | |||
2016-07-11 | fixed clueboard LED pin assignments and matrix documentation | Ruiqi Mao | |
2016-07-10 | amended extraneous file edits | Smilliam | |
2016-07-10 | Made rollover behavior for space cadet optional | Smilliam | |
2016-07-10 | Added my custom keymap for Satan | Stanley Lai | |
2016-07-09 | Update keymap.c | Max Whittingham | |
2016-07-09 | Cleaning up repo | Max Whittingham | |
2016-07-09 | Merge pull request #1 from jackhumbert/master | TerryMathews | |
Catch up with jack's master | |||
2016-07-09 | Establish Poker clone keymap for Satan | TerryMathews | |
Maps all of the side-print legends on the stock Poker II keycaps that are feasible (doesn't support repeat rate toggling, Pmode recording). | |||
2016-07-08 | Merge pull request #494 from robbiegill/master | Jack Humbert | |
Port support for hhkb-jp from tmk | |||
2016-07-08 | Fix a function mismatch that was causing LEDs to not properly initialize | TerryMathews | |
See #430. Name of function being called at init was updated to led_init_ports(), but the call itself wasn't renamed. | |||
2016-07-07 | port missing support for hhkb-jp from tmk | Robbie Gill | |
2016-07-07 | Fix cluepad and planck | TerryMathews | |
2016-07-07 | Fix compile error on Clueboard | TerryMathews | |
2016-07-07 | Create keycodes for RGB control functions | TerryMathews | |
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) | |||
2016-07-07 | Remove unhandled KC_BTLD, RESET should be used instead | Fred Sundvik | |
2016-07-07 | updates rgblight implementation, makes non-timer stuff compatible with audio | Jack Humbert | |
2016-07-07 | Merge pull request #490 from fredizzimo/integrate_visualizer | Jack Humbert | |
Integrate visualizer for ChibiOS and Infinity Ergodox | |||
2016-07-07 | Move the visualizer_user file to keymap folder | Fred Sundvik | |
Also rename it to visualizer.c | |||
2016-07-07 | Delete lcd_backlight_hal.c | Fred Sundvik | |
The functionality can now be found in the infinity_erogodox.c file instead. | |||
2016-07-07 | Makefile fixes and update of Visualizer | Fred Sundvik | |
2016-07-07 | Add Infinity Ergodox display drivers | Fred Sundvik | |
2016-07-06 | Merge branch 'master' of https://github.com/Skrymir/qmk_firmware | Josh Colbeck | |
2016-07-06 | default keymap, reset sorted out for now, added serial to makefile | Jack Humbert | |
2016-07-06 | Changed layer switching to momentary | Josh Colbeck | |
corrected macro | |||
2016-07-06 | Merge branch 'master' into lets-split-support | Jack Humbert | |
2016-07-07 | Makefile changes and files to compile Visualizer | Fred Sundvik | |
2016-07-06 | Add serial_link compilation to Infinity Ergodox | Fred Sundvik | |