aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* [Keymap] Add RGB keycodes to keymap, enable RGB_MATRIX on crkbd (#7499)Manna Harbour2019-11-292-0/+21
|
* [keymap] personal keymap tweaks (#7510)Callum Oakley2019-11-302-7/+7
| | | | | | | | | | | | | | | | * replace home and end with cmd-left and cmd-right for iOS compatability * tab left and right with cmd-shift-bracket instead of ctrl-tab for Blink compatability * cmd-up and cmd-down instead of pg-up pg-down for blink shell compatability * Revert "cmd-up and cmd-down instead of pg-up pg-down for blink shell compatability" This reverts commit e976af9f11f77933f272edc22faf971445a65717. * reorganised symbol layer * update link in readme
* Fix processing of RGB keycodes on slave half (#7404)Joel Challis2019-11-281-8/+3
|
* [Keyboard] New Keyboard: J-01 (#7494)MechMerlin2019-11-278-0/+416
| | | | | | | | | | | | | | | | | | | | | | | | * initial commit * create the appropriate LAYOUT macro * ANSI FOREVER * Update keyboards/jae/j01/config.h Changing it to use the Esc key for bootmagic lite * Update keyboards/jae/j01/readme.md * Update keyboards/jae/j01/readme.md * Update keyboards/jae/j01/info.json * Update keyboards/jae/j01/readme.md * Update keyboards/jae/j01/info.json * remove file as per fauxpark comments
* Community Layout support (and minor tidying) for KBD8X MK2 (#7449)James Young2019-11-279-145/+387
| | | | | | | | | | | | | | | * Community Layout support for KBD8X MK2 - add LAYOUT_tkl_ansi and LAYOUT_tkl_iso layout macros - add default_tkl_iso keymap, using new layout macro - rename ansi_625 keymap to default_tkl_ansi, using new layout macro - change keymaps to four-space indent - update info.json - remove firmware size impacts from rules.mk * remove empty functions * rename the ANSI and ISO keymaps per fauxpark
* adding noah keyboard (#7432)yulei2019-11-2721-0/+5464
| | | | | | | | | | | | * adding noah keyboard * Update keyboards/matrix/noah/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/matrix/noah/noah.c Co-Authored-By: Drashna Jaelre <drashna@live.com>
* [Keyboard] add keyboard wm1 (#7466)heliarmk2019-11-268-0/+291
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add new keyborad wm1 * 删除print信息 * add info.json and modified the default keymap.c * add keyboard name and maintainer in info.json * add readme.md file for new keyboard * add default/keymap/readme.md * modified the main readme file * change keyboard name from wm1 to wm1_hotswap * update readme * update imgur link in readme * update readme to add more pic and subtopic * change wm1 keyboard pic to direct show up * add copyright to config.h * modified the info.json to change the label * set the debug config to no in rule.mk * rename wn1.c wm1.h to wm1_hotswap.c, wm1_hotswap.h * fix spelling mistake * update the rule.mk to new version * fix the LED operation in wm1_hotswap.c * delete the definition of kc_trns * change layout to conform to electrical position * delete backslashes in keymap.c * update info.json according to the layout * change the return of led_update_kb * delete unused comments in rule.mk * delete unused definition in wm1_hotswap.h * add a if statement to support user override func * fix comment in rules.mk
* Adjust Fn key and right arrow cluster of GH60/Satan keymap (#7490)Stephen Tudor2019-11-261-20/+20
|
* [Keymap] added a KBD67v2 layout that allows swapping of num/sym keys and ↵Kemmel-Dev2019-11-264-0/+64
| | | | f-rows (#7469)
* [Keyboard] change xbows/knight pins of capslock Indicator (#7486)moyi46812019-11-262-4/+4
|
* Send string keycode tweaks (#7471)fauxpark2019-11-253-3/+3
|
* [Keymap] Added keymap for Tessachka (#7457)Thomas Baart2019-11-253-0/+273
| | | | | | | | | | | | * Added keymap for Tessachka * Update keyboards/kyria/keymaps/tessachka/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/kyria/keymaps/tessachka/rules.mk Co-Authored-By: Drashna Jaelre <drashna@live.com>
* [Keyboard] Add keyboard 7skb (#7468)Salicylic-acid32019-11-2515-0/+626
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add keyboard 7skb Add 7skb keyboard. A 63 keys HHKB Layout keyboard. Salicylic-acid3 * Update keyboards/7skb/keymaps/default/keymap.c * Update keyboards/7skb/keymaps/default/keymap.c * Update keyboards/7skb/keymaps/default/keymap.c * Update keyboards/7skb/keymaps/salicylic/keymap.c * Update keyboards/7skb/readme.md * Update keyboards/7skb/readme.md * Update keyboards/7skb/readme.md * keymap update Remove extra parts * Delete rules.mk * Update keyboards/7skb/rev1/rev1.c
* [Keyboard] Add hand swap config matrix for preonic rev 3 (#7460)Martin Kauppinen2019-11-254-11/+38
| | | | | | * Add hand swap config matrix for preonic rev 3 * Refactor hand swap config matrix into revision source files
* Add RGB LED for Dozen0 (#7458)yynmt2019-11-245-29/+156
| | | | | | | | | | | | | | | | * enable rgb led. * add layer for default keymap * Update keymap.c * Update rules.mk * Update rules.mk * fix keymaps remove backslashes.
* [Keyboard] Add candybar lefty layout (#7286)Rob Rogers2019-11-233-211/+77
| | | | | | | | | | | | | | | | | | | | * Add left number pad layout to candybar keyboard * successfully builds * Rename new layout to LAYOUT_lefty and add corresponding LAYOUT_righty as alias for LAYOUT * merge * Add lefty keymap * Add lefty layout to info.json * Added LAYOUT_righty to info.json and corrected some misplaced braces * Update keyboards/candybar/info.json * removed redundant sections as suggested.
* [Keyboard] Update ATmega32A readme files to match template (#7462)Joel Challis2019-11-2336-1245/+275
| | | | | | | | * Update atmega32a readme files to match template * Update atmega32a readme files to match template - fixes * Apply suggestions from code review
* [Keyboard] Added Cans12er keyboard (#7455)Can Baytok2019-11-236-0/+122
| | | | | | | | | | | | | | | | * added cans12er keyboard * updated readme Updated the readme to conform with the provided template from the qmk_firmware githubpage * Update keyboards/cans12er/README.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Changed configuration Changed the configuration based on the Change Request from PR #7455 made by github user noroadsleft
* [Keymap] Adding hbbisenieks keymap for keebio/iris (#7440)Hilary B. Brenum2019-11-225-0/+299
| | | | | | | | * hbbisenieks keymap * fixed right encoder * changes suggested during pr
* Allow overriding of all functions in wonderland.c (#7198)Yan-Fa Li2019-11-222-18/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * f * Allow overriding of all functions in wonderland.c - needed for custom LED functions in keymap.c * Example of layer indication via LEDs optimize * Use newer led_update_kb and led_update_user hooks - these allow overriding without use of __attribute((weak))__ * Update led documentation a bit - clarify some of the wording around how to use led_update_user * Update led_update_user example * Update audio example to be complete * trailing spaces smh * spaces * spaces * smh * Less code is good * Update docs/custom_quantum_functions.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update docs/custom_quantum_functions.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update docs/custom_quantum_functions.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update docs/custom_quantum_functions.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update docs/custom_quantum_functions.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update docs/custom_quantum_functions.md Co-Authored-By: fauxpark <fauxpark@gmail.com>
* [Keymap] changed knight ridder offset to face me on planck (#7445)dsanchezseco2019-11-221-0/+2
| | | | | | * added rgblight controls to planck keymap * fixed knight ridder offset to face me
* [Keyboard] Update default keymaps to use `layer_state_t` (#7444)Drashna Jaelre2019-11-2134-47/+44
| | | | | | * Update default keymaps to use `layer_state_t` * Convert binon32 as get_highest_layer in default keymaps
* [Keymap] added rgblight controls to planck keymap (#7439)dsanchezseco2019-11-211-1/+5
|
* [Keyboard] Add three missing layouts (#7441)fauxpark2019-11-219-10/+15
| | | | | | | | | | | | | | * Add three missing default layouts * Add layout support to tragicforce68 * Not really 68% * Fix dumb mistake * Update info.json too * Apply suggestions from code review
* Updated Kyria readme.md with relocated build guide (#7438)Thomas Baart2019-11-211-1/+1
|
* [Keyboard] dztech rgb pcb v2 support (#7423)moyi46812019-11-2120-170/+447
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dztech rgb pcb v2 support dztech rgb pcb v2 support * Update config.h * Update rules.mk * Update rules.mk * Update rules.mk * Update keyboards/dztech/dz60rgb/v2/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/dztech/dz60rgb/v2/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/dztech/dz60rgb_ansi/v2/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/dztech/dz60rgb_ansi/v2/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/dztech/dz60rgb_wkl/v2/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/dztech/dz60rgb_wkl/v2/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com>
* [Keymap] Add DZ60, Levinson keymaps, twschum user files (#7358)Tim Schumacher2019-11-2111-3/+5280
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adds layout for DZ60rev2 plate B, options 4 and 10 * Use KC_TRANS for layer keys * Format layer0 with visual key size layout * Add RGB controls; add start description; add KC_LOCK * Update comments on rules.mk for DZ60 * Gets keymap compiling * Fix wiring for shift on row 3 * Hold a with other key to send Ctrl-A before other key * Adds compile-time defined mac-compatability media keycodes * Adds logic in place for capturing taps (w/ timeout) * Add send_keys(...) which can send up to 64 nested keycodes * Implement send_keys callable with n repeats * Tweaks some of the keymap * Add reset keycode; add disable to custom shortcuts * Adds a special "off" layer where bonus mod goes to layer 0, every other key KC_NO * Adjust timeout; mousekey settings * Changes layout of Home,End,PgUp/Dn on the dedicated arrow keys L1/L2 * PoC on rgb lighted layer indication * Refactors color table defines * Adds logic for controlling layer lights * Only change state on one side of the event lol * Switch back to Tapping Toggle for layer 4 * Add custom config file for keyboard; TT and mousekey settings * Code cleanup; starting to refactor special ctrl tapping keys functions * Move defines and reak out functions * Remove debugging light * Adjust keymaps; add enter * Adds a couple custom macros * Add simplified version of keymap to help debug issues * Adds basi numpad configuration for levinson keyboard half * Use ANSI ctrl key as layer 1 for better one hand (`) * Adapt to new 8bit hue from #5547; layer enum use everywhere * Move custom code out to users/ space * Flip col pins, move key assignments to "left hand" * Update readme * Implement placeholder macros * Notes * Reduce tapping time for SFT_T(/) * Adds vim features; refactors things * Adds fork of the vim features written by xton * Use correct backspace keycode * Add VIM_ESC * Add "OFF" to the RGB/HSV definitions * Clean up rules, use new "OFF" definition * Add windows KC_CALCULATOR key to numpad * Reformat layers with better guide; change layer names * Add sleep key * Change timeout delay * Add a "code paste" which surrounds a ^V with ``` * Try removing shift tap on rshift / * Update macros * Update the "code paste" macro * Update keymap with reset, calc, equals * Update keyboards/dz60/keymaps/twschum_b_4_10_simple/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/dz60/keymaps/twschum_b_4_10/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update users/twschum/twschum.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update users/twschum/twschum.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * Revert quantum/rgblight_list.h * Better name for split space layout; rename KEYMAP->LAYOUT * Rename KEYMAP->LAYOUT * Use simpler :flash command * Clean up layout files * Use qmk's MOD_MASK_CTRL * Sync lufa submodule * Cleanup from noroadsleft's PR comments * Modernize vim layer code
* [Keyboard] Add pico as a new keyboard (#7419)x12019-11-2016-0/+445
| | | | | | | | | | | | | | * Add keyboards/ pico as a new keyboad. * Add keyboards/pico rev1. * Add keyboards/pico keymaps/default. * Add keyboards/pico keymaps/jis. * Remove unneeded code of rules.mk. * Revert rules.mk and remove some comments.
* [Keyboard] knight malposition fix (#7422)moyi46812019-11-202-6/+6
| | | knight malposition fix
* Postage Board MCU (#7424)Yan-Fa Li2019-11-2015-0/+410
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Postage Board MCU * Fix keymap * Postage mini * Update readme * R2 * Update readme * flip * better image of r1 * Add a DEFAULT_FOLDER to keep zed and ci happy * Update keyboards/handwired/postageboard/readme.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/handwired/postageboard/readme.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Fix keyboard name
* Remove keymap_config extern from default keymaps (#7399)Drashna Jaelre2019-11-2084-99/+3
| | | | | | | | | | * Remove keymap_config extern from default keymaps * Revert unicode Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :( Co-Authored-By: fauxpark <fauxpark@gmail.com>
* [Keyboard] Add "thedogkeyboard" (#7401)kakunpc2019-11-2011-0/+743
| | | | | | | | | | | | | | | | | | | | | | | | | | * add the dog keyboard * set rgbled * fix info.json and readme.md * Update keyboards/thedogkeyboard/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/thedogkeyboard/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/thedogkeyboard/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/thedogkeyboard/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * update thedogkeyboard
* [Keyboard] Update e65.c to fix Caps Lock indicator (#7405)trinity15612019-11-201-7/+13
| | | | | | | | | | * Update e65.c Fixing Caps Lock LED indicator * Update e65.c Using new LED functions (led_update_kb)
* [Keymap] All about (ARM) RGB and OLEDs (drashna keymaps) (#7354)Drashna Jaelre2019-11-2016-191/+654
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Kyria Keymap * Enable all RGBLIGHT Animations for ARM and high capacity AVR * Reduce GNUC version for __has_include * Cleanup Ortho 4x12 Community layout * Update Collide 39 keymap * Cleanup Keymaps * Enable full 30 LEDs for Ergodox * Change EEPROM Load timing * Use RGB Matrix on Planck Rev6 * Use correct keymap swap * Enable everything for ARM * Only enable rgb sleep on avr until crash is fixed * Add additional Kyria keymap config * Overhaul Kyria OLED display * Improve kyria keymap based on usage * Minor tweaks to rules * Update OLED code to truncate properly * Fix RGB Light layer indication * Switch all of biton32 to get_highest_layer function * Fix OLED Keylogger display * Run qmk cformat over all of my user files * Slight tweak to kyria based on usage * Move around LALT_T config * Add comments about base wrappers to keymaps * Another cformat pass * Temp fix for VUSB boards and NKRO * Convert tabs to spaces in rules.mk files * Only enable RGBLight if it's enabled * Add Encoder Flip setting * Update OLED font file
* [Keyboard] Add support for Model M USB C Controller (#7393)ashpil2019-11-1910-0/+388
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added usb c model m * added readme * Update keyboards/ashpil/modelm_usbc/rules.mk * Update keyboards/ashpil/modelm_usbc/rules.mk * Update keyboards/ashpil/modelm_usbc/rules.mk * Update keyboards/ashpil/modelm_usbc/rules.mk * Update keyboards/ashpil/modelm_usbc/rules.mk * Update keyboards/ashpil/modelm_usbc/rules.mk * cleaned up code * removed combo from keymap * added reset to default * Update keyboards/ashpil/modelm_usbc/rules.mk * bootmagic and simplifying default * Update rules.mk * removed duplicates * updated readme * Update keyboards/ashpil/modelm_usbc/README.md * Update modelm_usbc.h * Update keyboards/ashpil/modelm_usbc/keymaps/default/keymap.c * Update keyboards/ashpil/modelm_usbc/keymaps/default/keymap.c * Update keyboards/ashpil/modelm_usbc/keymaps/default/keymap.c * full support for either ANSI or ISO * Update keyboards/ashpil/modelm_usbc/info.json * Update keyboards/ashpil/modelm_usbc/info.json * Update keyboards/ashpil/modelm_usbc/info.json * Resize the ISO Enter key * ANSI Enter and Left Shift keys resize
* [Keyboard] dz60rgb_wkl malposition fix (#7418)moyi46812019-11-192-12/+12
| | | fix malposition combile in config.qmk.fm
* ASH-1800 (#7031)angelbirth2019-11-208-0/+954
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * my custom layout * asd * use qmk-dfu * :) * ganti keymap lagi * my custom layout * asd * use qmk-dfu * :) * ganti keymap lagi * my custom layout * asd * use qmk-dfu * :) * ganti keymap lagi * Add handwired2x2 project, define pins for atmega328p in config_common.h * Add USB IDs * my custom KBD75 layout * renaldi danang's numpad * my redox keymap * reynaldi danang's numpad * asdasd * ASH-1800 * added description and layer 1 * added requested changes from fauxpark * forgot to include this * USB descriptor parameter: - assign product id - assign description edit formatting on readme.md * update USB descriptor: change manufacturer * review from fauxpark and noroadsleft * remove extra files * removed unnecessary comment * minor cleanup
* [Keyboard] Add support for the THE30 keyboard (#7390)Erovia2019-11-198-0/+277
|
* [Keyboard] Add Kudox column-staggered layout. (#7400)くまお工房2019-11-1910-0/+307
| | | | | | * Add Kudox columner layout. * Remove an extra comma from info.json.
* knight Indicator light fix (#7398)moyi46812019-11-182-15/+19
| | | | | | | | | | | | * knight Indicator light fix * Update knight.c * Update knight.c * Update knight.c * Update knight.c
* [Keyboard] Add abnt2 layout to gh60 (#7371)Luiz Correia2019-11-174-395/+141
| | | | | | | | | | | | | | | | | | | | * [keymap] Add abnt2 format to gh60 * Fix typing errors * Change key names to capitals * Fix layout define * Apply suggestions from code review * Fix layout define again I used a k * Remove layer variable * Update keyboards/dz60/keymaps/default_abnt2/readme.md * Make changes from noroadsleft
* Add Community Layout: 60_abnt2 (#7381)James Young2019-11-171-1/+1
| | | | | | | | | | * Add Community Layout: 60_abnt2 Add a 60% version of the standard keyboard layout used in Brazil. * Enable 60_abnt2 support for DZ60 * fix the indenting in the Community Layout keymap
* [Keyboard] Cutie Club Wraith: Configurator Bugfix for LAYOUT_iso (#7376)James Young2019-11-161-12/+177
| | | | | | | | | | * debug lint info.json Because I need to debug this file. * move ISO Enter to the proper location in sequence * add key counts because I like having them
* Port SPLIT_USB_DETECT to crkbd (#7195)Joel Challis2019-11-162-24/+63
|
* [Keyboard] Add keyboard Nafuda (#7367)Salicylic-acid32019-11-159-0/+286
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Keyboard] Add keyboard Nafuda Add Nafuda keyboard. A 7 keys keyboard. Salicylic-acid3 * Update keyboards/nafuda/info.json * Update keyboards/nafuda/readme.md * Update keyboards/nafuda/readme.md * Update keyboards/nafuda/nafuda.h * Update keyboards/nafuda/readme.md * Update keyboards/nafuda/rules.mk * Update keyboards/nafuda/rules.mk * Update keyboards/nafuda/rules.mk * Update keyboards/nafuda/rules.mk * info.json Update * Update keyboards/nafuda/rules.mk
* [Keyboard] kbdfans keyboards NKRO enable (#7364)moyi46812019-11-158-8/+8
|
* [Keyboard] fix DZ60RGB info.json (#7362)James Young2019-11-141-7/+7
| | | | | | | | * fix DZ60RGB info.json JSON was invalid. * correct metadata per moyi4681
* Adding new pcb with default keymap and personal keymap (#7314)Sid Carter2019-11-159-0/+1697
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adding new pcb with default keymap and personal keymap * Update keyboards/leeku/finger65/readme.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Change to newer DEBOUNCE format Co-Authored-By: fauxpark <fauxpark@gmail.com> * switch to pragma Co-Authored-By: fauxpark <fauxpark@gmail.com> * remove unused define keyboards/leeku/finger65/config.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * some cleanup after debounce and other changes * Remove no_suspend_power_down from keyboards/leeku/finger65/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * move to newer format and remove unused stuff * ensure default has no leds for now * change default layout name * clean up the keymap a bit * want grave not tilde * a minor change and cleanup * more stuff removed cause I don't care for LEDs * remove some remaining stuff * add RGBLED stuff * Update keyboards/leeku/finger65/usbconfig.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/leeku/finger65/usbconfig.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/leeku/finger65/usbconfig.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/leeku/finger65/usbconfig.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * update USB information * Update keyboards/leeku/finger65/usbconfig.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/leeku/finger65/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/leeku/finger65/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/leeku/finger65/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/leeku/finger65/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/leeku/finger65/keymaps/default/keymap.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/leeku/finger65/keymaps/default/keymap.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/leeku/finger65/keymaps/madhatter/keymap.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/leeku/finger65/keymaps/madhatter/keymap.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * cleanup and conform to existing standard * Update keyboards/leeku/finger65/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * remove stuff that doesn't work * add a JSON for the QMK configurator * list the layouts only available * let's just make it the 65 ansi layout with split backspace, eh? * remove extra space * Update keyboards/leeku/finger65/readme.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/leeku/finger65/readme.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * update readme * remove redundant title * Monica Bellucci ruined my life * I'm having a RELIGIOUS EXPERIENCE ... and I don't take any DRUGS * Update keyboards/leeku/finger65/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * add a URL to the username * fix readme and make it simpler with links this time * Update keyboards/leeku/finger65/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/leeku/finger65/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * incorporate suggested changes * update usb stuff for some stuff coming in the future * update layout for LAYOUT_ALL * USB power changes
* [Core] Cleanup rules.mk for F303 keyboards (#7306)fauxpark2019-11-1436-4301/+94
| | | | | | * Cleanup rules.mk for F303 keyboards * Fix small typo
* Set device version from config.h for V-USB boards (#7316)fauxpark2019-11-1567-39/+67
|