aboutsummaryrefslogtreecommitdiffstats
path: root/docs/flashing.md
Commit message (Expand)AuthorAgeFilesLines
* [Docs] Update flashing information to include :flash target (#6999)Drashna Jaelre2019-10-291-4/+9
* ARM split - Add support for dfu-util EE_HANDS flashing (#6543)Joel Challis2019-09-271-1/+3
* Cleanup rules.mk for 32A and 328P keyboards (#6767)fauxpark2019-09-201-25/+55
* Add 'bootloadHID' flash target (#5587)Joel Challis2019-08-241-0/+30
* Align flashing behaviour of dfu-util (#6578)Joel Challis2019-08-221-4/+2
* Usbasploader bootloader option addition (#6304)yiancar2019-07-151-0/+25
* Fix link to Caterina bootloader hex files (#5452)fauxpark2019-03-201-1/+1
* [Docs] Smallish overhaul of the docs (#5281)Drashna Jaelre2019-03-181-0/+19
* Instructions on how to flash via STM32 bootloader (#4316)Michael Pio2018-11-031-4/+27
* Correct small typoAnthony Som2018-10-011-1/+1
* add 'mavrdude' target into tmk_core/avr.mk (#3986)Takeshi ISHII2018-09-271-0/+6
* Link to Atmel's flip is broken. (#2752)internetirl2018-04-181-1/+1
* Trim trailing whitespacefauxpark2017-12-091-3/+3
* Fix some of the more obvious typosfauxpark2017-12-091-6/+6
* Convert all headings to Title Casefauxpark2017-12-091-2/+1
* Updates bootloader settings, adds file size check (#2029)Jack Humbert2017-11-271-7/+38
* adds flashing docsJack Humbert2017-10-291-0/+74
.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_pressed="true" android:drawable="@drawable/apptheme_fastscroll_thumb_pressed_holo" />
    <item android:drawable="@drawable/apptheme_fastscroll_thumb_default_holo" />
</selector>