summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [BASE]: Meh, Hyper now have symbols on both sidesWill Wolff-Myren2016-07-171-4/+4
| | | | | Left: MEH_T(KC_BSLS),ALL_T(KC_SLSH) Right: ALL_T(KC_LBRC),MEH_T(KC_RBRC)
* Update Base Layer comment to match new layout.Will Wolff-Myren2016-07-171-1/+1
|
* [BASE]: KC_MINS -> KC_GRVWill Wolff-Myren2016-07-171-1/+1
|
* RSpec: KC_EQL -> KC_MINSWill Wolff-Myren2016-07-171-2/+2
|
* LSpec: KC_GRV -> KC_EQLWill Wolff-Myren2016-07-171-2/+2
|
* Update .gitignore to include VSCode setting.Will Wolff-Myren2016-07-171-0/+1
|
* Replaced ordinary-media.{png|json} with new media layoutWill Wolff-Myren2016-07-144-27/+436
|
* Replaced ordinary-symbol.{png|json} with new base layout.Will Wolff-Myren2016-07-145-29/+430
|
* Replaced ordinary-base.{png|json} with new base layout.Will Wolff-Myren2016-07-144-27/+452
|
* Replaced readme.md with stubWill Wolff-Myren2016-07-141-92/+5
| | | | (incl. reference to original layout)
* Created "teckinesis" keymap folderWill Wolff-Myren2016-07-1310-0/+665
| | | | (Based on "ordinary" keymap by Nicholas Keene)
* Merge pull request #477 from Smilliam/masterJack Humbert2016-07-113-1/+19
|\ | | | | Canceling Space Cadet state with opposite shift key
| * amended extraneous file editsSmilliam2016-07-102-7/+1
| |
| * Made rollover behavior for space cadet optionalSmilliam2016-07-104-10/+26
| |
| * fixed indentation.Smilliam2016-07-041-8/+8
| |
| * Allow Space Cadet state to be canceled by alternate Shift keySmilliam2016-07-041-0/+8
| | | | | | | | Allows you to press RSHIFT to cancel the insertion of a "(" when holding down LSHIFT. Alternatively, allows you to press LSHIFT to cancel the insertion of a ")" when holding down RSHIFT. This change enables you to renege from outputting a character should you press a shift key erroneously.
* | Merge pull request #506 from stanleylai/masterJack Humbert2016-07-112-0/+104
|\ \ | | | | | | Added my custom keymap for Satan
| * | Added my custom keymap for SatanStanley Lai2016-07-102-0/+104
| | |
* | | Merge pull request #507 from ruiqimao/masterskullydazed2016-07-114-17/+33
|\ \ \ | |/ / |/| | fixed clueboard LED pin assignments and matrix documentation
| * | fixed clueboard LED pin assignments and matrix documentationRuiqi Mao2016-07-114-17/+33
|/ /
* | Merge pull request #505 from fredizzimo/documentation_fixJack Humbert2016-07-101-3/+0
|\ \ | | | | | | Remove out of place documentation, caused by ChibiOS merge
| * | Remove out of place documentation, caused by ChibiOS mergeFred Sundvik2016-07-101-3/+0
| | |
* | | Merge pull request #502 from robotmaxtron/masterJack Humbert2016-07-095-0/+544
|\ \ \ | | | | | | | | Adding robotmaxtron's GH60 Keymap
| * | | Update keymap.cMax Whittingham2016-07-091-3/+1
| | | |
| * | | Cleaning up repoMax Whittingham2016-07-095-0/+546
|/ / /
* | | Merge pull request #500 from TerryMathews/masterJack Humbert2016-07-091-0/+116
|\ \ \ | | | | | | | | Establish Poker clone keymap for Satan
| * \ \ Merge pull request #1 from jackhumbert/masterTerryMathews2016-07-0910-47/+267
| |\ \ \ | |/ / / |/| | | Catch up with jack's master
* | | | Documents tap danceErez Zukerman2016-07-081-0/+75
| |/ / |/| |
* | | Merge pull request #498 from fredizzimo/fix_make_dependenciesJack Humbert2016-07-081-10/+12
|\ \ \ | | | | | | | | Fix make dependencies
| * | | Use order only prerequisites to avoid re-linkingFred Sundvik2016-07-081-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 filesFred Sundvik2016-07-081-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_optimizationJack Humbert2016-07-082-39/+22
|\ \ \ | | | | | | | | Makefile optimization
| * | | Fix the link targetFred Sundvik2016-07-081-1/+1
| | | |
| * | | Don't run git describe for ever file that is builtFred Sundvik2016-07-081-1/+1
| | | |
| * | | Speed up compilation by not using recusive makeFred Sundvik2016-07-081-38/+21
| | | | | | | | | | | | | | | | | | | | The cleaning is done outside the targets, by checking the requested target name.
* | | | Merge pull request #494 from robbiegill/masterJack Humbert2016-07-087-1/+161
|\ \ \ \ | | | | | | | | | | Port support for hhkb-jp from tmk
| * | | | port missing support for hhkb-jp from tmkRobbie Gill2016-07-077-1/+161
| | | | |
* | | | | Merge pull request #493 from TerryMathews/masterJack Humbert2016-07-0812-595/+92
|\ \ \ \ \ | |_|/ / / |/| | | | Create keycodes for RGB control functions
| | | * | Establish Poker clone keymap for SatanTerryMathews2016-07-091-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 initializeTerryMathews2016-07-081-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 blockTerryMathews2016-07-081-26/+26
| | | | | | | | | | | | | | | | | | | | According to Jack, this makes the return case not be processed. Doesn't break anything in the firmware.
| * | | Fix cluepad and planckTerryMathews2016-07-072-5/+5
| | | |
| * | | Fix compile error on ClueboardTerryMathews2016-07-071-2/+2
| | | |
| * | | Create keycodes for RGB control functionsTerryMathews2016-07-0711-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_fixesJack Humbert2016-07-074-9/+7
|\ \ \ | | | | | | | | Some fixes for keycode processing
| * | | Fix IS_CONSUMER macroFred Sundvik2016-07-071-1/+1
| | | |
| * | | Remove unhandled KC_BTLD, RESET should be used insteadFred Sundvik2016-07-073-7/+5
| | | |
| * | | Fix the range for consumer keysFred Sundvik2016-07-071-1/+1
|/ / /
* | | fixes quantum template (actually)Jack Humbert2016-07-071-1/+1
| | |
* | | updates rgblight implementation, makes non-timer stuff compatible with audioJack Humbert2016-07-0717-74/+160
| | |