aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/jj50
Commit message (Collapse)AuthorAgeFilesLines
* [Keymap] yoonbae81 keymap for JJ50 (#10052)Yoonbae Cho2020-08-173-0/+51
| | | | | | | | | | | * Create keymap for jj50 * Update rules.mk * Update rules.mk * Update * Update keymap.c
* Add workman layout in JJ50 default keymap (#9574)Guillaume Gérard2020-06-282-15/+59
|
* [Keyboard] Refactor JJ50 keyboard mapping to current standard (#9415)Guillaume Gérard2020-06-286-104/+291
|
* Remove `DEBUG_LEVEL` from V-USB rules.mk (#9117)Ryan2020-05-172-5/+0
|
* V-USB: Consolidate usbconfig.h's into a single file (#8584)Ryan2020-03-311-355/+0
|
* V-USB: Use structs for USB descriptors (#8572)Ryan2020-03-281-9/+3
| | | | | | | * V-USB: Use structs for USB descriptors * Update usbconfigs * cformat pass
* V-USB: Use manufacturer and product strings from config.h (#7797)Ryan2020-03-262-34/+7
| | | | | * V-USB: Use manufacturer and product strings from config.h * Update board configs
* Remove NO_UART defines from config.h for V-USB boards (#8351)Ryan2020-03-091-2/+0
|
* Remove custom backlight code for PS2AVRGB boards (#7775)fauxpark2020-01-186-388/+1
| | | | | | | | | | | | | | * Remove custom backlight code for PS2AVRGB boards * Remove custom driver setting * BACKLIGHT_BREATHING goes in config.h, not here * Don't need to include backlight.c again here either * Turn on backlight for Canoe * Disable console on a few boards due to oversize
* [Keymap] Updated keymaps (#7834)AbstractKB2020-01-105-1/+146
|
* Remove custom matrix from PS2AVRGB boards (#7396)fauxpark2020-01-025-125/+6
| | | | | | | | * Remove custom matrix from PS2AVRGB boards * Add custom backlight.c to SRC for bminiex, for now * Add missing DIODE_DIRECTIONs
* [Keyboard] Update ATmega32A readme files to match template (#7462)Joel Challis2019-11-231-74/+10
| | | | | | | | * Update atmega32a readme files to match template * Update atmega32a readme files to match template - fixes * Apply suggestions from code review
* Set device version from config.h for V-USB boards (#7316)fauxpark2019-11-152-1/+2
|
* Add support for configurable polling interval and power usage o… (#7336)fauxpark2019-11-151-10/+0
| | | | | | * Add support for custom polling interval and power usage on V-USB boards * Use 1ms as default for now
* Convert remaining PS2AVRGB boards to I2C WS2812 driver (#7245)fauxpark2019-11-034-209/+11
| | | | | | * Convert remaining PS2AVRGB boards to I2C WS2812 driver * Add back functions to make the custom matrices happy
* Cleanup rules.mk for 32A and 328P keyboards (#6767)fauxpark2019-09-202-27/+10
|
* Remove unused _BOOTLOADER definesfauxpark2019-08-042-5/+7
|
* [Keymap] Bugfixes on tapdance logic and small changes in layout (#5622)Iason Dimitrakopoulos2019-04-162-38/+101
| | | | | | | | * Add layer switcher functionality * Fixes in left/right bracket functions and other small fixes * used better KCs
* [Keymap] Updated my personal keymaps for the bfo9000 and jj50 (#5508)AbstractKB2019-04-012-0/+141
| | | | | | * Updated my personal keymaps for the bfo9000 and jj50 * fixed best practices mistakes
* Cleanup Default Keymaps (#5442)Drashna Jaelre2019-03-191-3/+1
| | | | | | | | * Cleanup Default Keymaps to conform to QMK Firmware standards * Minor fixes * Revert some changes
* Align use of atmega32a program script (#5259)zvecr2019-03-143-76/+2
| | | | | | * Remove duplicate 'program' files and refactor to use atmega32a_program.py * Update readme references from 'program' to 'atmega32a_program.py'
* archetype keymap for jj50 (#5397)Iason Dimitrakopoulos2019-03-134-0/+310
| | | | | | | | * archetype keymap for jj50 keyboard * archetype keymap for jj50 keyboard * PR fixes proposed by mechmerlin
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-261-3/+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
* Modified URLs to point to new locationsJeremy Bernhardt2019-01-131-1/+1
|
* Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)noroadsleft2019-01-041-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove QUANTUM_DIR code blocks from keyboard rules This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect entire keyboards. * remove QUANTUM_DIR code blocks from rules for default keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect default keymaps. * remove QUANTUM_DIR code blocks from rules for user keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect "user" keymaps. (It's actually any keymap that isn't named `default`.) * remove QUANTUM_DIR code blocks from rules for community layouts This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for community layouts. * remove QUANTUM_DIR code blocks from rules for userspaces This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for userspaces.
* ps2avrgb: fix incorrect avr ports specified (for numlock and capslock LEDs) ↵Kenneth Aloysius2018-07-231-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#3453) * Add M6-A keymap * Update XD60 keymap * Update XD60 keymap readme * Update JJ40 and Let's Split keymaps * Add readme for M6-A * Fix typo, update JJ40 README * Update jj40 readme * Cleanup jj40 keymap * Revert Let's Split QWERTY layer to default before #2010 * Update numpad layers * Fix: Let's Split keymap getting stuck mods due to having keycodes assigned on the Raise layer * Keep ASCII art consistent with keymap * Staryu: initial port * Add personal keymap * Added and updated READMEs * Fix: default keymap for staryu * Rudimentary backlight support. * Enabled mousekeys for default keymap * use QMK_KEYBOARD_H and LAYOUT * Update readme.md for NIU mini: flash using avrdude * Fix missing linebreaks for Staryu README * Update readme.md * Update PS2AVRGB boards with new matrix.c * Update canoe matrix.c; untested * Fix canoe.c for building (needs matrix_scan_user and matrix_init_user) * Add personal Iris keymap * Update keymap * Update keymap * Update keymap, disable backlighting and underglow * Move PrintScreen button * Add README * Update personal keymaps * Add INS key * Limit USB max power consumption, change Fn to MENU * Remove Numpad layer (easy to accidentally toggle) * Fix backlighting for ps2avrgb * Update comments to refer to actual pin naming * Possible fix for xyverz ortho keymap: define RGBLED_NUM * Make led_set_user in backlight.c overridable * Add changes to address points raised in code review, untested (don't have build env right now)
* JJ50 Refactor and updates (#3241)noroadsleft2018-06-274-26/+34
| | | | | | | | | | * Matrix Refactor * Configurator update * Rules update: add LAYOUTS = ortho_5x12 * Readme update
* Backlight and RGB now working for JJ50 (#2929)WarmCat2018-05-1011-42/+521
| | | | | | | | | | * Added support for JJ50 from KPRepublic, no rgb or backlight control yet. Added as a layout of ymd96 at the moment (same microprocessor). Basic keymap with three layers to get started. * Added support for JJ50 * Tidied up jj50 code, backlight and RGB is now working. * Renaming "KEYMAP" to "LAYOUT" to adhere to the new QMK standards.
* Added basic support for JJ50 (preonic-like based on atmega32A) (#2546)WarmCat2018-03-2411-0/+1080
* Added support for JJ50 from KPRepublic, no rgb or backlight control yet. Added as a layout of ymd96 at the moment (same microprocessor). Basic keymap with three layers to get started. * Added support for JJ50