aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* Tested, resolved Mouse issue, resolved numpad issuecommandlinedesign2016-07-231-15/+15
|
* Resolved errorscommandlinedesign2016-07-231-7/+17
|
* Init ReadmeJonathan Lucas2016-07-231-0/+1
| | | This needs a better description.
* Create MakefileJonathan Lucas2016-07-231-0/+23
| | | This is untested, use caution.
* Create CMD-Preonic KeymapJonathan Lucas2016-07-231-0/+322
| | | This is very Alpha-Mode, and has not been tested or even Made yet.
* Merge pull request #543 from VoodaGod/bone2planckJack Humbert2016-07-211-74/+120
|\ | | | | updated bone2planck
| * fixed include pathsJason Janse van Rensburg2016-07-201-16/+16
| |
| * reformatJason Janse van Rensburg2016-07-201-16/+16
| |
| * updated bone2planckJason Janse van Rensburg2016-07-201-65/+111
| |
* | Merge pull request #541 from milestogo/masterJack Humbert2016-07-2129-0/+2816
|\ \ | | | | | | initial kinisis advantage build
| * | adding traveller keyboardmilestogo2016-07-207-0/+697
| | |
| * | initial kinisis advantage buildmilestogo2016-07-1922-0/+2119
| |/
* | Merge pull request #540 from replicaJunction/feature-atreus-keymapFunctionJack Humbert2016-07-211-5/+5
|\ \ | | | | | | Adjusted Atreus KEYMAP() function.
| * | Adjusted Atreus KEYMAP() function.Joshua T2016-07-191-5/+5
| |/ | | | | | | | | | | 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.
* | Merge pull request #538 from robertdale/preonic-map-correctionJack Humbert2016-07-211-5/+5
|\ \ | | | | | | Preonic: Corrected the ascii layout to match the coded layout
| * | added Midi On/Off; Enter is actually transparentRobert Dale2016-07-191-3/+3
| | |
| * | Corrected the ascii layout to match the coded layoutRobert Dale2016-07-191-3/+3
| |/
* | Merge pull request #530 from sethbc/masterJack Humbert2016-07-219-2/+47
|\ \ | | | | | | Misc. fixes from sethbc
| * | update more non-existent readmes for QMK.fmSeth Chandler2016-07-174-0/+16
| | |
| * | update broken linkSeth Chandler2016-07-171-1/+1
| | |
| * | update readmes in certain directories to work with qmk.fmSeth Chandler2016-07-172-0/+8
| | |
| * | add custom makefile for sethbc keymapSeth Chandler2016-07-161-0/+21
| | |
| * | update makefile to default to no virtual dip switchesSeth Chandler2016-07-161-1/+1
| |/
* | Fix erroneous characterJonathan Lucas2016-07-161-1/+1
| | | | | | Must have been keeb testing :)
* | Added CMD60 keymapJonathan Lucas2016-07-166-0/+364
|/
* Merge pull request #2 from jackhumbert/masterJoshua Colbeck2016-07-1262-663/+2675
|\ | | | | Pull from upstream
| * Merge pull request #477 from Smilliam/masterJack Humbert2016-07-111-1/+1
| |\ | | | | | | Canceling Space Cadet state with opposite shift key
| | * amended extraneous file editsSmilliam2016-07-102-7/+1
| | |
| | * Made rollover behavior for space cadet optionalSmilliam2016-07-102-2/+8
| | |
| * | 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
| | | |
| * | | fixed clueboard LED pin assignments and matrix documentationRuiqi Mao2016-07-114-17/+33
| |/ /
| * | Update keymap.cMax Whittingham2016-07-091-3/+1
| | |
| * | Cleaning up repoMax Whittingham2016-07-095-0/+546
| | |
| * | Merge pull request #1 from jackhumbert/masterTerryMathews2016-07-097-1/+161
| |\ \ | | | | | | | | Catch up with jack's master
| | * \ 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
| | | | |
| * | | | 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.
| * | | Fix cluepad and planckTerryMathews2016-07-072-5/+5
| | | |
| * | | Fix compile error on ClueboardTerryMathews2016-07-071-2/+2
| | | |
| * | | Create keycodes for RGB control functionsTerryMathews2016-07-079-586/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | | Remove unhandled KC_BTLD, RESET should be used insteadFred Sundvik2016-07-072-2/+5
| | | |
| * | | updates rgblight implementation, makes non-timer stuff compatible with audioJack Humbert2016-07-0713-49/+113
| | | |
| * | | Merge pull request #490 from fredizzimo/integrate_visualizerJack Humbert2016-07-0717-0/+1568
| |\ \ \ | | |/ / | |/| | Integrate visualizer for ChibiOS and Infinity Ergodox
| | * | Move the visualizer_user file to keymap folderFred Sundvik2016-07-071-0/+0
| | | | | | | | | | | | | | | | Also rename it to visualizer.c
| | * | Delete lcd_backlight_hal.cFred Sundvik2016-07-072-84/+65
| | | | | | | | | | | | | | | | | | | | The functionality can now be found in the infinity_erogodox.c file instead.
| | * | Makefile fixes and update of VisualizerFred Sundvik2016-07-071-0/+9
| | | |
| | * | Add Infinity Ergodox display driversFred Sundvik2016-07-0713-0/+992
| | | |
| | * | Makefile changes and files to compile VisualizerFred Sundvik2016-07-074-0/+586
| | | |