aboutsummaryrefslogtreecommitdiffstats
path: root/package/ppp
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2006-02-10 11:04:44 +0000
committerImre Kaloz <kaloz@openwrt.org>2006-02-10 11:04:44 +0000
commit8bb7668b1914bd32dc87968326d04ed14af4091d (patch)
tree671fafc2b8209c125320d6bcb580314c74db99d8 /package/ppp
parent2aac345f2ba25855134b527d40671a28722202e4 (diff)
downloadmaster-187ad058-8bb7668b1914bd32dc87968326d04ed14af4091d.tar.gz
master-187ad058-8bb7668b1914bd32dc87968326d04ed14af4091d.tar.bz2
master-187ad058-8bb7668b1914bd32dc87968326d04ed14af4091d.zip
use gcc 4.0.2 and deselect ppp by default for Aruba, use gcc 3.4.5 for the other platforms
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3210 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp')
-rw-r--r--package/ppp/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ppp/Config.in b/package/ppp/Config.in
index 3ac1498024..1880200356 100644
--- a/package/ppp/Config.in
+++ b/package/ppp/Config.in
@@ -3,6 +3,7 @@ menu "ppp............................... PPP (Point-to-Point Protocol) daemon"
config BR2_PACKAGE_PPP
prompt "ppp............................... PPP (Point-to-Point Protocol) daemon"
tristate
+ default n if BR2_LINUX_2_6_ARUBA
default y
select BR2_PACKAGE_KMOD_PPP
/a> 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460
# Keycodes Overview

When defining a [keymap](keymap.md) each key needs a valid key definition. This page documents the symbols that correspond to keycodes that are available to you in QMK.

This is a reference only. Each group of keys links to the page documenting their functionality in more detail.

## [Basic Keycodes](keycodes_basic.md)

|Key                    |Aliases             |Description                                    |
|-----------------------|--------------------|-----------------------------------------------|
|`KC_NO`                |`XXXXXXX`           |Ignore this key (NOOP)                         |
|`KC_TRANSPARENT`       |`KC_TRNS`, `_______`|Use the next lowest non-transparent key        |
|`KC_A`                 |                    |`a` and `A`                                    |
|`KC_B`                 |                    |`b` and `B`                                    |
|`KC_C`                 |                    |`c` and `C`                                    |
|`KC_D`                 |                    |`d` and `D`                                    |
|`KC_E`                 |                    |`e` and `E`                                    |
|`KC_F`                 |                    |`f` and `F`                                    |
|`KC_G`                 |                    |`g` and `G`                                    |
|`KC_H`                 |                    |`h` and `H`                                    |
|`KC_I`                 |                    |`i` and `I`                                    |
|`KC_J`                 |                    |`j` and `J`                                    |
|`KC_K`                 |                    |`k` and `K`                                    |
|`KC_L`                 |                    |`l` and `L`                                    |
|`KC_M`                 |                    |`m` and `M`                                    |
|`KC_N`                 |                    |`n` and `N`                                    |
|`KC_O`                 |                    |`o` and `O`                                    |
|`KC_P`                 |                    |`p` and `P`                                    |
|`KC_Q`                 |                    |`q` and `Q`                                    |
|`KC_R`                 |                    |`r` and `R`                                    |
|`KC_S`                 |                    |`s` and `S`                                    |
|`KC_T`                 |                    |`t` and `T`                                    |
|`KC_U`                 |                    |`u` and `U`                                    |
|`KC_V`                 |                    |`v` and `V`                                    |
|`KC_W`                 |                    |`w` and `W`                                    |
|`KC_X`                 |                    |`x` and `X`                                    |
|`KC_Y`                 |                    |`y` and `Y`                                    |
|`KC_Z`                 |                    |`z` and `Z`                                    |
|`KC_1`                 |                    |`1` and `!`                                    |
|`KC_2`                 |                    |`2` and `@`                                    |
|`KC_3`                 |                    |`3` and `#`                                    |
|`KC_4`                 |                    |`4` and `$`                                    |
|`KC_5`                 |                    |`5` and `%`                                    |
|`KC_6`                 |                    |`6` and `^`                                    |
|`KC_7`                 |                    |`7` and `&`                                    |
|`KC_8`                 |                    |`8` and `*`                                    |
|`KC_9`                 |                    |`9` and `(`                                    |
|`KC_0`                 |                    |`0` and `)`                                    |
|`KC_ENTER`             |`KC_ENT`            |Return (Enter)                                 |
|`KC_ESCAPE`            |`KC_ESC`            |Escape                                         |
|`KC_BSPACE`            |`KC_BSPC`           |Delete (Backspace)                             |
|`KC_TAB`               |                    |Tab                                            |
|`KC_SPACE`             |`KC_SPC`            |Spacebar                                       |
|`KC_MINUS`             |`KC_MINS`           |`-` and `_`                                    |
|`KC_EQUAL`             |`KC_EQL`            |`=` and `+`                                    |
|`KC_LBRACKET`          |`KC_LBRC`           |`[` and `{`                                    |
|`KC_RBRACKET`          |`KC_RBRC`           |`]` and `}`                                    |
|`KC_BSLASH`            |`KC_BSLS`           |`\` and <code>&#124;</code>                    |
|`KC_NONUS_HASH`        |`KC_NUHS`           |Non-US `#` and `~`                             |
|`KC_SCOLON`            |`KC_SCLN`           |`;` and `:`                                    |
|`KC_QUOTE`             |`KC_QUOT`           |`'` and `"`                                    |
|`KC_GRAVE`             |`KC_GRV`, `KC_ZKHK` |<code>&#96;</code> and `~`, JIS Zenkaku/Hankaku|
|`KC_COMMA`             |`KC_COMM`           |`,` and `<`                                    |
|`KC_DOT`               |                    |`.` and `>`                                    |
|`KC_SLASH`             |`KC_SLSH`           |`/` and `?`                                    |
|`KC_CAPSLOCK`          |`KC_CLCK`, `KC_CAPS`|Caps Lock                                      |
|`KC_F1`                |                    |F1                                             |
|`KC_F2`                |                    |F2                                             |
|`KC_F3`                |                    |F3                                             |
|`KC_F4`                |                    |F4                                             |
|`KC_F5`                |                    |F5                                             |
|`KC_F6`                |                    |F6                                             |
|`KC_F7`                |                    |F7                                             |
|`KC_F8`                |                    |F8                                             |
|`KC_F9`                |                    |F9                                             |