summaryrefslogtreecommitdiffstats
path: root/keyboards/jc65/v32a
AgeCommit message (Collapse)AuthorFilesLines
2019-01-27Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre1-4/+0
* Add default value for IS_COMMAND for COMMAND feature * Cleanup and consistency * Update Templates to reflect change * Fix IS_COMMAND in template * Fix IS_COMMAND define * Use consistent IS_COMMAND block in templates * Remove unnecessary `#undef IS_COMMAND` directives * Fix compile issue on orthodox * Reomve IS_COMMAND option for newer boards * Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting * Remove a couple of additional IS_COMMAND defines * Remove remaining redundant IS_COMMAND definitions * Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin * Remove multiple empty lines in modified config.h files * Update additional boards * Reomve IS_COMMAND from newer boards * Update Alice keyboard * Remove IS_COMMAND from additional boards Jan 24th edition
2019-01-13Modified URLs to point to new locationsJeremy Bernhardt1-1/+1
2018-11-28Turn off Mousekeys for several ps2avrGB keyboards (#4502)Drashna Jaelre1-2/+2
* Turn off Mousekeys for jc65 * Turn off Mousekeys for ps2avrGB templates * Disable mousekeys for bmini and canoe as well
2018-09-28Optimize size of JC65/v32a keyboardDrashna Jaelre2-4/+5
2018-07-12Update JC65 Readme (#3384)MechMerlin1-4/+10
2018-06-27JC65 Refactor and Configurator update (#3239)noroadsleft3-9/+5
* Add Configurator support for JC65 v32a (ps2avrgb) version * JC65 Keymap refactor
2018-04-12Remove bootloader from info.jsonsskullY1-1/+0
2018-04-08More Configurator Warning Fixes (#2716)MechMerlin3-8/+8
* mf68_ble did not have the correct .c and .h files * Fix JC65 KEYMAP to LAYOUT * Change KEYMAP to LAYOUT for s60_x * Convert KEYMAP to LAYOUT for lets_split boards * Convert KEYMAP to LAYOUT * more fixes to keymap for iris * convert KEYMAP to LAYOUT for levinson keyboard * change losinggeneration's KEYMAP to LAYOUT * convert KEYMAP to LAYOUT * convert KEYMAP to LAYOUT for nyquist * convert KEYMAP to LAYOUT * convert KEYMAP to LAYOUT for viterbi * convert KEYMAP to LAYOUT * convert KEYMAP and its subsidiries to the LAYOUT standard * convert KEYMAP and its subsidiries to the new LAYOUT standard
2018-04-08Pull information from config.h and rules.mk (#2711)skullydazed1-3/+0
* Pull information from config.h and rules.mk * Readd the kbd75 maintainer
2018-03-25info.json configurator support for popular 65% keyboards (#2589)MechMerlin1-0/+20
* Support for tada68 ansi layout. Avoiding the iso layout as it doesn't seem correct * whitefox support for configurator * configurator support for jc65 PCB featuring both the qmk and ps2avrgb versions
2018-02-19Readme img link updates (#2410)Jason Barnachea2-23/+28
* QMK and JC65 pcb img links updated link fixes * personal keymap updates new v32u4 keymap, updated v32a keymap * Update readme.md
2018-02-10Add JC65 ps2avrGB keyboard (#2351)Jason Barnachea15-0/+1000
* Adds JC65 ps2avrGB keyboard * Adds default keymap * Adds personal keymap * Backlight On/off support Migrated code from the BFake. Functionality only on BL_ON, BL_OFF, BL_TOGG. * Backlighting config adjustment Only 1 level supported. * Personal keymap update BL toggle added and RGB layer updates. * Renamed jc65 ps2avrgb directory Renamed directory for more clarity. * Default keymap and default rules * Personal keymap and personal rules * Group JC65 QMK and PS2 versions Group JC65 QMK and PS2 versions, Split directories, Readme for parent folder. * Default keycaps and personal keymaps re-added Default and personal keymaps re-added. Keymaps, Readme, Rules.mk, and config.h * v32a default keymap rules Default to no. * RGB and Backlight default settings Set to yes. * Rules.mk defaults for personal keymap Rules.mk defaults for personal keymap * Revised keyboard readme make paths Revised. * Path correction * jc65 default folder set set default pcb to qmk version * default rules for v32a set to enable backlight and rgb by default.